diff --git a/cfg/warson/intelCommunity.bashrc b/cfg/warson/intelCommunity.bashrc index 2d14ff92dd8decb05ab870de1b83467ec9634c83..06b19829f74c80dfdd976ee5101827abd29d4a99 100644 --- a/cfg/warson/intelCommunity.bashrc +++ b/cfg/warson/intelCommunity.bashrc @@ -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 diff --git a/cfg/warson/intelCommunity.profile b/cfg/warson/intelCommunity.profile index b7ff6515f7b2e9fec9c46c006d25d042fdc70f4b..3e1712b61b2a5ce6663f92f7e136e05e370bb2fe 100644 --- a/cfg/warson/intelCommunity.profile +++ b/cfg/warson/intelCommunity.profile @@ -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