Skip to content
Snippets Groups Projects
Commit 78be1591 authored by Alexander E Pace's avatar Alexander E Pace Committed by Alexander Pace
Browse files

added -lm flag to intel makefile

parent ccab6469
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ env.sh :
echo 'LAL_PATH=${PWD}/opt' >> $@
echo 'DEPENDENCIES_PATH=${PWD}/dep' >> $@
echo 'INSTALL_FILES_PATH=${PWD}/install' >> $@
echo 'export CFLAGS="-O3 -march=native -lfftw3f -lfftw3 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lpthread -Wno-write-strings"' >> $@
echo 'export CFLAGS="-O3 -march=native -lm -lfftw3f -lfftw3 -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lpthread -Wno-write-strings"' >> $@
echo 'export LDFLAGS="-L${MKLROOT}/lib/intel64"' >> $@
echo 'export CC="icc"' >> $@
echo 'export CXX="icpc"' >> $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment