Skip to content
Snippets Groups Projects
Commit d2221f6f authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 19/06/2020: add fake OPENACC module to compile with -DMNH_OPENACC...

Juan 19/06/2020: add fake OPENACC module to compile with -DMNH_OPENACC -D_FAKEOPENACC for compiler without OpenACC
parent 0bc56c32
No related branches found
No related tags found
No related merge requests found
#ifdef _FAKEOPENACC
MODULE OPENACC
END MODULE OPENACC
#else
MODULE OPENACC_FAKEOPENACC
END MODULE OPENACC_FAKEOPENACC
#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