building into VASP544-no luck

Vasp transition state theory tools

Moderator: moderators

Post Reply
dkrylov
Posts: 2
Joined: Wed Jul 11, 2018 10:19 am

building into VASP544-no luck

Post by dkrylov »

Hi,
the make complains after all the necessary changes (including TSIF into CHAIN_FORCE, substituting chain.F and adding other objects, adding new objects to the .object file):

mpiifort -free -names lowercase -assume byterecl -w -O0 -I/home/dima/intel/compilers_and_libraries_2017.7.259/linux/mkl/include/fftw -c main.f90
main.F(3146): error #6784: The number of actual arguments cannot be greater than the number of dummy arguments. [CHAIN_FORCE]
CALL CHAIN_FORCE(T_INFO%NIONS,DYN%POSION,TOTEN,TIFOR, &
-----------^
main.F(3147): error #6633: The type of the actual argument differs from the type of the dummy argument. [B]
TSIF,LATT_CUR%A,LATT_CUR%B,IO%IU6)
------------------------------------^
main.F(3147): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [B]
TSIF,LATT_CUR%A,LATT_CUR%B,IO%IU6)
------------------------------------^
compilation aborted for main.f90 (code 1)
makefile:198: recipe for target 'main.o' failed
make[2]: *** [main.o] Error 1
make[2]: Leaving directory '/home/dima/Desktop/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/dima/Desktop/vasp.5.4.4/build/std'
makefile:10: recipe for target 'std' failed
make: *** [std] Error 2

Have also controlled the chain.F file - number of arguments is OK (8).
So, could you kindly clarify< what can be wrong?

Dmitry
dkrylov
Posts: 2
Joined: Wed Jul 11, 2018 10:19 am

Re: building into VASP544-no luck

Post by dkrylov »

Sorry,

Next time could not reproduce the error - possibly some typo within the .objects file. However still no success making the GPU branch with the VTST

Dmitry
Post Reply