We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b27cc commit 0d561c5Copy full SHA for 0d561c5
batchspawner/batchspawner.py
@@ -490,6 +490,8 @@ class PBSSpawner(TorqueSpawner):
490
#PBS -l walltime={{runtime}}
491
#PBS -l select=1:ncpus={{nprocs}}:mem={{memory}}
492
#PBS -N jupyterhub-singleuser
493
+#PBS -o {{homedir}}/.jupyterhub.pbs.out
494
+#PBS -e {{homedir}}/.jupyterhub.pbs.err
495
#PBS -v {{keepvars}}
496
{% if options %}#PBS {{options}}{% endif %}
497
0 commit comments