Skip to content
Snippets Groups Projects
Commit 81c93705 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 01/02/2023:Rules.LXgfortran.mk, add MPIVIDE & openacc...

Juan 01/02/2023:Rules.LXgfortran.mk, add MPIVIDE & openacc -foffload=-march=gfx90a for Siemens Compiler MPI250 Code Bench Sourcergy test
parent 90bcdc69
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ OPT_PERF2 = -O2
OPT_CHECK = -fbounds-check -finit-real=nan
OPT_I8 = -fdefault-integer-8
OPT_R8 = -fdefault-real-8 -fdefault-double-8
OPT_OPENACC = -fopenacc
OPT_OPENACC = -fopenacc -foffload=-march=gfx90a
#
ifeq "$(VER_USER)" "ZSOLVER"
CPPFLAGS += -DCARTESIANGEOMETRY -DPIECEWISELINEAR
......@@ -83,8 +83,13 @@ ifeq "$(VER_MPI)" "MPIAUTO"
F90 = mpif90
CPPFLAGS_SURCOUCHE += -DMNH_USE_MPI_STATUSES_IGNORE
else
ifeq "$(VER_MPI)" "MPICRAY"
F90 = ftn
CPPFLAGS_SURCOUCHE += -DMNH_USE_MPI_STATUSES_IGNORE
else
F90 = gfortran
endif
endif
#
F90FLAGS = $(OPT)
F77 = $(F90)
......
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