Skip to content

Commit 738ccdf

Browse files
committed
pass -V to pbs
1 parent 62a43b1 commit 738ccdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hpcc_pbs/templates/submit.sh.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends "hpcc-submit.sh.in" %}
22
{% block header %}
3+
#PBS -V
34
#PBS -N {{ name }}
45
#PBS -l nodes={{ nodes }}:ppn={{ cpus_per_node }}
56
#PBS -l walltime={{ hhmmss(time * 1.25, threshold=0) }}

0 commit comments

Comments
 (0)