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
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