13 lines
474 B
Plaintext
13 lines
474 B
Plaintext
--- CONFIG/src/SpewMakeInc.c~ 2009-04-13 17:52:14.000000000 +0900
|
|
+++ CONFIG/src/SpewMakeInc.c 2009-04-13 17:53:05.000000000 +0900
|
|
@@ -423,7 +423,8 @@
|
|
&srcdir, &blddir, &USEDEFL1, &USEARCHDEF, &LATUNE, &nof77,
|
|
&f2cdefs, &cdefs, &pmake, &flapack, &smaflags, &dmaflags,
|
|
&f77lib, &LAsrcd, &l2size, &targ);
|
|
- if (ncpu > 1) THREADS = 1;
|
|
+/* if (ncpu > 1) THREADS = 1; */
|
|
+ THREADS = 1;
|
|
if (!outfile)
|
|
fpout = stdout;
|
|
else
|