Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lc_finalize in v2 #9

Open
omor1 opened this issue Mar 2, 2020 · 3 comments
Open

lc_finalize in v2 #9

omor1 opened this issue Mar 2, 2020 · 3 comments

Comments

@omor1
Copy link
Member

omor1 commented Mar 2, 2020

lc_finalize in the v2 branch is currently a no-op. I'm running into issues where one process exits before others and so I get a SIGPIPE when others try to write to stdout or stderr (I think PMI is forwarding this over a pipe to rank 0 or something).

Also, we should probably just generally clean up when finalizing?

@danghvu
Copy link
Member

danghvu commented Mar 3, 2020 via email

@omor1
Copy link
Member Author

omor1 commented Mar 3, 2020

LCI (currently) uses the PMI implementation in simple_pmi.c, not the PMIx library, right?

@omor1
Copy link
Member Author

omor1 commented Mar 3, 2020

I'll note that the workaround works though, for obvious reasons. That was the last issue I've seen with PaRSEC/LCI, so it's fully working (on psm2)—so I can now move on to performance testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants