4.1.3.2 pde.backends.numba_mpi.overloads module

Defines functions overloads, so numba can use them.

ol_mpi_allreduce(data, operator)[source]

Overload the mpi_allreduce function.

ol_mpi_recv(data, source, tag)[source]

Overload the mpi_recv function.

Parameters:
ol_mpi_send(data, dest, tag)[source]

Overload the mpi_send function.

Parameters: