You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

To submit batch jobs, add the following line to your .login file:

setenv PATH ${PATH}:/afs/slac/g/suncat/bin

Useful commands (ssh to a "noric" machine to execute these):

gpaw-bsub -o mo2n.log -q suncatq -a openmpi -n 8 gpaw-python mo2n.py (submit a GPAW job)
bjobs (shows your current list of batch jobs and jobIds)
bjobs -u all -q suncatq (show all jobs in the suncatq)
bpeek <jobId>
bkill <jobId>
lsload -R suncat (show CPU loading of all suncat machines)
  • No labels