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 4d5e1cf commit b23119aCopy full SHA for b23119a
lib/pavilion/schedulers/config.py
@@ -7,6 +7,7 @@
7
8
import yaml_config as yc
9
from pavilion import utils
10
+from ..errors import SchedConfigError
11
12
13
MPIRUN_BIND_OPTS = ('slot', 'hwthread', 'core', 'L1cache', 'L2cache', 'L3cache',
0 commit comments