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

Philippe 10/09/2021: OpenACC: add detection of OpenACC versions 3.0 and 3.1

parent 68d5c2b7
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,10 @@ CONTAINS ...@@ -104,6 +104,10 @@ CONTAINS
PRINT *,"Using OpenACC 2.6" PRINT *,"Using OpenACC 2.6"
case ( 201811 ) case ( 201811 )
PRINT *,"Using OpenACC 2.7" PRINT *,"Using OpenACC 2.7"
case ( 201911 )
PRINT *,"Using OpenACC 3.0"
case ( 202011 )
PRINT *,"Using OpenACC 3.1"
case default case default
PRINT *,"Using OpenACC (unknown version)" PRINT *,"Using OpenACC (unknown version)"
end select end select
......
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