SimGrid  3.18
Versatile Simulation of Distributed Systems
smpi_pmpi_op.cpp File Reference
#include "private.hpp"
#include "smpi_op.hpp"

Functions

 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (smpi_pmpi)
 
int PMPI_Op_create (MPI_User_function *function, int commute, MPI_Op *op)
 
int PMPI_Op_free (MPI_Op *op)
 
int PMPI_Op_commutative (MPI_Op op, int *commute)
 
MPI_Op PMPI_Op_f2c (MPI_Fint op)
 
MPI_Fint PMPI_Op_c2f (MPI_Op op)
 

Function Documentation

◆ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY()

XBT_LOG_EXTERNAL_DEFAULT_CATEGORY ( smpi_pmpi  )

◆ PMPI_Op_create()

int PMPI_Op_create ( MPI_User_function function,
int  commute,
MPI_Op op 
)

◆ PMPI_Op_free()

int PMPI_Op_free ( MPI_Op op)

◆ PMPI_Op_commutative()

int PMPI_Op_commutative ( MPI_Op  op,
int *  commute 
)

◆ PMPI_Op_f2c()

MPI_Op PMPI_Op_f2c ( MPI_Fint  op)

◆ PMPI_Op_c2f()

MPI_Fint PMPI_Op_c2f ( MPI_Op  op)