Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp

This commit is contained in:
Martin Kroeker
2021-07-14 22:42:43 +02:00
committed by GitHub
parent f4d4abd423
commit f176ff90af

View File

@@ -1075,7 +1075,8 @@
CHARACTER*80 LINE
INTEGER I, I1, IC, INFO, ITMP, K, LENP, MAXTYP, NEWSD,
$ NK, NN, NPARMS, NRHS, NTYPES,
$ VERS_MAJOR, VERS_MINOR, VERS_PATCH, N_THREADS
$ VERS_MAJOR, VERS_MINOR, VERS_PATCH
INTEGER*4 N_THREADS
DOUBLE PRECISION EPS, S1, S2, THRESH, THRSHN
* ..
* .. Local Arrays ..