Skip to content

Commit 1a8e487

Browse files
authored
Drop C-style "L" suffix from OPENMP version number in check
1 parent 5966fd5 commit 1a8e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/SRC/dsytrd_sb2st.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ SUBROUTINE DSYTRD_SB2ST( STAGE1, VECT, UPLO, N, KD, AB, LDAB,
481481
*
482482
* Call the kernel
483483
*
484-
#if defined(_OPENMP) && _OPENMP >= 201307L
484+
#if defined(_OPENMP) && _OPENMP >= 201307
485485
IF( TTYPE.NE.1 ) THEN
486486
!$OMP TASK DEPEND(in:WORK(MYID+SHIFT-1))
487487
!$OMP$ DEPEND(in:WORK(MYID-1))

0 commit comments

Comments
 (0)