1
Fork 0

doc(hpc): resource specifiers

This commit is contained in:
Tibo De Peuter 2026-04-05 07:58:03 +02:00
parent 24ae7a2399
commit 3db714475f
3 changed files with 32 additions and 10 deletions

View file

@ -8,7 +8,7 @@
# qsub scripts/hpc/install.sh
#PBS -N brittlestar-install
#PBS -l walltime=01:00:00
#PBS -l walltime=00:15:00
set -euo pipefail

View file

@ -1,13 +1,11 @@
#!/bin/bash
# scripts/hpc/train.pbs
#
# Usage (from project root):
# Production training (requires GPU at runtime):
# qsub -l gpus=1 scripts/hpc/train.pbs
# Debug/CPU training:
# qsub scripts/hpc/train.pbs
#PBS -N brittlestar-ppo
#PBS -l nodes=1:ppn=8:gpus=1
#PBS -l nodes=1:ppn=8
#PBS -l walltime=24:00:00
#PBS -l mem=32gb
#PBS -o runs/brittlestar-ppo.o$PBS_JOBID
#PBS -e runs/brittlestar-ppo.e$PBS_JOBID