Hello, I'm starting a new thread because the problem I'm now having in compiling Exciting is unrelated to the OS. It seems like there is some problem with the definition of _MAXSPECIES_ or a problem with the mod_muffin_tin.F90 linking to the definitions from the maxdefinitions.inc file. Has anyone encountered this sort of problem before or have an idea what to do? Thanks!
This is the error message:
gfortran-mp-4.8 -O3 -fopenmp -DUSEOMP -ffree-line-length-0 -cpp -DXS -DISO -DTETRA -DLIBXC -I./finclude -c -I../../src ../../src/mod_muffin_tin.F90
../../src/mod_muffin_tin.F90:1.2:
#define _MAXSPECIES_ 8
1
Error: Invalid character in name at (1)
../../src/mod_muffin_tin.F90:9.3:
#include "maxdefinitions.inc"
1
Error: Invalid character in name at (1)
../../src/mod_muffin_tin.F90:25.22:
real (8) :: rmt (8 !----------—
1
Error: Expected another dimension in array declaration at (1)
../../src/mod_muffin_tin.F90:31.23:
integer :: nrcmt (8 !-----------
1
Error: Expected another dimension in array declaration at (1)
../../src/mod_muffin_tin.F90:57.25:
integer :: nrmtinr (8 !---------——
1
Error: Expected another dimension in array declaration at (1)
make[3]: * [mod_muffin_tin.o] Error 1
make[2]: * [bin] Error 2
make[1]: * [all] Error 2
make: * [serial] Error 2
