diff --git a/build.sbatch b/build.sbatch index 8f98d7f..a4a6f8e 100755 --- a/build.sbatch +++ b/build.sbatch @@ -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 diff --git a/run.sbatch b/run.sbatch new file mode 100755 index 0000000..a528b6f --- /dev/null +++ b/run.sbatch @@ -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