Skip to content
Snippets Groups Projects
Commit 0e91f5f0 authored by ESCOBAR Juan's avatar ESCOBAR Juan
Browse files

Juan 28/03/2024:Rules.LXnvhpc2202.mk, Pb with mpicc+netcdf+nvhpc23.1 => use...

Juan 28/03/2024:Rules.LXnvhpc2202.mk, Pb with mpicc+netcdf+nvhpc23.1 => use defaut CC=pgcc + Missing O1 listing fotr OPTLEVEL=MANAGED commpilation
parent 1f8574b4
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ OPT0 = -g $(OPT_BASE) $(OPT_MANAGED) $(OPT_PERF0)
OPT_NOCB = -g $(OPT_BASE) $(OPT_MANAGED) $(OPT_PERF2)
CXXFLAGS = -g -acc -Kieee -Mnofma $(OPT_MANAGED)
$(OBJS_REPROD) : OPT = $(OPT_BASE) $(OPT_MANAGED) $(OPT_PERF2) -Mvect=nosimd -Minfo=all -g
$(OBJS_O1_OPENACC) : OPT = -g $(OPT_BASE) $(OPT_MANAGED) $(OPT_PERF1)
endif
#
ifeq "$(OPTLEVEL)" "MANAGEDO2"
......@@ -186,7 +187,7 @@ CFLAGS += $(TP)
FC = pgf90
ifeq "$(VER_MPI)" "MPIAUTO"
F90 = mpif90
CC = mpicc
#CC = mpicc
CXX = mpicxx
else
F90 = pgf90
......
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