Skip to content

Commit 0b125a3

Browse files
committed
process set query: if pmix_query_info_nb returns error
don't wait for call back to be run as it will not be per section 5.4.4 of PMIx 4.1 standard. related to #10749 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 838556a commit 0b125a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/instance/instance.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,7 @@ static void ompi_instance_refresh_pmix_psets (const char *key)
10471047
ompi_instance_get_num_psets_complete,
10481048
(void*)&lock))) {
10491049
opal_mutex_unlock (&instance_lock);
1050+
return;
10501051
}
10511052

10521053
OPAL_PMIX_WAIT_THREAD(&lock);

0 commit comments

Comments
 (0)