11 lines
381 B
Text
11 lines
381 B
Text
--- config.c.orig Tue Jul 1 12:35:09 2003
|
|
+++ config.c Tue Jul 1 12:35:44 2003
|
|
@@ -79,7 +79,7 @@
|
|
char *usermmnam[2] = {"", "GOTO"};
|
|
enum USERGEMM {UG_None=0, UG_GOTO};
|
|
|
|
-int XCOMP=0, THREADS=0, USEWINF77=0, NLINES=0, ISWIN=0;
|
|
+int XCOMP=0, THREADS=1, USEWINF77=0, NLINES=0, ISWIN=0; // force threading for single processor
|
|
char TARGNAM[512];
|
|
enum MACHTYPE mach=MACHOther;
|
|
|