Versions Compared

Key

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

...

Depending on the available hardware experiments can either be run interactively or as a batch job.

Running a batch job

This method is the preferred way to run OpenIFS, as it is more efficient and it allows more flexibility in using the available hardware resources. 

A job wrapper script that is suitable for the locally available batch scheduler needs to be used to call the oifs-run script.

...

Code Block
languagebash
themeMidnight
# run as batch job:
cd $PERM/i4xc/2016092500
sbatch ./run.ecmwf-hpc2020.job


Info

inform user that NPROC is overwritten by batch job settings

Running interactively

In order to run the experiment interactively run oifs-run in your terminal. If no command line parameters are provided with the oifs-run command, then the values from the exp-config.h will be used.

...