INTEL Compiler Setting Needed for MPP MM5v3.7.2 on Linux
If you encounter the following error when running MM5 MPP version
3.7.2 on a Linux machine, running INTEL:
errors: Redefinition
of “file” MPI_Fint previously declared here
Edit the configure.user file, and change the line (under options
7g2)
MCC
= $(LINUX_MPIHOME)/bin/mpicc
To look like this
MCC
= $(LINUX_MPIHOME)/bin/mpicc -DMPI2_SUPPORT
After you make this change, you must "make uninstall"
and recompile.
|