You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust chpl_launchcmd to be able to handle colocales with PBS (#26850)
This PR adjusts `chpl_launchcmd`, such that it allocates correct number
of nodes when `CHPL_RT_LOCALES_PER_NODE` is used. Previously, it just
allocated `nl` nodes, which is not the right thing to do with colocales.
This currently only fixes PBS side of the script. I'll try to fix the
slurm side in this PR before merging it. Right now, I am planning this
for post-release.
[Reviewed by @jabraham17]
Tested on a PBS system manually.
0 commit comments