Tuesday, 26 March 2019

Compile error vasp mpiifort

make[2]: mpiifort: Command not found
make[2]: *** [xclib.o] Error 127
make[2]: Leaving directory `/home/vasp_directory/build/std'
cp: cannot stat `vasp': No such file or directory
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/path-to-vasp/build/std'
make: *** [std] Error 2
[user@machine vasp.version]>

The make file search for the mpiifort command. But it is not installed or not in the path.
Some times you may have to use source and the path to the mpiifort executable and intel64.

$ source path/to/mpiifot/compiler.sh intel64


No comments:

Post a Comment

Reason for the Maximum index for Augmentation-charges (SET IRDMAX)" error in OUTCAR file: VASP Calculation.

 "The Maximum index for Augmentation-charges (SET IRDMAX)" error is most-likely due to parallelization issues.  To check this, try...