Home
last modified time | relevance | path

Searched refs:commhandle (Results 1 – 4 of 4) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpi/errhan/
H A Dcomm_call_errhandler.c145 MPI_Fint commhandle=comm_ptr->handle; in MPI_Comm_call_errhandler() local
147 &commhandle, &ferr ); in MPI_Comm_call_errhandler()
H A Derrutil.c280 MPI_Fint commhandle=comm_ptr->handle; in MPIR_Err_return_comm() local
281 (*comm_ptr->errhandler->errfn.F77_Handler_function)( &commhandle, in MPIR_Err_return_comm()
/dports/net/mpich/mpich-3.4.3/src/mpi/errhan/
H A Dcomm_call_errhandler.c142 MPI_Fint commhandle = comm_ptr->handle; in MPI_Comm_call_errhandler() local
143 (*comm_ptr->errhandler->errfn.F77_Handler_function) (&commhandle, &ferr); in MPI_Comm_call_errhandler()
H A Derrutil.c329 MPI_Fint commhandle = comm_ptr->handle; in MPIR_Err_return_comm() local
330 (*comm_ptr->errhandler->errfn.F77_Handler_function) (&commhandle, &ferr); in MPIR_Err_return_comm()