I am attempting to compile the code using the information in GET_STARTED_1, running gfortran, version 5.3.0 on Mac OS X 10.11.2. The configure.sh step works well, but compile.sh gives the following errors:
%%%%%%%%%%%%%%%%
/Users/Zach/Documents/PO/PSOM/V0.63-master/code/model_build/src/linerelax_periodicew.f90:32:3:
#ifdef parallel
1
Error: Invalid character in name at (1)
/Users/Zach/Documents/PO/PSOM/V0.63-master/code/model_build/src/linerelax_periodicew.f90:34:3:
#else
1
Error: Invalid character in name at (1)
/Users/Zach/Documents/PO/PSOM/V0.63-master/code/model_build/src/linerelax_periodicew.f90:36:3:
#endif
1
Error: Invalid character in name at (1)
make: *** [linerelax_periodicew.o] Error 1
cp: /Users/Zach/Documents/PO/PSOM/V0.63-master/code/mkfile/nh: No such file or directory
ls: /Users/Zach/Documents/PO/PSOM/V0.63-master/code/exe/nh: No such file or directory
%%%%%%%%%%%%%%%%
My Makefile, optfile, and the output from the configure.sh and compile.sh commands in GET_STARTED_1 are attached (given as .txt files so that GitHub accepts them). Thanks for any help!
Makefile.txt
optfile.txt
configure_output.txt
compile_output.txt
I am attempting to compile the code using the information in GET_STARTED_1, running gfortran, version 5.3.0 on Mac OS X 10.11.2. The configure.sh step works well, but compile.sh gives the following errors:
%%%%%%%%%%%%%%%%
/Users/Zach/Documents/PO/PSOM/V0.63-master/code/model_build/src/linerelax_periodicew.f90:32:3:
#ifdef parallel
1
Error: Invalid character in name at (1)
/Users/Zach/Documents/PO/PSOM/V0.63-master/code/model_build/src/linerelax_periodicew.f90:34:3:
#else
1
Error: Invalid character in name at (1)
/Users/Zach/Documents/PO/PSOM/V0.63-master/code/model_build/src/linerelax_periodicew.f90:36:3:
#endif
1
Error: Invalid character in name at (1)
make: *** [linerelax_periodicew.o] Error 1
cp: /Users/Zach/Documents/PO/PSOM/V0.63-master/code/mkfile/nh: No such file or directory
ls: /Users/Zach/Documents/PO/PSOM/V0.63-master/code/exe/nh: No such file or directory
%%%%%%%%%%%%%%%%
My Makefile, optfile, and the output from the configure.sh and compile.sh commands in GET_STARTED_1 are attached (given as .txt files so that GitHub accepts them). Thanks for any help!
Makefile.txt
optfile.txt
configure_output.txt
compile_output.txt