summaryrefslogtreecommitdiff
path: root/math/atlas-devel/files/thread-patch
blob: 5d6521809593660a49e9fcf09f96452e91955554 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;