Skip to content
Snippets Groups Projects
Commit c74ed251 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 20/12/2013: add -ilp64 for MPIINTEL and MNH_INT=I8

parent b18a68a0
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,9 @@ endif ...@@ -77,6 +77,9 @@ endif
else else
ifeq "$(VER_MPI)" "MPIINTEL" ifeq "$(VER_MPI)" "MPIINTEL"
F90 = mpiifort F90 = mpiifort
ifeq "$(MNH_INT)" "I8"
OPT_BASE += -ilp64
endif
else else
F90 = ifort F90 = ifort
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment