Skip to content

Commit 4920222

Browse files
authored
Remove OMP-private variable outside OMP context (LAPACK PR860)
1 parent a0e413e commit 4920222

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
@@ -506,7 +506,7 @@ SUBROUTINE DSYTRD_SB2ST( STAGE1, VECT, UPLO, N, KD, AB, LDAB,
506506
$ STIND, EDIND, SWEEPID, N, KD, IB,
507507
$ WORK ( INDA ), LDA,
508508
$ HOUS( INDV ), HOUS( INDTAU ), LDV,
509-
$ WORK( INDW + TID*KD ) )
509+
$ WORK( INDW ) )
510510
#endif
511511
IF ( BLKLASTIND.GE.(N-1) ) THEN
512512
STT = STT + 1

0 commit comments

Comments
 (0)