Browse Source

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

tags/v0.3.0^2
Martin Kroeker GitHub 8 years ago
parent
commit
1a8e487c4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack-netlib/SRC/dsytrd_sb2st.F

+ 1
- 1
lapack-netlib/SRC/dsytrd_sb2st.F View File

@@ -481,7 +481,7 @@
*
* 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))


Loading…
Cancel
Save