Skip to content

Commit b9fb63c

Browse files
authored
Remove OMP-private variable outside OMP context (LAPACK PR860)
1 parent 4ecb685 commit b9fb63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/SRC/chetrd_hb2st.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ SUBROUTINE CHETRD_HB2ST( STAGE1, VECT, UPLO, N, KD, AB, LDAB,
537537
$ STIND, EDIND, SWEEPID, N, KD, IB,
538538
$ WORK ( INDA ), LDA,
539539
$ HOUS( INDV ), HOUS( INDTAU ), LDV,
540-
$ WORK( INDW + TID*KD ) )
540+
$ WORK( INDW ) )
541541
#endif
542542
IF ( BLKLASTIND.GE.(N-1) ) THEN
543543
STT = STT + 1

0 commit comments

Comments
 (0)