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.

SimilarcommandSimilar command:

No Format
bsub -q psfehq -o ~/output/log.out "ls -l"

...