haga/build.sbatch
Johannes Merl 4658fff80e fix
2024-04-21 14:23:11 +02:00

8 lines
262 B
Bash
Executable File

#!/usr/bin/env bash
#SBATCH --time=00:10:00
#SBATCH --partition=cpu
#SBATCH --output=./output/output_build.txt
#SBATCH --error=./output/error_build.txt
#SBATCH --nodelist=oc-compute02
srun nix develop --command stack --no-nix --system-ghc --no-install-ghc build