mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Updated version of MPICH2 in Makefile.
This commit is contained in:
parent
85adf9014b
commit
fbe1e105e2
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ endif
|
|||
# Use MPI for parallelism
|
||||
|
||||
ifeq ($(USE_MPI),yes)
|
||||
MPI = /opt/mpich2/1.4-intel
|
||||
MPI = /opt/mpich2/1.4.1-intel
|
||||
F90 = $(MPI)/bin/mpif90
|
||||
F90FLAGS += -DMPI
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue