Skip to content

Commit f9eca2c

Browse files
authored
Merge pull request #10795 from hppritcha/fix_for_issue_10749
process set query: if pmix_query_info_nb returns error
2 parents e1fec6d + 0b125a3 commit f9eca2c

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
@@ -1052,6 +1052,7 @@ static void ompi_instance_refresh_pmix_psets (const char *key)
10521052
ompi_instance_get_num_psets_complete,
10531053
(void*)&lock))) {
10541054
opal_mutex_unlock (&instance_lock);
1055+
return;
10551056
}
10561057

10571058
OPAL_PMIX_WAIT_THREAD(&lock);

0 commit comments

Comments
 (0)