1
Fork 0

fix(hpc): create runs dir on first run

This commit is contained in:
Tibo De Peuter 2026-04-05 12:32:02 +02:00
parent c1ba3900be
commit 473a120feb

View file

@ -19,6 +19,8 @@ if [ -n "$PBS_O_WORKDIR" ]; then
cd "$PBS_O_WORKDIR"
fi
mkdir "${PBS_O_WORKDIR}/runs"
# Mirror configs to $VSC_DATA to avoid home quota limits (3GB)
# vsc-venv manages environments relative to the requirements file
PROJ_NAME=$(basename "$PWD")