search for: libptcblas

Displaying 7 results from an estimated 7 matches for "libptcblas".

2001 Jul 30
3
ATLAS
I thought I would try compiling R this time with the ATLAS libraries. I have compiled ATLAS and I have the following libraries: libatlas.a libf77blas.a libptcblas.a libtstatlas.a libcblas.a liblapack.a libptf77blas.a Is it sufficient to use ' --with-blas=libatlas.a ' when configuring or do I need to specify any of the other libraries as well? -- William D. McCoy Geosciences University of Massachusetts Amherst, MA 01003 -.-.-.-.-.-.-...
2009 Aug 07
1
Bug in nlm, found using sem; failure in several flavors (PR#13881)
...R myself (to link to a hand-compiled ATLAS), though no errors were thrown in the compilation stage. I compiled using this config string, at first... ./configure --prefix=/usr/local --with-x --disable-R-framework --enable-threads=posix --with-blas="/usr/local/lib/libptf77blas.a /usr/local/lib/libptcblas.a /usr/local/lib/libatlas.a -lpthread" --with-lapack="/usr/local/lib/liblapack.a /usr/local/lib/libptf77blas.a /usr/local/lib/libptcblas.a /usr/local/lib/libatlas.a -lpthread" --without-aqua CFLAGS="-O3 -mtune=nocona -m32" CXXFLAGS="-O3 -mtune=nocona -m32" FFLAGS=...
2008 Sep 10
0
Trouble compiling R with self-compiled LAPACK/ATLAS under Linux
...he troublesome library: $ nm /home/akramer/R-2.7.2/modules//lapack.so | grep cblas_izamax U cblas_izamax ...the function is not there. However, referring to my configure line, the function is indeed in the libraries I passed to R: [akramer at dev170 ~/R-2.7.2] nm /usr/local/lib/libptcblas.a | grep cblas_izamax 0000000000000000 T cblas_izamax ...so, it appears to me that there is a problem in R building lapack.so. So, I looked back into my config.log file, and found this line: configure:37951: checking for zgeev_ configure:38015: gcc -std=gnu99 -o conftest -O3 -mtune=opteron -I/us...
2009 Aug 07
0
Bug in nlm, found using sem; failure in several flavors (PR#13882)
...nd-compiled ATLAS), though no errors were thrown in the compilation sta= ge. > I compiled using this config string, at first... > > ./configure --prefix=3D/usr/local --with-x --disable-R-framework --enable= -threads=3Dposix --with-blas=3D"/usr/local/lib/libptf77blas.a /usr/local/li= b/libptcblas.a /usr/local/lib/libatlas.a -lpthread" --with-lapack=3D"/usr/l= ocal/lib/liblapack.a /usr/local/lib/libptf77blas.a /usr/local/lib/libptcbla= s.a /usr/local/lib/libatlas.a -lpthread" --without-aqua CFLAGS=3D"-O3 -mtun= e=3Dnocona -m32" CXXFLAGS=3D"-O3 -mtune=3Dnocona -m...
2009 Nov 02
2
R292 and tcl/tk
BACKGROUND R2.9.2 built on power5 aix5.3 using gcc 4.2.4 (also installed: tcl and tk 8.5.7) Access from a Windows XP machine using Exceed v9.0, aixterm (DISPLAY etc. setup) export LDFLAGS="-L/usr/lib64 -L/opt/freeware/lib64 -L/opt/freeware/64/lib -L/usr/X11R6/lib -L/opt/freeware/lib" export CPPFLAGS="-I/opt/freeware/include -I/usr/lpp/X11/include/X11"
2012 Mar 15
0
[R-sig-hpc] Debian/Ubuntu + threaded BLAS/ATLAS (solved)
...run-time, built in a somewhat non-standard way off the Atlas 3.9.25 sources. edd at max:~$ Someone with interest and a little time should get together with Sylvestre and see ifwe could turn this into a helper package, or an experimental package, or ... | | --with-blas='/usr/lib/atlas-base/libptcblas.a /usr/lib/atlas-base/libptf77blas.a /usr/lib/atlas-base/libatlas.a -lpthread -lm' --with-lapack | | I opted for using the static version of ATLAS, but you can equally well use the shared one. | | > m=matrix(rnorm(4e6),2e3) | > system.time(tcrossprod(m)) | user system elapsed | 1...
2009 Aug 07
1
Bug in nlm, found using sem; failure in several flavors (PR#13883)
...ATLAS), though no errors were thrown in the compilation st= age. >> I compiled using this config string, at first... >> >> ./configure --prefix=3D/usr/local --with-x --disable-R-framework --enabl= e-threads=3Dposix --with-blas=3D"/usr/local/lib/libptf77blas.a /usr/local/l= ib/libptcblas.a /usr/local/lib/libatlas.a -lpthread" --with-lapack=3D"/usr/= local/lib/liblapack.a /usr/local/lib/libptf77blas.a /usr/local/lib/libptcbl= as.a /usr/local/lib/libatlas.a -lpthread" --without-aqua CFLAGS=3D"-O3 -mtu= ne=3Dnocona -m32" CXXFLAGS=3D"-O3 -mtune=3Dnocona -m...