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

Juan 31/03/2022:MNH_OPENACC_NV_CR.CPP, Pb with comment , start this # -> //

parent c8271d5e
No related branches found
No related tags found
No related merge requests found
#
# Some Macro to bypass OpenACC incompatiblity beetwen Nvidia & Cray Compiler
#
//#
//# Some Macro to bypass OpenACC incompatiblity beetwen Nvidia & Cray Compiler
//#
# Activate $acc directive only for Nvidia Compiler
//# Activate $acc directive only for Nvidia Compiler
#ifdef MNH_COMPILER_NVHPC
#define acc_nv acc
#else
#define acc_nv !/!\ NOT ACTIVATE acc
#endif
# Activate present directive only for Cray Compiler
//# Activate present directive only for Cray Compiler
#ifdef MNH_COMPILER_CCE
#define present_cr present
#else
......
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