-
Notifications
You must be signed in to change notification settings - Fork 887
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
pmix: correctly split pmi messages #245
Conversation
fc6e502
to
c153d32
Compare
@ggouaillardet I looked though your changes and it's not really clear to me what you added threshold =3/4 * pmix_vallen and manipulation with data_offset %3 in your partial_commit_packed function. What's the key idea of that? And by the way, what's the necessity of this fix? Your last fix seemed not bad. |
c153d32
to
f43974c
Compare
i pushed my changes (after a rebase in order to keep the git log short) |
@ggouaillardet I think there is a typo in line 180: Everything else seems fine. But I'm still looking at changes in this pull request, these are without your new fixes. You said you pushed it somewhere? |
@ggouaillardet at line 274 the same |
f43974c
to
a80abb6
Compare
@elenash i overwrited my branch (git push --force) so the most up to date revision is always avaliable at https://github.com/open-mpi/ompi/pull/245/commits i will test a bit more and push this branch into the master if you are ok with it Thanks again ! |
@ggouaillardet Yes, sure, it looks fine to me. Thanks you! |
Test FAILed. Build Log
Test FAILed. |
Test PASSed. |
Test PASSed. |
a80abb6
to
948b674
Compare
Thanks to @elenash for all the reviews
948b674
to
80f07b6
Compare
pmix: correctly split pmi messages
Test FAILed. Build Log
Test FAILed. |
…-page-fix man pages: fix problem with MPI_Win_lock_all
This is a better alternative to #238
messages are split and sent immediatly.
@elenash could you please review this ?