mirror of
https://github.com/andre-wojtowicz/blas-benchmarks
synced 2024-11-22 12:10:27 +01:00
added chmod for cpuinfo
This commit is contained in:
parent
f3bcf61227
commit
7f31b5c42c
@ -19,6 +19,13 @@ function configure_hosts {
|
|||||||
echo "error $ret"; continue
|
echo "error $ret"; continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo -n "cpuinfo-chmod "
|
||||||
|
ssh ${SSH_OPTIONS} -i ssh/${SSH_KEY_PRIV} root@${host} 'chmod +x cpuinfo'
|
||||||
|
ret=$?
|
||||||
|
if [ $ret -ne 0 ] ; then
|
||||||
|
echo "error $ret"; continue
|
||||||
|
fi
|
||||||
|
|
||||||
echo "config-run "
|
echo "config-run "
|
||||||
{ ssh ${SSH_OPTIONS} -i ssh/${SSH_KEY_PRIV} root@${host} 'bash slave-cmds.sh mro_install netlib_install atlas_st_install openblas_install atlas_mt_install gotoblas2_install mkl_install blis_install cublas_install > install.log 2>&1' ;
|
{ ssh ${SSH_OPTIONS} -i ssh/${SSH_KEY_PRIV} root@${host} 'bash slave-cmds.sh mro_install netlib_install atlas_st_install openblas_install atlas_mt_install gotoblas2_install mkl_install blis_install cublas_install > install.log 2>&1' ;
|
||||||
scp ${SSH_OPTIONS} -i ssh/${SSH_KEY_PRIV} root@${host}:/root/install.log install-${host}.log;
|
scp ${SSH_OPTIONS} -i ssh/${SSH_KEY_PRIV} root@${host}:/root/install.log install-${host}.log;
|
||||||
|
Loading…
Reference in New Issue
Block a user