We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6745b0 commit 4003413Copy full SHA for 4003413
.github/workflows/ci.yml
@@ -60,6 +60,7 @@ jobs:
60
- 'docs/conf.py'
61
- 'experiments/**'
62
- 'lib/**'
63
+ - 'modifiers/**'
64
- 'repo/**'
65
- 'systems/**'
66
- 'var/**'
modifiers/allocation/modifier.py
@@ -488,7 +488,7 @@ def pbs_instructions(self, v):
488
if v.n_gpus:
489
gpus_per_rank = self.gpus_as_gpus_per_rank(v.n_gpus)
490
node_spec.append(f"gpus={gpus_per_rank}")
491
-
+
492
if node_spec:
493
batch_opts.append(f"-l {':'.join(node_spec)}")
494
else:
0 commit comments