#!/bin/bash #SBATCH --job-name simple-example #SBATCH --time 00:05:00 #SBATCH --partition= #SBATCH --account= #SBATCH --mem=50M #SBATCH --nodes=1 #SBATCH --ntasks=1 #SBATCH --cpus-per-task=2 #SBATCH --chdir= #SBATCH --error=/slurm-%j.%N.err #SBATCH --output=/slurm-%j.%N.out source activate pipeline reset ./example/ pipeline execute ./example/ pipeline await ./example/