mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fixed definition of F90 for MPI in Makefile.
This commit is contained in:
parent
e6aca9820a
commit
e3bfbbe015
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue