search for: daxpy

Displaying 10 results from an estimated 10 matches for "daxpy".

Did you mean: axpy
2005 Jan 07
1
[LLVMdev] Shared library building problems on Darwin
...are not the same thing, as they are in object file formats in use elsewhere. In order to be loaded dynamically after the program is already running, the file has to be a "Mach-O Bundle". So with these file types, it works: /Users/mike/Documents/hpcl/LLVM/cfe-src/install/bin/gcc -g tests/daxpy/daxpy.c -o tests/daxpy/daxpy /Users/mike/Documents/hpcl/LLVM/llvm-cvs/Debug/bin//opt -f -stats -debug-pass=Structure -load /Users/mike/Documents/hpcl/LLVM/llvm-cvs/Debug/lib//libPMFBuild.so -buildpmf -o tests/daxpy/daxpy-opt tests/daxpy/daxpy.bc Pass Arguments: -buildpmf -verify Target Data Layo...
2005 Jan 11
2
[Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
...re. In order to be loaded dynamically after the > > > program is already running, the file has to be a "Mach-O Bundle". > > > > > > So with these file types, it works: > > > /Users/mike/Documents/hpcl/LLVM/cfe-src/install/bin/gcc -g > > > tests/daxpy/daxpy.c -o tests/daxpy/daxpy > > > /Users/mike/Documents/hpcl/LLVM/llvm-cvs/Debug/bin//opt -f -stats > > > -debug-pass=Structure -load > > > /Users/mike/Documents/hpcl/LLVM/llvm-cvs/Debug/lib//libPMFBuild.so > > > -buildpmf -o tests/daxpy/daxpy-opt tests/daxpy/...
2005 Jan 11
0
[Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
...dynamically after the > > > > program is already running, the file has to be a "Mach-O Bundle". > > > > > > > > So with these file types, it works: > > > > /Users/mike/Documents/hpcl/LLVM/cfe-src/install/bin/gcc -g > > > > tests/daxpy/daxpy.c -o tests/daxpy/daxpy > > > > /Users/mike/Documents/hpcl/LLVM/llvm-cvs/Debug/bin//opt -f -stats > > > > -debug-pass=Structure -load > > > > /Users/mike/Documents/hpcl/LLVM/llvm-cvs/Debug/lib//libPMFBuild.so > > > > -buildpmf -o tests/daxpy/da...
2000 Jul 12
1
Compiling R on RS6000 AIX 4.3
...al instruction" and core dump of running R 1.0.1 on AIX 4.3. Firstly, the R distribution was missing some FORTRAN routines, which I found on the net and added, by modifying src/appl/Makefile.in and src/appl/ROUTINES (otherwise ld complains about missing symbols). The ten routines were: dasum, daxpy, dcopy, ddot, dnrm2, drot, drotg, dscal, dswap and idamax. (I found this strange. I would have thought that all necessary core files should have been included??) It then compiled with gcc 2.95.2 and g77, but the 'make test' dumps core, when running R. I've just tried compiling R 1.1.0...
2000 Jul 12
1
Compiling R on RS6000 AIX 4.3
...al instruction" and core dump of running R 1.0.1 on AIX 4.3. Firstly, the R distribution was missing some FORTRAN routines, which I found on the net and added, by modifying src/appl/Makefile.in and src/appl/ROUTINES (otherwise ld complains about missing symbols). The ten routines were: dasum, daxpy, dcopy, ddot, dnrm2, drot, drotg, dscal, dswap and idamax. (I found this strange. I would have thought that all necessary core files should have been included??) It then compiled with gcc 2.95.2 and g77, but the 'make test' dumps core, when running R. I've just tried compiling R 1.1.0...
2008 Jun 03
1
IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
...-317 ERROR: Undefined symbol: .dtrsm ld: 0711-317 ERROR: Undefined symbol: .ddot ld: 0711-317 ERROR: Undefined symbol: .dnrm2 ld: 0711-317 ERROR: Undefined symbol: .dtrsl ld: 0711-317 ERROR: Undefined symbol: .dscal ld: 0711-317 ERROR: Undefined symbol: .dpofa ld: 0711-317 ERROR: Undefined symbol: .daxpy ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is...
2020 Jul 15
2
Openblas?
On 2020-07-15 14:36, Dirk Eddelbuettel wrote: > > G?ran, > > This is not an easy email to reply to because it _contains nothing > reproducible_. Thanks Dirk, Sorry about that, but my real question was (see below): "Is the problem that openblas uses C versions of blas?" That is, do I need to change F77_CALL(name)(...); to cblas_name(...); everywhere? And if so, is
2006 Feb 07
0
[R] R compile on AIX 5.2
...-317 ERROR: Undefined symbol: .dtrsm ld: 0711-317 ERROR: Undefined symbol: .dcopy ld: 0711-317 ERROR: Undefined symbol: .dtrsl ld: 0711-317 ERROR: Undefined symbol: .ddot ld: 0711-317 ERROR: Undefined symbol: .dnrm2 ld: 0711-317 ERROR: Undefined symbol: .dscal ld: 0711-317 ERROR: Undefined symbol: .daxpy ld: 0711-317 ERROR: Undefined symbol: .dpofa ld: 0711-317 ERROR: Undefined symbol: .intpr0_ ld: 0711-317 ERROR: Undefined symbol: .i_len ld: 0711-317 ERROR: Undefined symbol: .realp0_ ld: 0711-317 ERROR: Undefined symbol: .dblep0_ ld: 0711-317 ERROR: Undefined symbol: .rexitc_ ld: 0711-317 ERROR: U...
1998 Sep 11
1
R-beta: cannot make R
...sq.o dnbeta.o pnbeta.o pnf.o pnt.o ptukey.o qtukey.o dwilcox.o pwilcox.o qwilcox.o rwilcox.o ranlib ../lib/libmath.a cd appl; make gcc -g -O2 -I../include -c approx.c gcc -g -O2 -I../include -c bakslv.c gcc -g -O2 -I../include -c binning.c f77 -c blas.f -o blas.o blas.f: dasum: daxpy: dcopy: ddot: dmach: dnrm2: drot: drotg: dscal: dswap: idamax: f77 -c ch2inv.f -o ch2inv.o ch2inv.f: ch2inv: f77 -c chol.f -o chol.o chol.f: chol: gcc -g -O2 -I../include -c cpoly.c gcc -g -O2 -I../include -c...
2001 Jul 25
2
Installation help
...: balbak: cbabk2: cbal: cdiv: comqr: comqr2: corth: csroot: elmhes: eltran: epslon: 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 tabula...