Closed bdevcich closed 1 month ago
I'm not sure who I should ask to take a look so taking some guesses based on previous PRs: @ofaaland @gonsie
I'm not sure who I should ask to take a look so taking some guesses based on previous PRs: @ofaaland @gonsie
Thanks Blake, I'll look
Thanks @bdevcich for debugging this! I have just one nit.
It was my bug, so I felt obligated! 😄
Hi @bdevcich can you squash these commits and re-push? Thanks
@ofaaland done!
@ofaaland can you merge? I don't have permission to do so.
@ofaaland can you merge? I don't have permission to do so.
Odd, I thought I already had. I'll try again.
@bdevcich there you go. Thanks again!
When
--uid
or--gid
is used, MPI_Init() is called as the original user. The original uid/gid is not being restored prior to calling MPI_Finalize(), which leads to cleanup issues.Resolves #585.