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

This commit is contained in:
Martin Kroeker
2018-05-08 21:39:42 +02:00
committed by GitHub
parent 1a8e487c4a
commit 9795adc7ef

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))