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 cdd3e8c commit 6822d86Copy full SHA for 6822d86
src/psij/executors/batch/pbs/pbs_classic.mustache
@@ -51,8 +51,9 @@ only results in empty files that are not cleaned up}}
51
{{#job.spec.inherit_environment}}
52
#PBS -V
53
{{/job.spec.inherit_environment}}
54
+
55
{{#env}}
-#PBS -v {{name}}={{value}}
56
+export {{name}}={{value}}
57
{{/env}}
58
59
PSIJ_NODEFILE="$PBS_NODEFILE"
src/psij/executors/batch/pbs/pbspro.mustache
@@ -54,8 +54,9 @@ only results in empty files that are not cleaned up}}
60
61
62
0 commit comments