Skip to content
Snippets Groups Projects
Commit 36b064ca authored by Papeleux Luc's avatar Papeleux Luc
Browse files

warson mkl config to enable optimisations on amd procs

parent b433176a
No related merge requests found
......@@ -6,3 +6,4 @@ if [ -d /opt/intel ] ; then
. /opt/intel/mkl/bin/mklvars.sh intel64
. /opt/intel/tbb/bin/tbbvars.sh intel64
fi
export MKL_DEBUG_CPU_TYPE=5
......@@ -7,4 +7,5 @@ if [ -n "$BASH_VERSION" ]; then
. /opt/intel/mkl/bin/mklvars.sh intel64
. /opt/intel/tbb/bin/tbbvars.sh intel64
fi
fi
\ No newline at end of file
fi
export MKL_DEBUG_CPU_TYPE=5
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