Dear colleagues,
I have some problems to install EXCITING with g95 -m64 (it compiles in 32 bit architecture but I need the 64 arch to overcome the memory allocation limitation for fortran 32 bits on Mac). Here is the compiler lines in make.inc :
F90=/home/chanier/G95/g95-install/bin/i386-apple-darwin8.11.1-g95
F77=$(F90)
F90_OPTS = -O3 -m64
F77_OPTS = -O3 -freal-loops -m64
CPP_ON_OPT = -cpp -DXS -DISO -DTETRA
I have the following error message when I run make :
F90=/home/chanier/G95/g95-install/bin/i386-apple-darwin8.11.1-g95
F77=$(F90)
F90_OPTS = -O3 -m64
F77_OPTS = -O3 -freal-loops -m64
CPP_ON_OPT = -cpp -DXS -DISO -DTETRA
Do you have any idea to overcome the problem? Thank you for your help.
Thomas