#include <mpif.h>
Go to the source code of this file.
Data Types | |
module | mod_oasis_mpi |
Provides a generic and simpler interface into MPI calls for OASIS. More... | |
interface | mod_oasis_mpi::oasis_mpi_send |
Generic overloaded interface into MPI send. More... | |
interface | mod_oasis_mpi::oasis_mpi_recv |
Generic overloaded interface into MPI receive. More... | |
interface | mod_oasis_mpi::oasis_mpi_bcast |
Generic overloaded interface into MPI broadcast. More... | |
interface | mod_oasis_mpi::oasis_mpi_gathscatvinit |
Generic interface to oasis_mpi_gathScatVInit. More... | |
interface | mod_oasis_mpi::oasis_mpi_gatherv |
Generic interfaces into an MPI vector gather. More... | |
interface | mod_oasis_mpi::oasis_mpi_scatterv |
Generic interfaces into an MPI vector scatter. More... | |
interface | mod_oasis_mpi::oasis_mpi_sum |
Generic overloaded interface into MPI sum reduction. More... | |
interface | mod_oasis_mpi::oasis_mpi_min |
Generic overloaded interface into MPI min reduction. More... | |
interface | mod_oasis_mpi::oasis_mpi_max |
Generic overloaded interface into MPI max reduction. More... | |