Versions Compared

Key

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

...

You could run this batch script above (put in a file called myjob.sh) with:

Code Block
chmod +x myjob.sh #don't forget to make the script executable
bsub -q xlong -R rhel40 -J myjobname time myjob.sh

...