Skip to content

Instantly share code, notes, and snippets.

@dginev
Created April 10, 2014 12:19
Show Gist options
  • Save dginev/10375765 to your computer and use it in GitHub Desktop.
Save dginev/10375765 to your computer and use it in GitHub Desktop.
SENNA with MKL BLAS
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