This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################### | |
## R Benchmark 2.5 ## | |
##################### | |
# http://r.research.att.com/benchmarks/R-benchmark-25.R | |
# R Benchmark 2.5 (06/2008) [Simon Urbanek] | |
# version 2.5: scaled to get roughly 1s per test, R 2.7.0 @ 2.6GHz Mac Pro | |
# R Benchmark 2.4 (06/2008) [Simon Urbanek] | |
# version 2.4 adapted to more recent Matrix package | |
# R Benchmark 2.3 (21 April 2004) | |
# Warning: changes are not carefully checked yet! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export MKLROOT="/opt/intel/composer_xe_2013.3.171/mkl" | |
export MKL_LIB_PATH="/opt/intel/composer_xe_2013.3.171/mkl/lib" | |
export MKL=" -L${MKLROOT}/lib ${MKLROOT}/lib/libmkl_blas95_ilp64.a ${MKLROOT}/lib/libmkl_lapack95_ilp64.a -lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -lmkl_gf_ilp64" | |
export ICC_LIBS="/opt/intel/composer_xe_2013.3.171/mkl/lib" | |
export IFC_LIBS="/opt/intel/composer_xe_2013.3.171/compiler/lib/intel64" | |
export CC="icc -std=c99 -arch x86_64" | |
export CFLAGS="-g -O2 -fPIC -DPIC -DMKL_ILP64 -I${MKLROOT}/include -ip -mp -wd188" | |
export F77="ifort -arch x86_64" | |
export FFLAGS="-g -O2 -fPIC -I${MKLROOT}/include/intel64/ilp64 -I${MKLROOT}/include -ip -mp" | |
export CPICFLAGS="-fPIC -DPIC" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export MKLROOT="/opt/intel/composer_xe_2013.3.171/mkl" | |
export MKL=" -L${MKLROOT}/lib ${MKLROOT}/lib/libmkl_blas95_ilp64.a ${MKLROOT}/lib/libmkl_lapack95_ilp64.a -lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -lmkl_gf_ilp64" | |
export arch=x86_64 | |
export r_arch=x86_64 | |
export CC="gcc -arch x86_64 -std=gnu99" | |
export CXX="g++ -arch x86_64" | |
export OBJC="clang" | |
export F77="gfortran -arch x86_64" | |
export FC="gfortran -arch x86_64" | |
export CFLAGS='-g -O2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export MKLROOT="/opt/intel/composer_xe_2013.3.171/mkl" | |
export MKL_LIB_PATH="/opt/intel/composer_xe_2013.3.171/mkl/lib" | |
export MKL=" -L${MKLROOT}/lib ${MKLROOT}/lib/libmkl_blas95_ilp64.a ${MKLROOT}/lib/libmkl_lapack95_ilp64.a -lmkl_intel_ilp64 -lmkl_intel_sequential -lmkl_core -lpthread -lm -lmkl_gf_ilp64" | |
export ICC_LIBS="/opt/intel/composer_xe_2013.3.171/mkl/lib" | |
export IFC_LIBS="/opt/intel/composer_xe_2013.3.171/compiler/lib/intel64" | |
export CC="icc -std=c99 -arch x86_64" | |
export CFLAGS="-g -O2 -fPIC -DPIC -DMKL_ILP64 -I${MKLROOT}/include -ip -mp -wd188" | |
export F77="ifort -arch x86_64" | |
export FFLAGS="-g -O2 -fPIC -I${MKLROOT}/include/intel64/ilp64 -I${MKLROOT}/include -ip -mp" | |
export CPICFLAGS="-fPIC -DPIC" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export MKLROOT="/opt/intel/composer_xe_2013.3.171/mkl" | |
export MKL=" -L${MKLROOT}/lib ${MKLROOT}/lib/libmkl_blas95_ilp64.a ${MKLROOT}/lib/libmkl_lapack95_ilp64.a -lmkl_intel_ilp64 -lmkl_intel_sequential -lmkl_core -lpthread -lm -lmkl_gf_ilp64" | |
export arch=x86_64 | |
export r_arch=x86_64 | |
export CC="gcc -arch x86_64 -std=gnu99" | |
export CXX="g++ -arch x86_64" | |
export OBJC="clang" | |
export F77="gfortran -arch x86_64" | |
export FC="gfortran -arch x86_64" | |
export CFLAGS='-g -O2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export arch=x86_64 | |
export r_arch=x86_64 | |
export CC="gcc -arch x86_64 -std=gnu99" | |
export CXX="g++ -arch x86_64" | |
export OBJC="clang" | |
export F77="gfortran -arch x86_64" | |
export FC="gfortran -arch x86_64" | |
export CFLAGS='-g -O2' | |
export CXXFLAGS='-g -O2' | |
export FCFLAGS='-g -O2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export arch=x86_64 | |
export r_arch=x86_64 | |
export CC="gcc -arch x86_64 -std=gnu99" | |
export CXX="g++ -arch x86_64" | |
export OBJC="clang" | |
export F77="gfortran -arch x86_64" | |
export FC="gfortran -arch x86_64" | |
export CFLAGS='-g -O2' | |
export CXXFLAGS='-g -O2' | |
export FCFLAGS='-g -O2' |