Hi, I face problem as compiling the vtstcode with vasp source code. below is the message shown:
./preprocess <dimer.F | /usr/bin/cpp -P -C -traditional >dimer.f90 -DHOST=\"LinuxIFC\" -Dkind8 -DNGXhalf -DCACHE_SIZE=12000 -DPGF90 -Davoidalloc
/bin/sh: ./preprocess: Permission denied
ifort -FR -lowercase -assume byterecl -O3 -xW -tpp7 -c dimer.f90
fortcom: Severe: The input stream is empty
compilation aborted for dimer.f90 (code 1)
make: *** [dimer.o] Error 1
Please help me to solve this problem because i don't know why this happens.
Thanks first.
ten it
Error while compiling with vasp code
Moderator: moderators
It looks like there is a permissions error at the pre-processing stage, so that dimer.f90 was not created. Do you have write permission in that directory? Do you have read permission for dimer.F? Does perprocess have executable permissions? Based on your error message, it looks like this kind of problem, rather than something in our code.