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 856636d commit ca1a9afCopy full SHA for ca1a9af
reframe/core/backends.py
@@ -18,7 +18,7 @@
18
_launchers = {}
19
_scheduler_backend_modules = [
20
'reframe.core.schedulers.local',
21
- 'reframe.core.schedulers.lsf'
+ 'reframe.core.schedulers.lsf',
22
'reframe.core.schedulers.pbs',
23
'reframe.core.schedulers.oar',
24
'reframe.core.schedulers.sge',
reframe/core/schedulers/registry.py
@@ -41,4 +41,3 @@ def getscheduler(name):
41
import reframe.core.schedulers.pbs # noqa: F401, F403
42
import reframe.core.schedulers.sge # noqa: F401, F403
43
import reframe.core.schedulers.slurm # noqa: F401, F403
44
-import reframe.core.schedulers.torque # noqa: F401, F403
0 commit comments