Skip to content

Commit 5b69217

Browse files
authored
Update zhetrd_hb2st.FRemove OMP-private variable outside OMP context (LAPACK PR860)
1 parent b9fb63c commit 5b69217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/SRC/zhetrd_hb2st.F

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

0 commit comments

Comments
 (0)