haga/build.sbatch
Johannes Merl a91f55284d fix
2024-04-21 14:43:23 +02:00

9 lines
279 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
#SBATCH --mem=1G
srun nix develop --command stack --no-nix --system-ghc --no-install-ghc build