This commit is contained in:
Anthony Scemama 2023-06-14 11:44:00 +02:00
parent 15e3c7a4c8
commit 53df240ca3
2 changed files with 6 additions and 2 deletions

View File

@ -2831,10 +2831,12 @@ printf("qmckl_transpose ok\n");
Trick to make MKL efficient on AMD
#+begin_src c :tabgle (eval c)
#+begin_src c :tangle (eval c)
/*
int mkl_serv_intel_cpu_true() {
return 1;
}
*/
#+end_src
* End of files :noexport:

View File

@ -18,6 +18,8 @@ if [[ -z ${top_builddir} ]] ; then
exit 1
fi
EMACS="${VARIABLE:=emacs}"
EXTENSIONS="_f.F90 _fh_func.F90 _fh_type.F90 .c _func.h _type.h _private_type.h _private_func.h"
function tangle()
@ -42,7 +44,7 @@ function tangle()
done
${srcdir}/tools/missing \
emacs --no-init-file --no-site-lisp --quick --batch ${org_file} \
$EMACS --no-init-file --no-site-lisp --quick --batch ${org_file} \
--load=${srcdir}/tools/config_tangle.el \
-f org-babel-tangle