Displaying 1 result from an estimated 1 matches for "cpipcflags".
Did you mean:
cpicflags
2005 Apr 19
0
R-2.1.0 compilation with Intel icc and ifort
...f course everything went fine with the GNU compilers.
After checking the archives of the mailing list I tried compiling with
the Intel compilers using the following options:
CFLAGS = '-O2 -mp -prec_div'
CXXFLAGS = '-O2 -mp -prec_div'
FFLAGS = '-C90 -w90 -w95 -mp -prec_div'
CPIPCFLAGS = -shared
CXXPIPCFLAGS = -shared
FPIPCFLAGS = -shared
SHLIB_LDFLAGS = -shared
SHLIB_CXXLDFLAGS = -shared
--with-blas = '-lmkl -lguide -lpthread'
The compilation went fine (just a few warnings). There was apparently a
single problem when I ran "make check". It was in:
d-p-q-r-te...