Skip to content

Commit 30b657f

Browse files
author
rhc54
authored
Merge pull request open-mpi#8 from anandhis/topic/rmlofi
Topic/rmlofi
2 parents 34fc7dc + f59b43e commit 30b657f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

orte/mca/ess/pmi/ess_pmi_module.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ static int rte_init(void)
423423
* in the job won't be executing this step, so we would hang
424424
*/
425425
if (ORTE_PROC_IS_NON_MPI && !orte_do_not_barrier) {
426+
opal_pmix.commit();
426427
opal_pmix.fence(NULL, true);
427428
}
428429

orte/mca/rml/ofi/rml_ofi.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ int orte_rml_ofi_send_transport_nb(int conduit_id,
173173
void free_conduit_resources( int conduit_id);
174174
void print_provider_list_info (struct fi_info *fi );
175175

176-
177-
//int orte_rml_ofi_progress(ofi_transport_conduit_t*);
178-
179-
180176
/** Send callback */
181177
int orte_rml_ofi_send_callback(struct fi_cq_data_entry *wc,
182178
orte_rml_ofi_request_t*);

0 commit comments

Comments
 (0)