Skip to content

Starting Derecho jobs

When you use any of these examples, remember to substitute your own job name and project code, and customize the other directives and commands as necessary.

Load all modules that are necessary to run your program at the start of your batch scripts by including a line like this:

module load intel cray-mpich

If you think you might run a particular compiled executable well into the future, we advise that you load specific versions of desired modules to ensure reproducibility. Follow this example:

module load intel/2023.0.0 cray-mpich/8.1.25

Script examples

See this page for many Derecho PBS job script examples: Derecho job script examples

When your script is ready, submit your batch job for scheduling as shown here.