Drop C-style "L" suffix from OPENMP version number in check

This commit is contained in:
Martin Kroeker 2018-05-08 21:36:56 +02:00 committed by GitHub
parent 88e224f4c0
commit 5966fd52a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ C END IF
*
* Call the kernel
*
#if defined(_OPENMP) && _OPENMP >= 201307L
#if defined(_OPENMP) && _OPENMP >= 201307
IF( TTYPE.NE.1 ) THEN
!$OMP TASK DEPEND(in:WORK(MYID+SHIFT-1))
!$OMP$ DEPEND(in:WORK(MYID-1))