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 738ccdf commit 85e27feCopy full SHA for 85e27fe
tests/pbs.py
@@ -38,7 +38,7 @@ def test_basic():
38
)
39
text = fh.getvalue()
40
assert "#!/bin/sh" in text
41
- assert "#PBS -N my-job" in text
+ assert "#PBS -V" in text
42
assert f"#PBS -l nodes=1:ppn={backend.config.count_per_node('cpu')}" in text
43
assert "#PBS -l walltime=00:00:01" in text
44
assert "#PBS --job-name=my-job" in text
0 commit comments