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

Philippe 30/11/2021: OpenACC: bugfix: use openacc module only if MNH_OPENACC defined

parent 70878ada
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
#endif
MODULE MODE_OPENACC_SET_DEVICE
#ifndef _FAKEOPENACC
#if defined(MNH_OPENACC) && !defined(_FAKEOPENACC)
USE openacc , ONLY : acc_device_kind , acc_device_nvidia, acc_device_host
#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