Displaying 6 results from an estimated 6 matches for "kieee".
Did you mean:
ieee
2008 Dec 09
1
errors with compilation
...ompile R on a Cray XT3 using pgi/7.2.1 - CNL (compute
node linux)
The R version is 2.8.0
this is the option
-enable-R-static-lib=yes
--disable-R-shlib
CPICFLAGS=fpic
FPICFLAGS=fpic
CXXPICFLAGS=fpic
SHLIB_LDFLAGS=shared
--with-x=no
SHLIB_CXXLDFLAGS=shared
--disable-BLAS-shlib
CFLAGS="-g -O2 -Kieee"
FFLAGS="-g -O2 -Kieee"
CXXFLAGS="-g -O2 -Kieee"
FCFLAGS="-g -O2 -Kieee"
CC=cc
F77=ftn
CXX=CC
FC=ftn
R is now configured for x86_64-unknown-linux-gnu
Source directory: .
Installation directory: /lus/nid00036/jasont/R
C compiler:...
2006 Mar 10
2
problem building R-patched on x86-64 with PGI 6.1
...f, using the PGI 6.1
compilers. The build went fine, but I couldn't get it to pass make
check-all. Jennifer Lai, who reported success with PGI 6.0 previously,
seems to have the same problem with 6.1. Here are the particulars:
Since R requires IEEE754 conformance, the flag to use for PGI is -Kieee.
(BTW, configure still insist on sticking in -mieee-fp, which generates a
warning.) With that flag, the build runs into trouble with the first
example in ?optim. Running it by hand gives me:
> optim(c(-1.2,1), fr, control=list(trace=6))
Nelder-Mead direct search function minimizer
function...
2006 Mar 09
1
R2.2.1-patched build failed with PGI 6.1 on x86-64
...n 250 box running Scyld 29cz5 (based on RH, kernel
2.4.29), I get:
make[5]: Leaving directory
`/home/andy/Rbuild/R221-pgi/src/library/tools/src'
make[5]: Entering directory
`/home/andy/Rbuild/R221-pgi/src/library/tools/src'
pgcc -I../../../../include -I/include -I/include/CC -fpic -O2 -Kieee -c
/home/andy/Rbuild/R-patched/src/library/tools/src/text.c -o text.o
pgcc -I../../../../include -I/include -I/include/CC -fpic -O2 -Kieee -c
/home/andy/Rbuild/R-patched/src/library/tools/src/init.c -o init.o
pgcc -I../../../../include -I/include -I/include/CC -fpic -O2 -Kieee -c
/home/andy...
2007 Nov 26
1
Problem with configure's detection of glob on 2.6.0 (PR#10468)
...configures correctly (see the values at the
bottom fo thismessage), but compilation aborts with:
pgcc -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I.
-I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
-Mvect=sse -Mscalarsse -Mcache_align -O2 -Kieee -c platform.c -o platform.o
PGC-S-0040-Illegal use of symbol, glob_t (platform.c: 1141)
PGC-W-0156-Type not specified, 'int' assumed (platform.c: 1141)
PGC-W-0095-Type cast required for this conversion (platform.c: 1168)
PGC/x86-64 Linux 7.0-2: compilation completed with severe errors
make[...
2006 May 11
0
PGI 6.1 compile error
...it is possible
things are messed up more than usual, even for me.
Following the R Installation and Administration notes I set
export PGI=/usr/pgi/linux86-64/6.1
export PATH=$PGI/bin:$PATH
export MANPATH=$MANPATH=$PGI/man:/
export CC=pgcc
export CFLAGS="-g -O2 -Kieee"
export CPPFLAGS="-I$PGI/include -I$PGI/include/CC"
export F77=pgf77
export FFLAGS="-g -O2 -Kieee"
export CXX="pgCC"
export CXXFLAGS="-g -O2 -Kieee"
export F95=pgf95
export FCFLAGS="-g -O2 -Kieee"...
2006 May 18
0
R-devel and PGI 6.0 compile error
...fig.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing stamp-h commands
R is now configured for x86_64-unknown-linux-gnu
Source directory: ../../src/R-devel
Installation directory: /usr/local
C compiler: pgcc -g -O2 -pc 64 -Kieee -fPIC
Fortran 77 compiler: pgf77 -g -O2 -pc 64 -Kieee -fPIC
C++ compiler: pgCC -g -O2 -pc 64 -Kieee -fPIC
Fortran 90/95 compiler: pgf95 -g -O2 -pc 64 -Kieee -fPIC
Interfaces supported:
External libraries: readline
Additional capabilities: iconv, M...