-
Notifications
You must be signed in to change notification settings - Fork 929
pml-cm bug fixes #637
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
pml-cm bug fixes #637
Conversation
where count = 0) Signed-off-by: Jithin Jose <jithin.jose@intel.com>
|
Refer to this link for build results (access rights to CI server needed): Build Log |
|
Refer to this link for build results (access rights to CI server needed): Build Log Test FAILed. |
8876976 to
e9c02bd
Compare
|
Refer to this link for build results (access rights to CI server needed): |
|
|
Refer to this link for build results (access rights to CI server needed): |
|
bot:retest |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
@bosilca - the build error was due to a last minute macro name change. Looks sanity tests are fine now. |
|
Overall it looks OK. However, I wonder why you need the changes in the convertor, as if the local_size of zero the convertor should not be used in any case. |
|
@bosilca - Thanks. In ompi_mtl_datatype_pack, we check for these two fields (datatype and count) while invoking opal_datatype_is_contiguous_memory_layout. Earlier, these fields were not set in OPAL_CONVERTOR_PREPARE macro if (0 == count) || (0 == datatype->size). |
|
If you want this merged in to master before fork it should be checked in today or latest tomorrow. |
|
@hppritcha - Thanks for the reminder. Yes I would like to. |
|
A convertor without anything to do is marked with the special flag COMPLETED. You might want to use that as a marker for the fact that the MTL has nothing to do. Otherwise I have no other comments. |
MCA_PML_CM_HVY_SEND_REQUEST_BSEND_ALLOC calls opal_convertor_pack directly. Signed-off-by: Jithin Jose <jithin.jose@intel.com>
e9c02bd to
7ccde09
Compare
|
bot:retest |
1 similar comment
|
bot:retest |
Fix typo that caused compile error
@bosilca - Please review.