-
Notifications
You must be signed in to change notification settings - Fork 933
sync with PMIX master #969
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
Conversation
|
Test FAILed. |
2 similar comments
|
Test FAILed. |
|
Test FAILed. |
|
Bot: retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably remove this debug, or at least replace it with pmix_output_verbose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will replace with pmix_output_verbose.
On 10/2/15, 5:36 PM, "rhc54" notifications@github.com wrote:
In opal/mca/pmix/pmix1xx/pmix/examples/server.c
#969 (comment):@@ -343,6 +346,20 @@ static void errhandler(pmix_status_t status,
pmix_output(0, "SERVER: ERRHANDLER CALLED WITH STATUS %d", status);
}+static void op_callbk(pmix_status_t status,
+{void *cbdata)- pmix_output(0, "SERVER: OP CALLBACK CALLED WITH STATUS %d",
status);
+}
+static void errhandler_reg_callbk (pmix_status_t status,
int errhandler_ref, +{void *cbdata)- pmix_output(0, "SERVER: ERRHANDLER REGISTRATION CALLBACK CALLED
WITH STATUS %d, ref=%d",
We should probably remove this debug, or at least replace it with
pmix_output_verbose
�
Reply to this email directly or
view it on GitHub
https://github.com/open-mpi/ompi/pull/969/files#r41081057.
|
@rhc54, please merge this PR. We need to replace pmix_output with pmix_output_verbose in multiple places, I will clean those and submit a PR in pmix repo directly. |
|
@rhc54 is probably going to be out for a few days. Is there a reason you can't update this PR to be correct before we merge it? |
|
It is a trivial change that needs to be done in many places in this file and other files in PMIX. I thought it was easier to do it there and bring to OMPI than the other way round. Anyways I just made the changes and added it to the PR. This is good to be merged once the build is successful. |
|
@annu13 I'm sorry; that's what I actually meant: that you would put this stuff on the PMIX master, and then add another "sync" commit over here on this PR. I agree that the direction of code should always flow from PMIX to OMPI -- not the other way around. Have you committed this stuff on the PMIX master yet? Also, what's the merge commit on this PR? It doesn't seem like that should be here -- i.e., it seems like that is a problem...? |
|
On 10/6/15, 7:30 AM, "Jeff Squyres" notifications@github.com wrote:
|
|
fixed debug stmts in pmix master and synced with pmix master (pmix git repo rev git69c398e) |
v1.10: Fix MPI_TYPE_SET_ATTR with NULL value
No description provided.