Derived Types

TypeLocationExtendsDescription
comm_t pic_mpi_f08 None

MPI communicator wrapper type

Read more…
comm_t pic_mpi None

MPI communicator wrapper type for legacy MPI

Read more…
darray_t darrays_types None

Distributed array descriptor

Read more…
MPI_Status pic_mpi None

MPI_Status wrapper type for legacy MPI compatibility

Read more…
request_t pic_mpi_f08 None

Wraps MPI_Request to provide object-oriented interface for non-blocking communication operations (isend, irecv)

request_t pic_mpi None

Request type for non-blocking MPI operations

Read more…
win_t pic_mpi_f08 None

MPI-3 Window type for one-sided communication (RMA)

Read more…
win_t pic_mpi None
type~~graph~~TypeGraph type~comm_t comm_t type~comm_t~2 comm_t MPI_Comm MPI_Comm type~comm_t~2->MPI_Comm m_comm type~darray_t darray_t type~win_t~2 win_t type~darray_t->type~win_t~2 win type~mpi_status MPI_Status type~request_t request_t type~request_t~2 request_t MPI_Request MPI_Request type~request_t~2->MPI_Request m_request type~win_t win_t MPI_Win MPI_Win type~win_t~2->MPI_Win m_win
Help