From f2a5a37acdd6106596fb61968107d965a6187814 Mon Sep 17 00:00:00 2001 From: Serguei Mokhov Date: Fri, 4 Oct 2024 11:32:06 -0400 Subject: [PATCH] [src][start_jupyterlab] add mail-type and pt and some comments --- src/jupyterlabs/start_jupyterlab.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/jupyterlabs/start_jupyterlab.sh b/src/jupyterlabs/start_jupyterlab.sh index 57446b7..6ef5322 100755 --- a/src/jupyterlabs/start_jupyterlab.sh +++ b/src/jupyterlabs/start_jupyterlab.sh @@ -1,2 +1,3 @@ -srun --mem=16G --gpus=1 /speed-scratch/$USER/speed-hpc/src/jupyterlabs/run_jupyterlab.sh - +# Start either a part of interactive or batch sesions +# Hardcoded assumption: /speed-scratch/$USER/speed-hpc/src/jupyterlabs +srun --mem=16G --gpus=1 -p pt --mail-type=ALL /speed-scratch/$USER/speed-hpc/src/jupyterlabs/run_jupyterlab.sh