Compile VASP 5.4.4 with VTST-176
Posted: Mon Sep 10, 2018 6:35 pm
```
root@com1:/home/vasp/vasp.5.4.4# make all
mkdir build/std ; \
cp src/makefile src/.objects makefile.include build/std ; \
make -C build/std VERSION=std all
mkdir: cannot create directory ‘build/std’: File exists
make[1]: Entering directory '/home/vasp/vasp.5.4.4/build/std'
rsync -ru ../../src/lib .
cp makefile.include lib
make -C lib -j1
make[2]: Entering directory '/home/vasp/vasp.5.4.4/build/std/lib'
make libdmy.a
make[3]: Entering directory '/home/vasp/vasp.5.4.4/build/std/lib'
make[3]: 'libdmy.a' is up to date.
make[3]: Leaving directory '/home/vasp/vasp.5.4.4/build/std/lib'
make[2]: Leaving directory '/home/vasp/vasp.5.4.4/build/std/lib'
rsync -ru ../../src/parser .
cp makefile.include parser
make -C parser -j1
make[2]: Entering directory '/home/vasp/vasp.5.4.4/build/std/parser'
make libparser.a
make[3]: Entering directory '/home/vasp/vasp.5.4.4/build/std/parser'
make[3]: 'libparser.a' is up to date.
make[3]: Leaving directory '/home/vasp/vasp.5.4.4/build/std/parser'
make[2]: Leaving directory '/home/vasp/vasp.5.4.4/build/std/parser'
rsync -u ../../src/*.F ../../src/*.inc .
rm -f vasp ; make vasp ; cp vasp ../../bin/vasp_std
make[2]: Entering directory '/home/vasp/vasp.5.4.4/build/std'
gcc -E -P -C -w chain.F >chain.f90 -DHOST=\"LinuxGNU\" -DMPI -DMPI_BLOCK=8000 -Duse_collective -DscaLAPACK -DCACHE_SIZE=4000 -Davoidalloc -Duse_bse_te -Dtbdyn -Duse_shmem -DNGZhalf
mpif90 -ffree-form -ffree-line-length-none -w -O2 -mtune=native -m64 -I/usr/include -c chain.f90
chain.f90:105:8:
USE neb
1
Fatal Error: Can't open module file ‘neb.mod’ for reading at (1): No such file or directory
compilation terminated.
makefile:169: recipe for target 'chain.o' failed
make[2]: *** [chain.o] Error 1
make[2]: Leaving directory '/home/vasp/vasp.5.4.4/build/std'
cp: cannot stat 'vasp': No such file or directory
makefile:142: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/home/vasp/vasp.5.4.4/build/std'
makefile:10: recipe for target 'std' failed
make: *** [std] Error 2
```
This is the error message when I compiled VASP with VTST-176.
I installed just VASP 5.4.4 without VTST and it succeeded. But this time I encounter
Fatal Error: Can't open module file ‘neb.mod’ for reading at (1): No such file or directory
root@com1:/home/vasp/vasp.5.4.4# make all
mkdir build/std ; \
cp src/makefile src/.objects makefile.include build/std ; \
make -C build/std VERSION=std all
mkdir: cannot create directory ‘build/std’: File exists
make[1]: Entering directory '/home/vasp/vasp.5.4.4/build/std'
rsync -ru ../../src/lib .
cp makefile.include lib
make -C lib -j1
make[2]: Entering directory '/home/vasp/vasp.5.4.4/build/std/lib'
make libdmy.a
make[3]: Entering directory '/home/vasp/vasp.5.4.4/build/std/lib'
make[3]: 'libdmy.a' is up to date.
make[3]: Leaving directory '/home/vasp/vasp.5.4.4/build/std/lib'
make[2]: Leaving directory '/home/vasp/vasp.5.4.4/build/std/lib'
rsync -ru ../../src/parser .
cp makefile.include parser
make -C parser -j1
make[2]: Entering directory '/home/vasp/vasp.5.4.4/build/std/parser'
make libparser.a
make[3]: Entering directory '/home/vasp/vasp.5.4.4/build/std/parser'
make[3]: 'libparser.a' is up to date.
make[3]: Leaving directory '/home/vasp/vasp.5.4.4/build/std/parser'
make[2]: Leaving directory '/home/vasp/vasp.5.4.4/build/std/parser'
rsync -u ../../src/*.F ../../src/*.inc .
rm -f vasp ; make vasp ; cp vasp ../../bin/vasp_std
make[2]: Entering directory '/home/vasp/vasp.5.4.4/build/std'
gcc -E -P -C -w chain.F >chain.f90 -DHOST=\"LinuxGNU\" -DMPI -DMPI_BLOCK=8000 -Duse_collective -DscaLAPACK -DCACHE_SIZE=4000 -Davoidalloc -Duse_bse_te -Dtbdyn -Duse_shmem -DNGZhalf
mpif90 -ffree-form -ffree-line-length-none -w -O2 -mtune=native -m64 -I/usr/include -c chain.f90
chain.f90:105:8:
USE neb
1
Fatal Error: Can't open module file ‘neb.mod’ for reading at (1): No such file or directory
compilation terminated.
makefile:169: recipe for target 'chain.o' failed
make[2]: *** [chain.o] Error 1
make[2]: Leaving directory '/home/vasp/vasp.5.4.4/build/std'
cp: cannot stat 'vasp': No such file or directory
makefile:142: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/home/vasp/vasp.5.4.4/build/std'
makefile:10: recipe for target 'std' failed
make: *** [std] Error 2
```
This is the error message when I compiled VASP with VTST-176.
I installed just VASP 5.4.4 without VTST and it succeeded. But this time I encounter
Fatal Error: Can't open module file ‘neb.mod’ for reading at (1): No such file or directory