Commit 46271a29 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

Initial commit

parents
Loading
Loading
Loading
Loading

README.md

0 → 100644
+0 −0

Empty file added.

zz_ww8_mkl_fix.sh

0 → 100644
+9 −0
Original line number Diff line number Diff line
# MKL regression fix script of AMD (sh)

CPU=$(/usr/bin/lscpu | /usr/bin/grep "Model name" | /usr/bin/cut -d ":" -f2| /usr/bin/tr -d '[:space:]')


if [  $(echo $CPU | grep AMDEPYC >/dev/null; echo $) == 0 ]; then
    export MKL_DEBUG_CPU_TYPE=5
fi
 No newline at end of file