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 62a43b1 commit 738ccdfCopy full SHA for 738ccdf
src/hpcc_pbs/templates/submit.sh.in
@@ -1,5 +1,6 @@
1
{% extends "hpcc-submit.sh.in" %}
2
{% block header %}
3
+#PBS -V
4
#PBS -N {{ name }}
5
#PBS -l nodes={{ nodes }}:ppn={{ cpus_per_node }}
6
#PBS -l walltime={{ hhmmss(time * 1.25, threshold=0) }}
0 commit comments