Holdtorun: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:


qstat >jobs
qstat >jobs
awk -f /home/mbesora/bin/holdtorun.awk jobs
awk -f /home/mbesora/bin/holdtorun.awk jobs
touch holdid
touch holdid
for i in `cat holdid`
for i in `cat holdid`
   do
   do
   qalter -h U $i
   qalter -h U $i
   done
   done
rm -f jobs holdid
rm -f jobs holdid

Latest revision as of 09:37, 12 May 2016

go back to Main_Page, Computational Resources, Clusters, Local Clusters, Kimik2, QUEUES for FELIU MASERAS group


qstat >jobs

awk -f /home/mbesora/bin/holdtorun.awk jobs

touch holdid

for i in `cat holdid`

  do
  qalter -h U $i
  done

rm -f jobs holdid