Versions Compared

Key

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

...

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 settingsThe job wrapper script will read the exp-config.h file and adopt the selected values. The exception are OIFS_NPROC and OIFS_NTHREAD which will be overwritten by values from the batch job headers.

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.

...