Skip to content

Commit 62ca6fc

Browse files
chore(11): use dev_gpu_h100 partition for validation campaign (30min limit)
1 parent e2c59f9 commit 62ca6fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cluster/simulate.sbatch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
# via command line so that shell variables (e.g. %A, %a) are expanded correctly.
1818

1919
#SBATCH --job-name=emri-simulate
20-
#SBATCH --partition=gpu_h100
20+
#SBATCH --partition=dev_gpu_h100
2121
#SBATCH --gres=gpu:1
22-
#SBATCH --time=02:00:00
22+
#SBATCH --time=00:30:00
2323
#SBATCH --ntasks=1
2424

2525
set -euo pipefail

0 commit comments

Comments
 (0)