Dear,
I am trying to recompile vasp gamma with vtstt but I've got some issues. I was wondering if it is possible (so something weird in my makefile) or not
Kind Regards,
Davide
gamma point version
Moderator: moderators
Re: gamma point version
Hi Davide,
This is surprising. If you can build the regular version of vasp, then you can just add the vtst objects to the makefile.
If you do this and get an error, posting it here will help us solve the problem.
Graeme
This is surprising. If you can build the regular version of vasp, then you can just add the vtst objects to the makefile.
If you do this and get an error, posting it here will help us solve the problem.
Graeme
-
- Posts: 3
- Joined: Thu Oct 18, 2012 9:59 am
Re: gamma point version
Thanks Graeme
here the error:
013_sp1.1.106/mkl/include -c xcgrad.f90
xcgrad.F(571): error #6633: The type of the actual argument differs from the type of the dummy argument. [DWORK]
CALL VDW_NONLOC(DCHARG,DWORK,DWORKG,DWORK4,EXC,GRIDC,LATT_CUR,stress)
-------------------------------^
compilation aborted for xcgrad.f90 (code 1)
make: *** [xcgrad.o] Error 1
here the error:
013_sp1.1.106/mkl/include -c xcgrad.f90
xcgrad.F(571): error #6633: The type of the actual argument differs from the type of the dummy argument. [DWORK]
CALL VDW_NONLOC(DCHARG,DWORK,DWORKG,DWORK4,EXC,GRIDC,LATT_CUR,stress)
-------------------------------^
compilation aborted for xcgrad.f90 (code 1)
make: *** [xcgrad.o] Error 1
Re: gamma point version
This is unrelated to the vtstcode; you will get them same error message compiling vasp.
In my experience, you may have to change some argument types (e.g. dwork) to get things to build, or have a compiler flag that ignores the problem.
In my experience, you may have to change some argument types (e.g. dwork) to get things to build, or have a compiler flag that ignores the problem.