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!!!
Error in make std while installing version 6.5.1
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 1
- Joined: Fri Apr 11, 2025 7:26 am
Error in make std while installing version 6.5.1
-
- Global Moderator
- Posts: 143
- Joined: Tue Oct 17, 2023 10:17 am
Re: Error in make std while installing version 6.5.1
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:
-
The compiler vendor and the compiler's version number.
-
The makefile.include you are using (as a file attachment, not a screenshot).
-
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
-
A list of the modules and/or libraries you have loaded on your machine during compilation (e.g., which MPI version, which ScaLAPACK, etc)
-
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