Explicitly specify nodes in srun calls#630
Conversation
We want to explicitly specify how many nodes to use in `srun` calls for slurm steps because otherwise we may end up with a job running on more nodes than needed and an incompatible PIO task count.
|
@matthewhoffman, it would be good to make sure the |
TestingThe |
|
With further testing, this problem persists even with the fix in this branch. I'm putting it in draft mode. @matthewhoffman, please don't review or test just yet. |
|
Okay, things are now working for me in #631, so I think this is ready for you to test when you can, @matthewhoffman. |
|
@matthewhoffman, I ran the |
|
@xylar , sorry to not have noticed this until now. Glad you were able to take care of it without me holding you up. |
We want to explicitly specify how many nodes to use in
sruncalls for slurm steps because otherwise we may end up with a job running on more nodes than needed and an incompatible PIO task count.Checklist
Testingin this PR) any testing that was used to verify the changescloses #629