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 7163bf7 commit fd50383Copy full SHA for fd50383
src/psij/resource_spec.py
@@ -100,7 +100,7 @@ def _check_constraints(self) -> None:
100
# nothing specified
101
self._computed_process_count = 1
102
self._computed_node_count = 1
103
- self._commputed_ppn = 1
+ self._computed_ppn = 1
104
elif nulls == 2:
105
if self.process_count is not None:
106
0 commit comments