Skip to content
Snippets Groups Projects
Commit 99d90b86 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 7/03/2018: Rules.LXifort.mk,Rules.LXgfortran.mk , revert from "use mpi"...

Juan 7/03/2018: Rules.LXifort.mk,Rules.LXgfortran.mk , revert from "use mpi" to "include mpif.h" , more portable
parent 23b782c6
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ endif ...@@ -60,7 +60,7 @@ endif
FC = gfortran FC = gfortran
ifeq "$(VER_MPI)" "MPIAUTO" ifeq "$(VER_MPI)" "MPIAUTO"
F90 = mpif90 F90 = mpif90
CPPFLAGS_SURCOUCHE += -DMNH_USE_MPI_STATUSES_IGNORE -DUSE_MPI CPPFLAGS_SURCOUCHE += -DMNH_USE_MPI_STATUSES_IGNORE
else else
F90 = gfortran F90 = gfortran
endif endif
......
...@@ -84,7 +84,7 @@ export TAU_MAKEFILE?=/home/escj/PATCH/TAU/TAU-2.21.1-IFORT10-OMPI152-THREAD/x86_ ...@@ -84,7 +84,7 @@ export TAU_MAKEFILE?=/home/escj/PATCH/TAU/TAU-2.21.1-IFORT10-OMPI152-THREAD/x86_
LIBS += -lz LIBS += -lz
else else
F90 = mpiifort F90 = mpiifort
CPPFLAGS_SURCOUCHE += -DMNH_USE_MPI_STATUSES_IGNORE -DUSE_MPI CPPFLAGS_SURCOUCHE += -DMNH_USE_MPI_STATUSES_IGNORE
endif endif
ifeq "$(MNH_INT)" "8" ifeq "$(MNH_INT)" "8"
OPT_BASE += -ilp64 OPT_BASE += -ilp64
......
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