File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ mca_pml_ob1_t mca_pml_ob1 = {
8181};
8282
8383#if OPAL_CUDA_SUPPORT
84- void mca_pml_ob1_cuda_add_ipc_support (struct mca_btl_base_module_t * btl ,
85- int32_t flags , ompi_proc_t * errproc ,
86- char * btlinfo );
84+ extern void mca_pml_ob1_cuda_add_ipc_support (struct mca_btl_base_module_t * btl ,
85+ int32_t flags , ompi_proc_t * errproc ,
86+ char * btlinfo );
8787#endif /* OPAL_CUDA_SUPPORT */
8888
8989void mca_pml_ob1_error_handler ( struct mca_btl_base_module_t * btl ,
@@ -560,7 +560,7 @@ int mca_pml_ob1_dump(struct ompi_communicator_t* comm, int verbose)
560560 continue ;
561561 }
562562
563- mca_bml_base_endpoint_t * ep = ( mca_bml_base_endpoint_t * ) proc -> ompi_proc -> proc_endpoints [ OMPI_PROC_ENDPOINT_TAG_BML ] ;
563+ mca_bml_base_endpoint_t * ep = mca_bml_base_get_endpoint ( proc -> ompi_proc ) ;
564564 size_t n ;
565565
566566 opal_output (0 , "[Rank %d] expected_seq %d ompi_proc %p send_seq %d\n" ,
You can’t perform that action at this time.
0 commit comments