From b97caf8f05f0cb2338d634d92cc05720a9b57965 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 2 Nov 2017 10:33:28 -0700 Subject: [PATCH] Correct copy/paste error in example Signed-off-by: Ralph Castain --- opal/mca/pmix/pmix3x/pmix/include/pmix_rename.h.in | 0 orte/test/mpi/pinterlib.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 opal/mca/pmix/pmix3x/pmix/include/pmix_rename.h.in diff --git a/opal/mca/pmix/pmix3x/pmix/include/pmix_rename.h.in b/opal/mca/pmix/pmix3x/pmix/include/pmix_rename.h.in old mode 100755 new mode 100644 diff --git a/orte/test/mpi/pinterlib.c b/orte/test/mpi/pinterlib.c index 7a8cf8632e..40d7f8846a 100644 --- a/orte/test/mpi/pinterlib.c +++ b/orte/test/mpi/pinterlib.c @@ -144,7 +144,7 @@ static void *mylib(void *ptr) /* mark that this isn't to go to any default event handler - pmix_init * takes care of that for us, but we have to explicitly do it here */ flag = true; - PMIX_INFO_LOAD(&info[0], PMIX_EVENT_NON_DEFAULT, &flag, PMIX_BOOL); + PMIX_INFO_LOAD(&info[4], PMIX_EVENT_NON_DEFAULT, &flag, PMIX_BOOL); /* see if pmix is already initialized - note that if we * don't know our process identifier at this point (e.g.,