This commit is contained in:
Johannes Merl 2024-04-21 14:54:11 +02:00
parent a91f55284d
commit e4c8e3f79f
2 changed files with 11 additions and 1 deletions

View File

@ -4,5 +4,6 @@
#SBATCH --output=./output/output_build.txt
#SBATCH --error=./output/error_build.txt
#SBATCH --nodelist=oc-compute02
#SBATCH --mem=1G
#SBATCH --mem=4G
#SBATCH -c16
srun nix develop --command stack --no-nix --system-ghc --no-install-ghc build

9
run.sbatch Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
#SBATCH --time=01:30:00
#SBATCH --partition=cpu
#SBATCH --array=0-1
#SBATCH --output=./output/output_run_%j.txt
#SBATCH --error=./output/error_run_%j.txt
#SBATCH --nodelist=oc-compute02
#SBATCH --mem=8G
srun nix develop --command stack --no-nix --system-ghc --no-install-ghc run haga