Displaying 20 results from an estimated 36 matches for "cmplx".
Did you mean:
cmpl
2004 Dec 04
2
write.table inconsistency (PR#7403)
There's an as.matrix() call in write.table that means the formatting
of numeric columns changes depending on whether there are any
non-numeric columns in the table or not. For example,
> x <- data.frame(a=1:10,b=1:10)
> write.table(x,sep=',',row.names=F)
"a","b"
1,1
2,2
3,3
4,4
5,5
6,6
7,7
8,8
9,9
10,10
> x <- data.frame(a=1:10,b=as.factor(1:10))
2005 Oct 25
3
error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...
...odules/lapack'
g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo
g77 -fPIC -g -O2 -c dlapack0.f -o dlapack0.lo
g77 -fPIC -g -O2 -c dlapack1.f -o dlapack1.lo
g77 -fPIC -g -O2 -c dlapack2.f -o dlapack2.lo
g77 -fPIC -g -O2 -c dlapack3.f -o dlapack3.lo
g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo
g77 -fPIC -g -O2 -c cmplxblas.f -o cmplxblas.lo
gcc -shared -L/usr/local/lib64 -o libRlapack.so dlamc.lo dlapack0.lo
dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -lg2c -lm -lgcc_s
/usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/3.4.4/libg2c.a(s_cat.o):
reloca...
2004 Jun 10
1
Failure to compile on Itanium
I am trying to compile R on an Itanium machine running Red Hat 7.2 and
gcc version 2.96.
The build fails with the following symptoms:
g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo
g77 -fPIC -g -O2 -c cmplxblas.f -o cmplxblas.lo
gcc -shared -L/usr/local/lib -o libRlapack.so dlapack0.lo dlapack1.lo
dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/usr/local/lib
-L/usr/lib/gcc-lib/ia64-redhat-linux/2.96
-L/usr/lib/gcc-lib/ia64-redhat-linux/2.96/../../.. -lg2c...
2006 Jan 13
1
Problems installing R 2.2.1
...e getting this error on make
g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo
g77 -fPIC -g -O2 -c dlapack0.f -o dlapack0.lo
g77 -fPIC -g -O2 -c dlapack1.f -o dlapack1.lo
g77 -fPIC -g -O2 -c dlapack2.f -o dlapack2.lo
g77 -fPIC -g -O2 -c dlapack3.f -o dlapack3.lo
g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo
gcc -shared -L/usr/local/lib -o libRlapack.so dlamc.lo dlapack0.lo
dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -lg2c
-lm -lgcc_s
/usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux
/bin/ld: Error: The symbol `s_wsfe' has a R_PPC_REL24 relo...
2001 Oct 01
1
What is an error bu21? (PR#1106)
...: no
and came up with the following error:
making Lapack.d from Lapack.c
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Lapack.c -o Lapack.lo
g77 -fPIC -g -O2 -c double.f -o double.lo
g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo
don't know how to make # (bu42).
*** Error code 1 (bu21)
What is "bu42" and or error code "bu21"? And how do I get R to compile?
Thanks,
Patrick.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read htt...
2002 Apr 18
1
Problem compiling on HP-UX 10.20
...rs to compile without problems until it gets to the lapack
module and I get the following error:
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -D_HPUX_SOURCE -fPIC -O2 -c Lapack.c -o Lapack.lo
g77 -fPIC -O2 -c double.f -o double.lo
g77 -fPIC -O2 -c cmplx.f -o cmplx.lo
g77 -fPIC -O2 -c blas2.f -o blas2.lo
g77 -fPIC -O2 -c cmplxblas.f -o cmplxblas.lo
gcc -shared -fPIC -o lapack.sl Lapack.lo double.lo cmplx.lo blas2.lo
cmplxblas.lo -lg2c -lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main
-L/opt/gnu/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4 -L/usr/ccs/bin...
2014 Oct 18
2
[LLVMdev] Performance regression on ARM
...rt version: if you multiple or divide a complex number by a real
> number, is it valid to just do the trivial component wise computation?
> What about multiplying with / dividing by a pure imaginary number?
>
I'll try to get a solid answer, but for clarity.. Fortran has types REAL
and CMPLX. I'm not sure if you mean INT or REAL when you say "real" number..
https://gcc.gnu.org/onlinedocs/gfortran/CMPLX.html
https://gcc.gnu.org/onlinedocs/gfortran/REAL.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/l...
2004 Sep 03
0
Installation problems on Solaris 2.6
...Sep 2, 2004 15:24:02
f90: COMPILE TIME 103.070000 SECONDS
f90: MAXIMUM FIELD LENGTH 17338406 DECIMAL WORDS
f90: 30323 SOURCE LINES
f90: 0 ERRORS, 6 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
f90: CODE: 5644483 WORDS, DATA: 468584 WORDS
mv .libs/dlapack3.o dlapack3.lo
f90 -xarch=v8 -PIC -xO3 -dalign -c cmplx.f -o .libs/cmplx.o
f90: Warning: Option -PIC passed to ld, if ld is invoked, ignored otherwise
DOUBLE COMPLEX FUNCTION ZLADIV( X, Y )
^
cf90-702 f90comp: ERROR $MAIN, File = cmplx.f, Line = 9605, Column = 7
Type double complex is not supp...
2003 Mar 22
1
extracting the names of the dataframe and variables in aov or lm
...used in a previous call to lm or aov. In order to do this, I
need to write a function that applies to the output of lm or aov, and
yields the names of the dataframe and variables that were used in the lm
or aov analysis.
For example, suppose that I give the command:
aov.out <- aov( Rt ~ Vis*Cmplx*Isi, data = Rt.data)
I want to write a function E that applies to aov.out such that
E(aov.out) = c("Rd.data", "Rt", "Vis", "Cmplx", "Isi").
In other words, I want to write an extractor function that yields the
dataframe and variables that were us...
2016 May 17
2
R-3.3.0 Base: Windows compilation fails while building 'base' package
...error about unable to create a
directory
under /tmp.
I am running the make from my D:\ partition, and I have created a \TMP
directory
under both C:\ and D:\. I have also modified my environment variables TEMP
and TMP both point to C:\TMP.
Error messages below:
gfortran -m64 -O3 -mtune=core2 -c cmplx.f -o cmplx.o
gcc -std=gnu99 -m64 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-mtune=
core2 -c init_win.c -o init_win.o
windres -F pe-x86-64 -i Rlapackrc.rc -o Rlapackrc.o
gcc -std=gnu99 -m64 -shared -s -o ../../../bin/x64/Rlapack.dll dlamch.o
dlapack.
o cmplx.o init_win.o Rlapackrc.o -...
2004 May 03
2
R-1.9.0 won't compile on OSX (PR#6848)
...ple OSX (Darwin kernel 7.3.0). The error msg
starts as follows, and has several more errors.
gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name
/Library/Frameworks/R.f
ramework/Versions/1.9.0/Resources/bin/libRlapack.dylib -o libRlapack.dylib
dlapa
ck0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas
-L/sw/lib
-L/usr/local/lib -L/sw/lib/gcc/powerpc-apple-darwin7.2.0/3.4
-L/sw/lib/gcc/powe
rpc-apple-darwin7.2.0/3.4/../../.. -lfrtbegin -lg2c -lSystem
ld: common symbols not allowed with MH_DYLIB output format with the
-multi_modul
e option
/sw/lib/libg2c.a(err.o) definition...
2001 Nov 12
2
Announcement: Automatic ATLAS support under Debian GNU/Linux
[ If this is considered off-topic please let me know in private mail. ]
With the current version of the glibc library in Debian's "testing" and
"unstable" distributions, ldconfig now loads the ATLAS optimised BLAS without
any user intervention beyond installation of the Atlas and R or Octave
packages.
ATLAS can lead to very dramatic speed increases (up to a factor of ten,
2003 Oct 17
2
Problems with crossprod
...a
[,1] [,2] [,3] [,4] [,5]
[1,] 0 0 0 0 0
[2,] 0 0 0 0 0
[3,] 0 0 0 0 0
[4,] 0 0 0 0 0
[5,] 0 0 0 0 0
Note that Splus 6 returns an error message:
> a <- A[i, ] ; crossprod(a)
Problem in .Fortran.ok.Internal(if(cmplx) "zcrossp1"..: subroutine dcrossp1:
Argument 1 has zero length
Thank you,
Giovanni
2005 Aug 16
1
Compile failure on OSX
...all the aqua stuff):
./configure --enable-R-shlib --with-lapac
make
.... Snip .....
gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name
/Library/Frameworks/R.framework/Versions/2.1.1/Resources/lib/libRlapack.dyli
b -o libRlapack.dylib dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo
dlapack3.lo cmplx.lo cmplxblas.lo
-L/sw/lib/gcc/powerpc-apple-darwin7.9.0/3.4 -lg2c -lSystem
ld: Undefined symbols:
_dasum_
_daxpy_
_dcopy_
_ddot_
_dgemm_
_dgemv_
_dger_
_dnrm2_
_drot_
_dscal_
_dswap_
_dsymv_
_dsyrk_
_dtbsv_
_dtpsv_
_dtrmm_
_dtrmv_
_dtrsv_
_idamax_
_xerbla_
_dtpmv_
_dtrsm_
_dgbmv_
_dsbmv_
_dspmv_
_...
2006 Jun 23
1
Compiling R 2.3.1 on SuSE 8.2 and 10.0: error with libRlapack.so (PR#9026)
...- Wolfram
-------------------------------------------------------------------------
...
g77 -fpic -g -O2 -c dlapack0.f -o dlapack0.o
g77 -fpic -g -O2 -c dlapack1.f -o dlapack1.o
g77 -fpic -g -O2 -c dlapack2.f -o dlapack2.o
g77 -fpic -g -O2 -c dlapack3.f -o dlapack3.o
g77 -fpic -g -O2 -c cmplx.f -o cmplx.o
gcc -shared -L/usr/local/lib -o libRlapack.so dlamc.o dlapack0.o dlapack1.o dlapack2.o dlapack3.o cmplx.o -lg2c -lm -lgcc_s
make[4]: Leaving directory `/p1/q/5/e-src-linux/prog/R/R-2.3.1-SuSE82/src/modules/lapack'
make[4]: Entering directory `/p1/q/5/e-src-linux/prog/R/R-2.3.1-Su...
2014 Oct 18
2
[LLVMdev] Performance regression on ARM
On Sun, Oct 19, 2014 at 6:11 AM, Joerg Sonnenberger <joerg at britannica.bec.de
> wrote:
> On Fri, Oct 17, 2014 at 06:51:38PM +0400, Anton Korobeynikov wrote:
> > > Chandler’s complex arithmetic changes are also in the range: r219557
> in clang. We saw it change the code in mandel-2 significantly.
> > mandel-2 is broken on hard FP ABI systems, btw. The reason is
2004 Oct 04
1
problems when compiling R
When I was trying to compile R-1.9.1 from source, I've got problems which seemed related to compiling the LAPACK package.
The error message is as follows:
gcc -shared -L/usr/local/lib -o libRlapack.so dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lblas -L/usr/local/lib -L/usr/lib/gcc-lib/ia64-redhat-linux/2.96 -L/usr/lib/gcc-lib/ia64-redhat-linux/2.96/../../.. -lg2c -lm
/usr/bin/ld: open.o: @gprel relocation against dynamic symbol f__buflen
/usr/bin/ld: open.o: @gprel relocation against dynamic symbol f__buflen
/usr/bin/ld: open.o: @gp...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...tp.lo sock.lo sockconn.lo
making Lapack.d from Lapack.c
g77 -fno-common -g -O2 -c dlapack0.f -o dlapack0.lo
g77 -fno-common -g -O2 -c dlapack1.f -o dlapack1.lo
g77 -fno-common -g -O2 -c dlapack2.f -o dlapack2.lo
g77 -fno-common -g -O2 -c dlapack3.f -o dlapack3.lo
g77 -fno-common -g -O2 -c cmplx.f -o cmplx.lo
g77 -fno-common -g -O2 -c cmplxblas.f -o cmplxblas.lo
gcc -dynamiclib -install_name /usr/local/lib/R/bin/libRlapack.dylib
-L/sw/lib -L/usr/local/lib -o libRlapack.dylib dlapack0.lo dlapack1.lo
dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/sw/lib
-L/usr/local/lib -L/sw/lib/gc...
2004 Feb 26
2
ATLAS threaded 64 bit (Opteron) - need *.so?
...nterfaces supported: X11
>> External libraries: readline, BLAS(ATLAS)
^^^^^^^^^^^
and compilation (of course) goes fine till the crucial linking
stage :
gcc -shared -o libRlapack.so dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -L/usr/lib64 -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3 -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64 -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 -lfrtbegin -lg2c -lm -lgcc_s
/usr/bin/ld: /usr/local/lib/libf77bla...
2006 May 18
1
Stuck in R installation, help~~
...ble
I followed one answer in some post and use this:
./configure --with-prefix=/home/user/R-2.2.1 --with-readline=no
It successfully configured but I encountered another problem while make:
gcc -shared -L/usr/local/lib64 -o libRlapack.so dlamc.lo dlapack0.lo
dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -lg2c
-lm -lgcc_s
/usr/bin/ld:
/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../lib64/libf77blas.a(xerbla.o):
relocation R_X86_64_32 against `a local symbol' can not be used when
making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../....