https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: fe83a25af1ba9f98ceadfb88f96ea934816c20d0 authored by Cyril Bouvier on 22 January 2019, 12:34:27 UTC
Make parameter of printCommandString a 'const char *' to avoid warning
Tip revision: fe83a25
tune_fsytrf.sh
#!/bin/sh
echo =================================================
echo ========= FFLAS-FFPACK fsytrf Autotuning ========
echo =================================================
echo 
(./fsytrf > fsytrf-threshold.h) 2>&1 | tee fsytrf-autotune.log
back to top