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

Juan 28/08/2022:MNH_OPENACC_NV_CR.CPP, better management of argument of...

Juan 28/08/2022:MNH_OPENACC_NV_CR.CPP, better management of argument of present_cr() , allow & <-> continuation lines => Correction of Solveur divergence with nvhpc !!!
parent 2c0e7139
Branches
No related merge requests found
......@@ -11,7 +11,7 @@
//# Activate present directive only for Cray Compiler
#ifdef MNH_COMPILER_CCE
#define present_cr present
#define present_cr(TAB...) present(TAB)
#else
#define present_cr !/!\ NOT ACTIVATE present
#define present_cr(TAB...)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment