Annihilator.s
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
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