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

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

Juan 08/07/2022:MNH_OPENACC_NV_CR.CPP, better management of argument of present_cr() , allow & <-> continuation lines, but remove comment "NOT ACTIVATE present"
parent ba93363d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
//# Activate present directive only for Cray Compiler //# Activate present directive only for Cray Compiler
#ifdef MNH_COMPILER_CCE #ifdef MNH_COMPILER_CCE
#define present_cr present #define present_cr(TAB...) present(TAB)
#else #else
#define present_cr !/!\ NOT ACTIVATE present #define present_cr(TAB...)
#endif #endif
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