Annihilator.s: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
Lbellarosa (talk | contribs)
No edit summary
Line 1: Line 1:
go back to [[Main Page]], [[Computational Resources]], [[Scripts]], [[Useful scripts]]  
go back to [[Main Page]], [[Computational Resources]], [[Scripts]], [[Scripts for VASP]]  


  #llcancel a set of jobs generated by the setandsubmit.s script.
  #llcancel a set of jobs generated by the setandsubmit.s script.

Revision as of 15:07, 22 June 2010

go back to Main Page, Computational Resources, Scripts, Scripts for VASP

#llcancel a set of jobs generated by the setandsubmit.s script.
grep llsubmit jobs | awk ' {print $4}' > temp
echo  llcancel `head temp`
mv jobs canceled_jobs