Fixed definition of F90 for MPI in Makefile.

This commit is contained in:
Paul Romano 2012-01-17 17:21:30 -05:00
parent e6aca9820a
commit e3bfbbe015

View file

@ -153,7 +153,7 @@ endif
ifeq ($(USE_MPI),yes)
MPI_ROOT = /opt/mpich2/1.4.1-$(COMPILER)
F90 = $(MPI)/bin/mpif90
F90 = $(MPI_ROOT)/bin/mpif90
F90FLAGS += -DMPI
endif