| Name | Description |
---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Initialize(Int32) | |
| Initialize(Int32, Int32) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| MPI_Abort | |
| MPI_Allgather(Double, Int32, Double, Int32, Int32) | |
| MPI_Allgather(Int32, Int32, Int32, Int32, Int32) | |
| MPI_Allgatherv(Double, Int32, Double, Int32, Int32, Int32) | |
| MPI_Allgatherv(Int32, Int32, Int32, Int32, Int32, Int32) | |
| MPI_Allreduce(Double, Double, Int32, Int32, Int32) | |
| MPI_Allreduce(Int32, Int32, Int32, Int32, Int32) | |
| MPI_Alltoall(Double, Int32, Double, Int32, Int32) | |
| MPI_Alltoall(Int32, Int32, Int32, Int32, Int32) | |
| MPI_Alltoallv(Double, Int32, Int32, Double, Int32, Int32, Int32) | |
| MPI_Alltoallv(Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
| MPI_Alltoallw(Double, Int32, Int32, Double, Int32, Int32, Int32) | |
| MPI_Alltoallw(Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
| MPI_Barrier | |
| MPI_Bcast(Double, Int32, Int32, Int32) | |
| MPI_Bcast(Int32, Int32, Int32, Int32) | |
| MPI_Comm_c2f | |
| MPI_Comm_compare | |
| MPI_Comm_rank | |
| MPI_Comm_size | |
| MPI_Errhandler_create | |
| MPI_Errhandler_free | |
| MPI_Errhandler_get | |
| MPI_Errhandler_set | |
| MPI_Error_class | |
| MPI_Error_string |
Retrieves the errort string corresponding to the given MPI error code.
|
| MPI_Exscan(Double, Double, Int32, Int32, Int32) | |
| MPI_Exscan(Int32, Int32, Int32, Int32, Int32) | |
| MPI_Finalize | |
| MPI_Finalized | |
| MPI_Gather(Double, Int32, Double, Int32, Int32, Int32) | |
| MPI_Gather(Int32, Int32, Int32, Int32, Int32, Int32) | |
| MPI_Gatherv(Double, Int32, Double, Int32, Int32, Int32, Int32) | |
| MPI_Gatherv(Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
| MPI_Get_count | |
| MPI_Get_processor_name | |
| MPI_Init(String, Int32) | |
| MPI_Init(String, Int32, Int32) | |
| MPI_Init_thread |
Initializes the MPI library with thread support. This operation subsumes MPI_Init(Int32, Byte**).
See [!:MPI.Environment(ref string[], MPI.Threading)].
|
| MPI_Initialized | |
| MPI_Is_thread_main(Int32) | |
| MPI_Is_thread_main(Int32, Int32) | |
| MPI_Op_create | |
| MPI_Op_free | |
| MPI_Query_thread(Int32) |
Determine the level of threading support provided by the MPI library.
|
| MPI_Query_thread(Int32, Int32) | |
| MPI_Recv(Double, Int32, Int32, Int32, MPIMPI_Status, Int32) | |
| MPI_Recv(Int32, Int32, Int32, Int32, MPIMPI_Status, Int32) | |
| MPI_Reduce(Double, Double, Int32, Int32, Int32, Int32) | |
| MPI_Reduce(Int32, Int32, Int32, Int32, Int32, Int32) | |
| MPI_Reduce_scatter(Double, Double, Int32, Int32, Int32) | |
| MPI_Reduce_scatter(Int32, Int32, Int32, Int32, Int32) | |
| MPI_Scan(Double, Double, Int32, Int32, Int32) | |
| MPI_Scan(Int32, Int32, Int32, Int32, Int32) | |
| MPI_Scatter(Double, Int32, Double, Int32, Int32, Int32) | |
| MPI_Scatter(Int32, Int32, Int32, Int32, Int32, Int32) | |
| MPI_Scatterv(Double, Int32, Int32, Double, Int32, Int32, Int32) | |
| MPI_Scatterv(Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
| MPI_Send(Double, Int32, Int32, Int32, Int32) | |
| MPI_Send(Int32, Int32, Int32, Int32, Int32) | |
| MPI_Sendrecv(Double, Int32, Int32, Int32, Double, Int32, Int32, Int32, MPIMPI_Status, Int32) | |
| MPI_Sendrecv(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, MPIMPI_Status, Int32) | |
| MPI_Test_cancelled | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |