Error in make std while installing version 6.5.1

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
prabhakar.singh
Newbie
Newbie
Posts: 1
Joined: Fri Apr 11, 2025 7:26 am

Error in make std while installing version 6.5.1

#1 Post by prabhakar.singh » Fri Apr 11, 2025 7:57 am

Error in make std command while installing vasp6.5.1. I'm able to install older version of vasp v6.1.2 and v6.4. But not able to install v6.5.1. I'm attaching screenshot for your reference.
Help Needed!!!

You do not have the required permissions to view the files attached to this post.

michael_wolloch
Global Moderator
Global Moderator
Posts: 143
Joined: Tue Oct 17, 2023 10:17 am

Re: Error in make std while installing version 6.5.1

#2 Post by michael_wolloch » Fri Apr 11, 2025 8:15 am

Dear Prabhakar Singh,

I am happy to help you with your installation issues, but I will need more information about your installation setup. Please provide:

  1. The compiler vendor and the compiler's version number.

  2. The makefile.include you are using (as a file attachment, not a screenshot).

  3. The complete log of your make command by using something like

    Code: Select all

    DEPS=1 make -j 16 std >make_process.log 2>&1
  4. A list of the modules and/or libraries you have loaded on your machine during compilation (e.g., which MPI version, which ScaLAPACK, etc)

  5. Any other information about the system you are compiling for could be helpful as well. E.g., output of

    Code: Select all

    lscpu

    or the type of GPUs, if you are compiling for GPUs as well.

Thank you,
Michael Wolloch


Post Reply