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 9f65c89 commit f7b9e49Copy full SHA for f7b9e49
reframe/core/schedulers/torque.py
@@ -95,4 +95,5 @@ def finished(self, job):
95
96
with os_ext.change_dir(job.workdir):
97
done = os.path.exists(job.stdout) and os.path.exists(job.stderr)
98
+
99
return job.state == 'COMPLETED' and done
0 commit comments