Versions Compared

Key

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

...

Queue Name

Wallclock Duration (hours)

suncat-short

2

suncat-medium

20

suncat-long

50

suncat-xlong (to be used only with permission from requires Frank/Felix permission)

100

Submitting Jobs

It is important to have an "afs token" before submitting jobs. Check the status with the tokens commands. Renew every 24 hours with kinit command.

Login to any suncat machine (e.g. suncat0001) to execute commands like these:

...

Login to any suncat machine (e.g. suncat0001) to execute these.

Code Block
bjobs (shows your current list of batch jobs and jobIds)
bjobs -u all | grep suncat (show jobs of all users in the suncat queues)
bpeek <jobId> (examine logfile output from job that may not have been flushed to disk)
bkill <jobId> (kill job)
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)

...