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
Moderators: Global Moderator, Moderator
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
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 .
Martin Schlipf
VASP developer
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
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?
Code: Select all
make std > build.log
Martin Schlipf
VASP developer