Page 1 of 1
apparent missing programme from VASP 6.5.1 archive
Posted: Wed Mar 19, 2025 1:36 pm
by philip_hoggan1
Dear All,
I have extracted the code twice from the 6.5.1 archive and the fortran c2f_interface.f90 appears to be 0 bytes long.
It works using the file from the 6.5.0 archive.
Has anybody else seen this?
Best
Philip
Re: apparent missing programme from VASP 6.5.1 archive
Posted: Wed Mar 19, 2025 4:04 pm
by martin.schlipf
I cannot reproduce that. I just downloaded the code and the file is 6307 bytes long. I don't believe it changed since 6.5.0 so you should be able to use the old one but this is still puzzling that a single file would not be there
.
Re: apparent missing programme from VASP 6.5.1 archive
Posted: Thu Mar 20, 2025 7:51 am
by philip_hoggan1
Here is the list for the 6.5.0
-rw-r--r--. 1 phoggan grp_phoggan 6307 Mar 18 15:32 vasp.6.5.0/build/std/c2f_interface.F
-rw-r--r--. 1 phoggan grp_phoggan 6134 Mar 18 15:32 vasp.6.5.0/build/std/c2f_interface.f90
-rw-r--r--. 1 phoggan grp_phoggan 4057 Mar 18 15:32 vasp.6.5.0/build/std/c2f_interface.mod
-rw-r--r--. 1 phoggan grp_phoggan 2464 Mar 18 15:32 vasp.6.5.0/build/std/c2f_interface.o
And now, for 6.5.1
-rw-r--r--. 1 phoggan grp_phoggan 6307 Mar 18 15:05 vasp.6.5.1/build/std/c2f_interface.F
-rw-r--r--. 1 phoggan grp_phoggan 0 Mar 18 15:05 vasp.6.5.1/build/std/c2f_interface.f90
-rw-r--r--. 1 phoggan grp_phoggan 960 Mar 18 15:13 vasp.6.5.1/build/std/c2f_interface.o
Could there be a complie problem and if so, why is the 6.5.0 ok?
Best
Philip
Re: apparent missing programme from VASP 6.5.1 archive
Posted: Thu Mar 20, 2025 8:55 am
by martin.schlipf
That looks like an issue in the preprocessing step. The original source file c2f_interface.F is there and has the correct size. After the preprocessing it is copied to c2f_interface.f90 and that file does not exist. Could you post the output of your build process, please?