I am trying to install VTST on SysX cluster of Virginia Tech. It is a MacOS cluster using mpich-1.2.5 with XLF 8.1. Here's the error I am getting:
Code: Select all
=================================================
/usr/bin/cpp -P -C -DHOST=\"\" -Dkind8 -DNGZhalf -DCACHE_SIZE=16000 -Davoidalloc -DRPROMU_DGEMV <dimer.F >dimer.F90
/nfs/compilers/mpich-1.2.5/bin/mpif90 -f90=xlf90 -qarch=auto -qmaxmem=-1 -qstrict -qextname -qinitauto -qsuffix=cpp=F90 -WF,-Dkind8,-DwNGZhalf,-DCACHE_SIZE=16000,-DMPI -O5 -c dimer.F90
"dimer.F90", line 1.1: 1506-224 (I) Incorrect pragma ignored.
"dimer.F90", line 1.1: 1515-019 (S) Syntax is incorrect.
"dimer.F90", line 1.1: 1515-018 (S) Incorrect character found in source at line 1 in column 1. Hexadecimal value of character is 23.
"dimer.F90", 1515-002 (S) END card is missing. One is assumed.
** _main === End of Compilation 1 ===
** dimer === End of Compilation 2 ===
1501-511 Compilation failed for file dimer.F90.
make: *** [dimer.o] Error 1
================================================
The first line of dimer.F90 reads:
#pragma GCC set_debug_pwd "/home/mehmetb/VASP/Adam-vasp-osx/vasp.4.6.nosclapack.TST.Memo"
Any suggestions? Thanks a lot in advance!
-Memo