-
rwhaley committed patchset 1706 of module AtlasBase to the Automatically Tuned Linear Algebra Soft. CVS repository, changing 2 files.
2009-11-11 18:35:52 UTC by rwhaley
-
In your case, all patches except for single-core.patch are necessary.
To apply patches, use "patch" command or modify files by hand.
By the way, Marco kindly prepared a cygwin binary package for Core2 and a cygport source. You can use them. See ["Prebuilt binaries" topic](http://sourceforge.net/projects/math-atlas/forums/forum/1026734/topic/3433410).
2009-11-11 15:37:49 UTC by sf1021
-
Please excuse my ignorance, but if I'm trying to build 3.9.16 using cygwin 1.7 on a Core 2 Duo (Lenovo T9400) which patches do I need to apply, and, more importantly, how do I apply them?
Thank you.
2009-11-10 21:27:37 UTC by avi0013
-
Hi all,
I get the following error (reported below) when trying to configure ATLAS on my Linux Ubuntu 9.10 system. I've followed section 8 of the installation guide step by step. I've also tried to redownload and reinstall all but I always received the same error and I don't know how to solve it. Moreover I'm not able to produce the errata file.
Thank you very much in advance for your help...
2009-11-09 09:27:56 UTC by nobody
-
I'm trying to build atlas-3.9.16.
At line 321 of /tune/blas/ger/CASES/ATL_zgerk_1x4_sse3.c, gerk_axpy is called.
> Mjoin(PATL,gerk_axpy)(N-N4, alpha, X, 1, Y+incY*(N4 SHIFT), incY,
> A+N4*(lda SHIFT), lda);
However, gerk_axpy is defined in src/blas/ger/ATL_gerk_axpy.c as follows:
> void Mjoin(PATL,gerk_axpy)
> (const int M, const int N, const...
2009-11-07 09:52:13 UTC by sf1021
-
rwhaley committed patchset 1705 of module AtlasBase to the Automatically Tuned Linear Algebra Soft. CVS repository, changing 1 files.
2009-11-06 23:59:15 UTC by rwhaley
-
I got a warning from ATL_gecollapse.c:
src/auxil/ATL_gecollapse.c:76: warning: passing argument 3 of ‘ATL_dsgecollapse’ from incompatible pointer type
Does this patch modify the problem correctly?
76c76
< ATL_dsgecollapse(M+M, N, A, lda+lda, ldc+ldc);
---
> ATL_qdgecollapse(M+M, N, A, lda+lda, ldc+ldc);.
2009-11-06 17:40:02 UTC by sf1021
-
I got a warning from ATL_trcollapse.c:
src/auxil/ATL_trcollapse.c:49:14: warning: extra tokens at end of #ifdef directive
Patch:
49c49
< #ifdef SREAL || SCPLX
---
> #if defined(SREAL) || defined(SCPLX)
2009-11-06 17:36:37 UTC by sf1021
-
rwhaley committed patchset 1704 of module AtlasBase to the Automatically Tuned Linear Algebra Soft. CVS repository, changing 1 files.
2009-11-06 17:07:32 UTC by rwhaley
-
Avi,
Oops, I forgot to mention I also have created a windows forum for discussion of windows-related problems (Windows is the hardest platform to install ATLAS on, and the only time I use windows is when I'm trying help ATLAS users). The forum is at:
https://sourceforge.net/projects/math-atlas/forums/forum/1026734
I am posting there as I try to get ATLAS to work on Windows 7, but it's...
2009-11-05 21:57:00 UTC by rwhaley