search for: xlf

Displaying 20 results from an estimated 69 matches for "xlf".

Did you mean: elf
2011 Dec 02
2
order function give back row name
Hello, I have a matrix results with dimension 1x9 double matrix XLB XLE XLF XLI 1 53.3089 55.77923 37.64458 83.08646 I'm trying to order this matrix > print(order(results)) [1] 3 1 2 4 how can the function order return the columnname XLF XLB XLE XLI instead of 3 1 2 4 any idea ? Thank you in advance --
2003 May 08
1
problems compiling R on AIX5.1
...to run it correctly. First of all I would thank all who responded my mails. I explain here how I've done it: First of all, it seems that configure and some shared libraries of AIX does not work at the same time. I tried to configure & make with the following environment vars CC=xlc F77=xlf CCC=xlC CFLAGS=-O3 -qstrict -qmaxmem=8192 FFLAGS=-O3 -qstrict -qmaxmem=8192 MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G CXXFLAGS=-O2 -qmaxmem=8192 FC=xlf CCFLAGS=-O3 -qstrict -qmaxmem=8192 But for some reason at make the compilation failed when trying to locate a shared library for X. For this rea...
2000 Jun 28
1
R-1.1.0 - f2c in configure
When trying to build R-1.1.0, the configure script reported no Fortran compiler, even though '/usr/bin/f2c' was present, and R-1.0.1 had found and successfully used this. I traced this to an apparent typo in line 2067 of configure: for name in g77 fort77 f77 f90 xlf cf77 fc; do changing this to: for name in g77 fort77 f77 f90 xlf cf77 f2c; do allowed the script to 'find' f2c. However, it then reported that f2c didn't work (although it had worked with R-1.0.1). checking whether the Fortran 77 compiler (f2c ) works... no At this point, I cre...
2011 Nov 10
1
assistance building R on RHEL5
...t be loaded Error: unable to load R code in package 'grDevices' ========================= I'm not sure how to rectify this issue. Note: I ran 'configure' with an updated configure script to point to the fortran version that is installed. F77= F95_compilers="f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran gcc44-gfortran ftn g95" # <== gcc44-gfortran added F90_compilers="f90 xlf90 pgf90 pghpf epcf90" case "${host_os}" in hpux*) F77_compilers="g77 fort77 f77 xlf frt pgf77 cf77 fl32 af77" ;; *) F77_com...
2010 Dec 19
1
Unable to build R-2.10.0 and later releases on AIX 6.1
...: #!/bin/ksh PRFX=`pwd` OBJECT_MODE=32 LIBICONV=/opt/freeware CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11" LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" CONFIG_SHELL=/usr/bin/bash MAKE=/opt/freeware/bin/make CC="xlc" CXX="xlc++" FC="xlf" F77="xlf" CFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict -ma" FFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict" FCFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict" CXXFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstr...
2003 May 08
0
problems compiling R on AIX5.1 (PR#2953)
...to run it correctly. First of all I would thank all who responded my mails. I explain here how I've done it: First of all, it seems that configure and some shared libraries of AIX does not work at the same time. I tried to configure & make with the following environment vars CC=xlc F77=xlf CCC=xlC CFLAGS=-O3 -qstrict -qmaxmem=8192 FFLAGS=-O3 -qstrict -qmaxmem=8192 MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G CXXFLAGS=-O2 -qmaxmem=8192 FC=xlf CCFLAGS=-O3 -qstrict -qmaxmem=8192 But for some reason at make the compilation failed when trying to locate a shared library for X. For this rea...
2004 Jun 23
6
R 1.9.1 compilation error (on AIX 5.1)
...No > one reported > an error, including yourself: are any AIX users interested in helping > having R available for AIX?) It is much better to have such reports > during alpha test, or at least beta test. I just tried compiling R-1.9.1 as 64-bit on powerpc-ibm-aix5.1.0.0 using xlc/xlf. The compile went fine, and the only part of make check that failed was internet.R (since there's no 'Net access from that box). The GCC on that box is probably too outdated to try, unfortunately. Best, Andy > On Wed, 23 Jun 2004, Frankie Cheung wrote: > > > Dear Sir/Mada...
2005 May 20
1
R 2.1 and gfortran
From the configure output of the latest devel snapshot: > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > checking for fl32... no > checking for af77... no > checking for fort77... no > checking for f90... no > checking for xlf90... no > checking for pgf90... no > checking for epcf90... no > checking for f95... no...
2001 Feb 01
1
configure bug in R-1.2.1 and earlier (PR#836)
...$ ./configure creating cache ./config.cache [...] checking for main in -lm... yes checking for g77... /usr/local/gnu/bin/g77 checking for fort77... (cached) /usr/local/gnu/bin/g77 checking for f77... (cached) /usr/local/gnu/bin/g77 checking for f90... (cached) /usr/local/gnu/bin/g77 checking for xlf... (cached) /usr/local/gnu/bin/g77 checking for cf77... (cached) /usr/local/gnu/bin/g77 checking for fc... (cached) /usr/local/gnu/bin/g77 checking for f2c... no configure: error: Neither an F77 compiler nor f2c found $ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
1999 Jun 10
1
running R on AIX (>= 4.2)
...herwise #ifdef's won't be feasible. - One problem appears to be the list of exported symbols. Tcl's ldAix can do this job. It needs a little help, however. - I'm unaware of weaknesses or strengths of the compilers shipped with AIX. Any preference for the duo xlc/xlf or cc/f77? (Yes, they look like they're same thing, but NO, they act differently.) - Hmm, why did I want to get R on AIX? Ah, I couldn't get S-plus to load the VR library. It's nice to have the sources... -tom P.S. Due to my current setup, response to email is measur...
2004 Jul 16
1
Install R on AIX 5.2 64 Bit
Hi your guys, Recently, I installed R-1.9.1 on AIX 5.2 with 64 bits environment; I already have following software installed on AIX before I compile R-1.9.1 source codes: g++ 2.9.aix51.020209-4 The GNU C++ compiler and headers gcc 2.9.aix51.020209-4 The GNU gcc C compiler and headers xlf XL Fortran for AIX perl 5.6.1-2 zlib 1.1.3-10 For latex and makeinfo stuffs, I have not found from my AIX 5.2 P690 system. After I run the following command: configure make Following executable binaries codes have been generated in RHOME/bin directory: bash-2.05b$ ls -al...
2004 Jul 30
1
plot(x,y) core dump
Dear R Development Team, I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In order to let R compile successfully under gcc 2.9, I have to change one C statement of file(RHOME//src/modules/X11/devX11.c) line 1768 from "retrun FALSE" to "retrun NULL", following is C code snapshot: newX11Desc * Rf_allocNewX11DeviceDesc(double ps) { newX11D...
2004 Jul 22
2
gcc on AIX is not compatile with R-1.9.1
...on AIX 5.2 with 64 bits environment; I > already have following software installed on AIX before I compile > R-1.9.1 source codes: > > > > g++ 2.9.aix51.020209-4 The GNU C++ compiler and headers > > gcc 2.9.aix51.020209-4 The GNU gcc C compiler and headers > > xlf XL Fortran for AIX > > perl 5.6.1-2 > > zlib 1.1.3-10 > > > > For latex and makeinfo stuffs, I have not found from my AIX 5.2 P690 > system. > > > > After I run the following command: > > configure > > make > What about &qu...
2012 Dec 06
1
Fuction Error
...o I get around the error that results from the "^"? rm(list = ls(all = TRUE)) # use this to clear data library(quantmod) library(PerformanceAnalytics) symbols <- c('XLE','XLV','XLI','XLU','XLP','IYZ','XLK','XLY','XLF','XLB','GLD','SLV','E FA','EEM','FXA','FXE','FXY','HYG','LQD', '^GSPC') getSymbols(symbols,from='2007-01-01') getSymbols('SPY',from='2007-01-01') SP500 <- Cl(SPY) colnames(SP50...
2007 Feb 02
1
Problem installing R-2.4.1 on AIX 5.3
Dear all, I have some problems to install R-2.4.1 on AIX 5.3. Configure string: ./configure --with-readline=no LDFLAGS='-bshared' --with-jpeglib=no --with-libpng=no --with-lapack=no --prefix=/cineca/prod/Bioinf/R-2.4.1 configure .site= #! /bin/sh CC=xlc F77=xlf MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G CXX=xlc CXXFLAGS=' -g -O' SHLIB_LDFLAGS=-W1, -G MAKE=gmake Configure ends successfully, but the make fails: ---cut de -DHAVE_CONFIG_H -I/usr/local/include -g -c init.c -o init.o xlc -qlanglvl=extc99 -Wl,-G -Wl,-G -Wl,-bexpall -Wl,-b...
2004 May 03
3
R 1.9.0 on AIX, 64-bit
I'm trying to get R 1.9.0 running on AIX 5.1 with the standard AIX compilers (xlc, xlf) and it is failing 2 of the tests, test-Reg in reg-tests-1.R like this: bash-2.05b$ tail -30 reg-tests-1.Rout.fail [,1] [,2] [1,] 1 3 [2,] 2 4 [3,] 1 3 [4,] 2 4 > stopifnot(typeof(res) == "list") > ## were not implemented in 1.8.1 > > > ## Date objec...
2011 Nov 10
3
optim seems to be finding a local minimum
Hello! I am trying to create an R optimization routine for a task that's currently being done using Excel (lots of tables, formulas, and Solver). However, otpim seems to be finding a local minimum. Example data, functions, and comparison with the solution found in Excel are below. I am not experienced in optimizations so thanks a lot for your advice! Dimitri ### 2 Inputs:
2015 Dec 18
1
Assistance much appreciated
FWIW I was able to replicate the problem using AIX7.1 on Power8, R 3.2.3, vac/xlc 11.1, xlf 13.1 in 64-bit mode. Indeed, Peter's analysis is correct re_regexecb(&regline, line..) returns REG_NOMATCH even though the string is literally "Package: tools" - no special characters anywhere. On Dec 17, 2015, at 3:37 PM, peter dalgaard <pdalgd at gmail.com> wrote: >...
2006 Sep 06
2
[LLVMdev] gfortran: array constructor problems
...that code path will crash gfortran somewhere else, and I didn't want to work on that just yet. To crash gfortran like that (it crashes a stock install gfortran on my linux box also), do this, with the same type foo: type (foo), parameter :: A(2) = foo(1,2) This should (and does with the IBM xlF compiler) generate an array with two identical structures, but actually just runs forever on its own and crashes under gdb. I've included two patches - the first one only fixes the case I could test, and the second one fixes both locations, because I'm pretty sure that's going to be ne...
2004 Mar 13
0
64bit build on IBM
...------------------------------------------------------------------ # Settings in the config.site file # Fortran or C options aren't making it everywhere. #---------------------------------------------------------------------- CC='/usr/bin/xlc' CFLAGS='-q64 ...' F77='/usr/bin/xlf' FFLAGS='-q64 ...' CXX='/usr/bin/xlc' CXXFLAGS='-q64 ...' SHLIB_LDFLAGS=-b64 LDFLAGS='-L/usr/local/lib64/r4i4 -L/usr/lib' bombs out. config.log: configure:15817: checking whether mixed C/Fortran code can be run ** cftest === End of Compilation 1 === 1501-...