Versions Compared

Key

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

Both sample batch scripts for some popular software packages and sample batch scripts for general use on TRACE-HPC are available.
For more information on how to run a job on TRACE-HPC, what partitions are available, and how to submit a job, see the Running Jobs section of this user guide.

Sample batch scripts for common types of jobs

Sample TRACE-HPC batch scripts for common job types are given below.
Note that in each sample script:

  • The bash shell is used, indicated by the first line '!#/bin/bash'.  If you use a different shell some Unix commands will be different.

  • For username and groupname you must substitute your username and your appropriate Unix group.

  • The partition is either batch or your groupname

Sample batch script to submit a job in your group's batch queue

...