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

This commit is contained in:
Martin Kroeker
2021-07-14 22:41:45 +02:00
committed by GitHub
parent 2b9443b7e7
commit f4d4abd423

View File

@@ -1081,7 +1081,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
REAL EPS, S1, S2, THRESH, THRSHN
* ..
* .. Local Arrays ..