Skip to content
Snippets Groups Projects
Commit 969f19aa authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 04/04/2022: add use of the macro file + update CUDALEVEL (default is...

Philippe 04/04/2022: add use of the macro file + update CUDALEVEL (default is 11.6 for NVHPC 22.2 and 22.3)
parent 2cdc013b
No related branches found
No related tags found
1 merge request!4Jean Wurtz 30/04/2025 : Bugfixes mainly for TEB and for simple precision
...@@ -22,7 +22,7 @@ TP= -tp=px ...@@ -22,7 +22,7 @@ TP= -tp=px
# #
#Version of CUDA #Version of CUDA
#(8.0 at least if compute capability >= 6.0) #(8.0 at least if compute capability >= 6.0)
CUDALEVEL=cuda11.5 CUDALEVEL=cuda11.6
# #
#Compute capability of GPU #Compute capability of GPU
# #
...@@ -192,7 +192,7 @@ LDFLAGS = -Wl,-warn-once $(OPT) ...@@ -192,7 +192,7 @@ LDFLAGS = -Wl,-warn-once $(OPT)
# #
# preprocessing flags # preprocessing flags
# #
CPP = cpp -P -traditional -Wcomment -D_OPENACC=201711 CPP = cpp -P -traditional -Wcomment -D_OPENACC=201711 -imacros MNH_OPENACC_NV_CR.CPP
# CPP = pgfortran -E -Mcpp=noline # CPP = pgfortran -E -Mcpp=noline
# #
CPPFLAGS_C = -DLITTLE_endian CPPFLAGS_C = -DLITTLE_endian
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment