Versions Compared

Key

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

...

yemi@rhel6-64g $ bsub -W 10 echo "hello world"
Job <97451> is submitted to default queue <short>.

yemi@rhel6-64g $ bsub -W 60 echo "hello world"
Job <98011> is submitted to default queue <medium>.

yemi@rhel6-64g $ bsub -W 300 echo "hello world"
Job <98365> is submitted to default queue <long>.

If you use a dedicated (non-general) queue in your production environment, continue to specify the queue in your bsub command but just add the '-W' option.

...