Commandes utiles avec Mammouth ms-II
File d'attente
qstat @ms -u maube
Delete tous les jobs
- sur mammouth serie
list=`qstat @ms -u maube`;for i in ⚠ $list; do if [ `echo $
i | grep ms ` ] ; then echo ⚠ $i;qdel $
i;sleep 0.01; fi;done
- sur galileo
list=`qstat`;for i in ⚠ $list; do echo $
i | grep execute >toto; read j bidon < toto ;qdel $j;sleep 0.01 ;done
Liste des taches en attente tous usagers
bqmon -s ms -u -f
Page last modified on June 03, 2015, at 05:54 pm UTC
Powered by
PmWiki