Versions Compared

Key

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

...

queue namemaximum runtimepurpose
development2 hrsdevelopment/testing and short jobs (typically has short queue wait times)
normal48 hrsnormal jobs (queue waits are often long)
long48 hrslong running jobs (queue waits can be very long)
  • In launcher_creator.py, the queue is specified by the -q argument.
    • The default queue is development. Specify -q normal for normal queue jobs.
  • The maximum runtime you are requesting for your job is specified by the -t argument.
    • Format is hh:mm:ss
    • Note that your job will be terminated without warning at the end of its time limit!

...