Skip to content
Snippets Groups Projects
Commit 23729bc4 authored by Alexander Pace's avatar Alexander Pace
Browse files

Makefile.ligosoftware_gcc_deps: changing MKL_INTERFACE_LAYER

parent 3e1ae2a1
No related branches found
No related tags found
No related merge requests found
Pipeline #71029 failed
......@@ -134,7 +134,7 @@ deps_env.sh :
@echo 'export CC="gcc"' >> $@
@echo 'export CXX="g++"' >> $@
@echo 'export MKL_THREADING_LAYER=SEQUENTIAL' >> $@
@echo 'export MKL_INTERFACE_LAYER=ILP64' >> $@
@echo 'export MKL_INTERFACE_LAYER=LP64' >> $@
@echo '# Force explicit linking of optimized FFTW libraries:' >> $@
@echo 'LDFLAGS="-lfftw3 -lfftw3f -lfftw3_threads -lfftw3f_threads $${LDFLAGS_INTEL} -L$${DEPS_PATH}/opt/lib "' >> $@
@echo '# These are environment variables that do get exported' >> $@
......
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