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

Philippe 22/05/2018: detect OpenACC 2.6 standard

parent f9c9110c
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,8 @@ CONTAINS
PRINT *,"Using OpenACC 2.0"
ELSE IF ( OPENACC_VERSION == 201510 ) THEN
PRINT *,"Using OpenACC 2.5"
ELSE IF ( OPENACC_VERSION == 201711 ) THEN
PRINT *,"Using OpenACC 2.6"
ELSE
PRINT *,"Using OpenACC (unknown version)"
ENDIF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment