Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

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

Useful commands (ssh To submit jobs, login to a "noric" machine to execute these):and execute the following

Code Block
gpaw-bsub -o mo2n.log -q suncatq -a openmpi -n 8 gpaw-python mo2n.py 

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

Code Block
(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)
lshosts -R suncat (show list of suncat machines and associated info)
bhosts -w suncatfarm (show status of hosts, from a batch perspective)

...