Skip to content
Snippets Groups Projects
Commit d73183f7 authored by Eduard Bopp's avatar Eduard Bopp
Browse files

Add example of a failing job

parent 16127667
No related branches found
No related tags found
No related merge requests found
fail 0 → 100644
#! /bin/bash
#SBATCH -o ./log.out
#SBATCH -e ./log.err
#SBATCH -D ./
#SBATCH -J example_script
#SBATCH --nodes=1
#SBATCH --tasks-per-node=40
#SBATCH --cpus-per-task=1
#SBATCH --mail-type=none
#SBATCH --time=00:30:00
set -e
echo "I am a failing job"
exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment