search for: lsame

Displaying 13 results from an estimated 13 matches for "lsame".

Did you mean: same
2002 Jan 17
0
solved(?) (was RE: MKL seems to beat ATLAS, but some problems...)
...> > Sorry, but seems like I need a bit more spoon-feeding: > > I did the dyn.load, and got: > > unable to load shared library > > "/home/andy/R-patched-mkl/modules/lapack.so": > > /home/andy/R-patched-mkl/modules/lapack.so: undefined > symbol: lsame_ > > Right, that's it. LSAME is a BLAS routine, and your BLAS doesn't have > it. There is a version in src/appl/blas.f, but you don't seem to > have a complete BLAS to link against. Strangely, I found lsame in libmkl_lapack.a (which I guess is the Lapack part of MKL). I...
2019 May 03
0
R problems with lapack with gfortran
...gs from C to Fortran. Indeed, BLAS and LAPACK define a large number of subroutines that take one or more explicit single-character strings as arguments. Other than that, BLAS has only one function (xerbla), which takes a string of unspecified length, LAPACK only has four (ilaenv, ilaenv2stage, lsamen, xerbla). The C interfaces to BLAS/LAPACK from Netlib depend on the historic behavior that explicit single-character strings are interoperable, concretely CBLAS and LAPACKE provide C interfaces/code that calls into Fortran BLAS/LAPACK without passing the 1s as lengths of the character strings...
2019 Apr 24
2
R problems with lapack with gfortran
Hi, I have tried to pinpoint potential problems which could lead to the LAPACK issues that are currently seen in R. I built the current R trunk using AR=gcc-ar RANLIB=gcc-ranlib ./configure --prefix=$HOME --enable-lto --enable-BLAS-shlib=no --without-recommended-packages and used this to find problem areas. There are quite a few warnings that were flagged, due to mismatches in function
2002 Jan 17
1
MKL seems to beat ATLAS, but some problems... (was RE: li nkin g R against MKL)
...en the Lapack routines in MKL and those packaged with R. Sorry, but seems like I need a bit more spoon-feeding: I did the dyn.load, and got: unable to load shared library "/home/andy/R-patched-mkl/modules/lapack.so": /home/andy/R-patched-mkl/modules/lapack.so: undefined symbol: lsame_ I then did ldd -r lapack.so, and got: libm.so.6 => /lib/libm.so.6 (0x401ef000) libz.so.1 => /usr/lib/libz.so.1 (0x4020d000) libreadline.so.4.1 => /usr/lib/libreadline.so.4.1 (0x4021b000) libdl.so.2 => /lib/libdl.so.2 (0x40243000) libncurses.so.5...
2002 Jan 17
1
MKL seems to beat ATLAS, but some problems... (was RE: li nkin g R against MKL)
...en the Lapack routines in MKL and those packaged with R. Sorry, but seems like I need a bit more spoon-feeding: I did the dyn.load, and got: unable to load shared library "/home/andy/R-patched-mkl/modules/lapack.so": /home/andy/R-patched-mkl/modules/lapack.so: undefined symbol: lsame_ I then did ldd -r lapack.so, and got: libm.so.6 => /lib/libm.so.6 (0x401ef000) libz.so.1 => /usr/lib/libz.so.1 (0x4020d000) libreadline.so.4.1 => /usr/lib/libreadline.so.4.1 (0x4021b000) libdl.so.2 => /lib/libdl.so.2 (0x40243000) libncurses.so.5...
2008 Mar 07
1
Trouble with R CMD check
...rcept_sd' polymars.c: In function `find_best_candidate': polymars.c:1361: warning: unused variable `dok1' polymars.c:1361: warning: unused variable `dok2' polymars.c: In function `initial_model': polymars.c:2585: warning: unused variable `mesh_index' polymars.c: In function `lsame': polymars.c:3925: warning: suggest parentheses around && within || polymars.c:3926: warning: suggest parentheses around && within || polymars.c:3929: warning: suggest parentheses around && within || polymars.c:3930: warning: suggest parentheses around && within...
2006 Oct 03
1
R-2.4.0 is released
...nks against that. For the pros and cons see the R-admin manual. The defaults are now --without-blas (so you have explicitly to ask for an external BLAS), and --enable-BLAS-shlib unless a usable external BLAS is found or on AIX or on MacOS X 10.2 and earlier. o MacOS X did not like having LSAME in both BLAS and LAPACK libraries, so it is no longer part of the R-internal LAPACK. We now require an external BLAS to provide LSAME: it seems that nowadays all do. o The configure test for 'whether mixed C/Fortran code can be run' has been improved as on one system that test pass...
2006 Oct 03
1
R-2.4.0 is released
...nks against that. For the pros and cons see the R-admin manual. The defaults are now --without-blas (so you have explicitly to ask for an external BLAS), and --enable-BLAS-shlib unless a usable external BLAS is found or on AIX or on MacOS X 10.2 and earlier. o MacOS X did not like having LSAME in both BLAS and LAPACK libraries, so it is no longer part of the R-internal LAPACK. We now require an external BLAS to provide LSAME: it seems that nowadays all do. o The configure test for 'whether mixed C/Fortran code can be run' has been improved as on one system that test pass...
2005 Oct 06
0
R-2.2.0 is released
...ckage argument now searches for an enclosing namespace and so finds functions defined within functions in a namespace. o R_max_col() has new (5th) argument '*ties_meth' allowing non-random behavior in the case of ties. o The header files have been rationalized: the BLAS routine LSAME is now declared in BLAS.h not Linpack.h, Applic.h no longer duplicates routines from Linpack.h, and Applic.h is divided into API and non-API sections. o memory.c has been instrumented so that Valgrind can track R's internal memory management. To use this, configure using...
2005 Oct 06
0
R-2.2.0 is released
...ckage argument now searches for an enclosing namespace and so finds functions defined within functions in a namespace. o R_max_col() has new (5th) argument '*ties_meth' allowing non-random behavior in the case of ties. o The header files have been rationalized: the BLAS routine LSAME is now declared in BLAS.h not Linpack.h, Applic.h no longer duplicates routines from Linpack.h, and Applic.h is divided into API and non-API sections. o memory.c has been instrumented so that Valgrind can track R's internal memory management. To use this, configure using...
2006 Apr 24
0
R 2.3.0 is released
...now check for non-positive arguments. o The BLAS which ships with R now contains the complete set of double-complex BLAS routines, rather than just those used in R. <R_ext/BLAS.h> has been corrected to add the missing double-precision BLAS functions drotmg and drotm, and to exclude lsame (which is a Lapack auxiliary function and is now declared in <R_ext/Lapack.h>). It also includes the double complex routines added for this release of R provided Fortran doublecomplex is usable on the platform. o <R_ext/BLAS.h> and <R_ext/Lapack.h> now declare all the entr...
2006 Apr 24
0
R 2.3.0 is released
...now check for non-positive arguments. o The BLAS which ships with R now contains the complete set of double-complex BLAS routines, rather than just those used in R. <R_ext/BLAS.h> has been corrected to add the missing double-precision BLAS functions drotmg and drotm, and to exclude lsame (which is a Lapack auxiliary function and is now declared in <R_ext/Lapack.h>). It also includes the double complex routines added for this release of R provided Fortran doublecomplex is usable on the platform. o <R_ext/BLAS.h> and <R_ext/Lapack.h> now declare all the entr...
2001 Jul 25
2
Installation help
...hqr: hqr2: htribk: htridi: pythag: tql1: tql2: tqlrat: tred1: tred2: rg: rs: cg: ch: f77 -g -O2 -c lminfl.f -o lminfl.o lminfl.f: lminfl: f77 -g -O2 -c blas.f -o blas.o blas.f: dasum: daxpy: dcopy: ddot: dmach: dnrm2: drot: drotg: dscal: dswap: idamax: dgemm: dtrsm: lsame: ar cr libappl.a approx.o bakslv.o binning.o chull.o cpoly.o cumsum.o fft.o fmin.o integrate.o lbfgsb.o loglin.o lowess.o machar.o maxcol.o massdist.o pretty.o rowsum.o splines.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dpbfa.o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o...