summaryrefslogtreecommitdiff
path: root/math/atlas-devel/files/non-thread-patch
diff options
context:
space:
mode:
Diffstat (limited to 'math/atlas-devel/files/non-thread-patch')
-rw-r--r--math/atlas-devel/files/non-thread-patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/atlas-devel/files/non-thread-patch b/math/atlas-devel/files/non-thread-patch
deleted file mode 100644
index 742eb36f4d29..000000000000
--- a/math/atlas-devel/files/non-thread-patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- config.c.orig Sun Dec 28 13:12:32 2003
-+++ config.c Sun Dec 28 13:15:07 2003
-@@ -3515,6 +3515,7 @@
- }
- i = ncpu;
- if (!ncpu) ncpu = ProbeNCPU(OS, mach, targ, TOPdir);
-+ ncpu = 1; // force non-threading
- if (ncpu != 1) /* user may want to thread */
- {
- DisplayFile("CONFIG/pthread.txt", stdout, NLINES);
-@@ -3952,6 +3953,7 @@
- USEDEFL1 = !IsYes('y', "", "Tune the Level 1 BLAS?");
- }
-
-+ fpout = fopen("ARCHNAME-NON-THREADED", "w");
- fprintf(fpout, "%s", ARCH);
- fclose(fpout);
- ATL_mprintf(2, fplog, stdout,"\nCreating make include file Make.%s\n", ARCH);
-