Skip to content

Commit d3ab9cf

Browse files
authored
Merge pull request #441 from ExaWorks/batch_test_default_to_one_process
The process count, if not specified, would be empty. Most batch sched…
2 parents 943aec0 + 4c647a1 commit d3ab9cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/plugins1/_batch_test/test/test.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ exec &> "{{psij.script_dir}}/$PSIJ_BATCH_TEST_JOB_ID.out"
66
cd "{{.}}"
77
{{/job.spec.directory}}
88

9+
export PSIJ_TEST_BATCH_EXEC_COUNT=1
10+
911
{{#job.spec.resources}}
1012
{{#process_count}}
1113
export PSIJ_TEST_BATCH_EXEC_COUNT={{.}}

0 commit comments

Comments
 (0)