-
Notifications
You must be signed in to change notification settings - Fork 68
op: Add a default value for MPI_OP o_name #1253
Conversation
(cherry picked from commit open-mpi/ompi@0671e45)
bot:label:Code-cleanup-low-priority |
Build Failed with GNU compiler! Please review the log, and get in touch if you have questions. Gist: https://gist.github.com/c84e7946a8ca619afdf1a7faae20aabb |
Build Failed with XL compiler! Please review the log, and get in touch if you have questions. Gist: https://gist.github.com/6d6eb8de75cf06ec6cb15129d7b8eeba |
bot:ibm:retest |
Build Failed with GNU compiler! Please review the log, and get in touch if you have questions. Gist: https://gist.github.com/6f633992afd9bb64cdda25894c9f1765 |
Test FAILed. |
bot:ibm:retest |
bot:retest |
Test PASSed. |
Test FAILed. |
Test FAILed. |
👍 |
Test FAILed. |
Mellanox Jenkins failure is unrelated. Per the call today, @artpol84 is investigating. |
For user defined
MPI_Op
types theo_name
field is never set. Some components use this field for verbose output, and leaving it undefined makes the output difficult to review. So this commit makes sure that it gets initialized in all paths.open-mpi/ompi#1833