fix(hpc): create runs dir on first run
This commit is contained in:
parent
c1ba3900be
commit
473a120feb
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ if [ -n "$PBS_O_WORKDIR" ]; then
|
||||||
cd "$PBS_O_WORKDIR"
|
cd "$PBS_O_WORKDIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir "${PBS_O_WORKDIR}/runs"
|
||||||
|
|
||||||
# Mirror configs to $VSC_DATA to avoid home quota limits (3GB)
|
# Mirror configs to $VSC_DATA to avoid home quota limits (3GB)
|
||||||
# vsc-venv manages environments relative to the requirements file
|
# vsc-venv manages environments relative to the requirements file
|
||||||
PROJ_NAME=$(basename "$PWD")
|
PROJ_NAME=$(basename "$PWD")
|
||||||
|
|
|
||||||
Reference in a new issue