Skip to content
Snippets Groups Projects
Commit 1d43457e authored by ESCOBAR Juan's avatar ESCOBAR Juan Committed by RODIER Quentin
Browse files

Juan 24/04/2024:LXnvhpc2202.mk, Compile with CC=gcc, to avoid problem with...

Juan 24/04/2024:LXnvhpc2202.mk, Compile with CC=gcc, to avoid problem with Netcdf (like with ifort/icc)
parent 3602eaef
No related branches found
No related tags found
No related merge requests found
...@@ -183,13 +183,13 @@ CXXFLAGS = -Kieee -Mnofma $(OPT_NOOPENACC) ...@@ -183,13 +183,13 @@ CXXFLAGS = -Kieee -Mnofma $(OPT_NOOPENACC)
$(OBJS_REPROD) : OPT = $(OPT_BASE) $(OPT_NOOPENACC) $(OPT_PERF2) -Mvect=nosimd -Minfo=all -g $(OBJS_REPROD) : OPT = $(OPT_BASE) $(OPT_NOOPENACC) $(OPT_PERF2) -Mvect=nosimd -Minfo=all -g
endif endif
# #
CC = pgcc CC = gcc
CXXFLAGS += $(TP) CXXFLAGS += $(TP)
CFLAGS += $(TP) #CFLAGS += $(TP)
FC = pgf90 FC = pgf90
ifeq "$(VER_MPI)" "MPIAUTO" ifeq "$(VER_MPI)" "MPIAUTO"
F90 = mpif90 F90 = mpif90
CC = mpicc #CC = mpicc
CXX = mpicxx CXX = mpicxx
else else
F90 = pgf90 F90 = pgf90
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment