Created
April 10, 2014 12:19
-
-
Save dginev/10375765 to your computer and use it in GitHub Desktop.
SENNA with MKL BLAS
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
Compile with (on local laptop): | |
gcc -o senna -O3 -ffast-math *.c -DUSE_MKL_BLAS -I/opt/intel/composer_xe_2013_sp1.0.080/mkl/include/ -L /opt/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64 -Wl,--no-as-needed -lm -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -pthread |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment