https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: 51b7bd56f9b157cb448d7a29526b604d5dc6cbce authored by Cyril Bouvier on 17 April 2019, 12:53:13 UTC
Better error message in the case of incompatibility with Givaro configuration
Tip revision: 51b7bd5
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