nwchem-6.3 compiling error with gcc 4.8.0 and mvapich2-1.9


Click here for full thread
Forum Vet
John
Unfortunately, I am not able to reproduce your error by using the gcc 4.8.0 I got from gnu.org.
Could you try the following command (that disable the optimization flags)

make FC=gfortran FOPTIMIZE=-O1

Cheers, Edo