Search found 18 matches

by nokimann
Tue Sep 11, 2018 1:31 pm
Forum: VTSTTools
Topic: Compile VASP 5.4.4 with VTST-176
Replies: 9
Views: 30441

Re: Compile VASP 5.4.4 with VTST-176

Now I check .objects files, but I had done what you said to me. And, it gave the error message above. Or did you mean hamil_rot.o \ $(bfgs.o dynmat.o instanton.o lbfgs.o sd.o cg.o dimer.o bbm.o fire.o lanczos.o neb.o qm.o opt.o chain.o)\ chain.o \ exactly same as above? And do I have to change `make...
by nokimann
Tue Sep 11, 2018 1:02 am
Forum: VTSTTools
Topic: Compile VASP 5.4.4 with VTST-176
Replies: 9
Views: 30441

Re: Compile VASP 5.4.4 with VTST-176

In the installation of VTST page, http://theory.cm.utexas.edu/vasp/installation.html
They only refer that we must add variables (*.o) before chain.o
So you mean it has a secret rule of the order more as you mentioned (after hamil_rot.o and before dyna.o)?
by nokimann
Mon Sep 10, 2018 6:35 pm
Forum: VTSTTools
Topic: Compile VASP 5.4.4 with VTST-176
Replies: 9
Views: 30441

Compile VASP 5.4.4 with VTST-176

``` 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/li...