Versions Compared

Key

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

...

This will submit a job (my_program) to the queue psnehq and write its output to a file named ~/output/job.out. You may check on the status of your jobs using the bjobs command.

Resource requirements can also be set using the "-R" option.  For example, to make sure that jobs are only submitted to nodes with a minimum of 1 GB of available memory, use the following: 

Code Block

bsub -q psnehq -R "rusage[mem=1024]" my_program