search for: axwk

Displaying 1 result from an estimated 1 matches for "axwk".

Did you mean: awk
2004 Jun 18
1
Compiling R with Intel compilers - recommended options?
Hi, I'm a sysadmin who's been tasked with installing R on our 1000-node compute cluster. I have licences for the Intel C and FORTRAN compilers, so I'm using the following to compile: CFLAGS="-O2 -axWK" FFLAGS=$CFLAGS CXXFLAGS=$CFLAGS CC=icc F77=ifort CXX=icc FPICFLAGS=-fpic ./configure --without-x --without-tcltk The compilation seems to go OK, with a few warnings. What concerns me is when I run the make check - how long should this take? I've had one running for over 12 hours n...