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

Compare with Current View Page History

« Previous Version 9 Next »

One Time Setup

Add the following line to your .cshrc file:

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

If you have a line like the following in .cshrc remove it:

eval `/usr/local/bin/environ /bin/tcsh -i${?prompt} -e emacs:vi`

Submitting Jobs

Login to a "noric" machine to execute this

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

Useful Commands

Login to a "noric" machine to execute these

bjobs (shows your current list of batch jobs and jobIds)
bjobs -u all -q suncatq (show jobs of all users 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)

History of host CPU time, memory usage can be found in files in /scswork/ranger.

  • No labels