2024-04-21 14:54:11 +02:00
|
|
|
#!/usr/bin/env bash
|
2024-04-21 20:45:00 +02:00
|
|
|
#SBATCH --time=18:00:00
|
2024-04-21 14:54:11 +02:00
|
|
|
#SBATCH --partition=cpu
|
2024-04-21 19:20:02 +02:00
|
|
|
#SBATCH --array=0-30
|
2024-04-21 14:54:11 +02:00
|
|
|
#SBATCH --output=./output/output_run_%j.txt
|
|
|
|
#SBATCH --error=./output/error_run_%j.txt
|
|
|
|
#SBATCH --nodelist=oc-compute02
|
2024-04-21 19:20:02 +02:00
|
|
|
#SBATCH --mem=3G
|
2024-04-22 14:33:40 +02:00
|
|
|
srun nix develop --command stack --no-nix --system-ghc --no-install-ghc run haga-lambda
|