Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Set MPI_Request to MPI_REQUEST_NULL whenever a call fails
[simgrid.git] / src / include / smpi / smpi_interface.h
index 7ba0fdc34afd567ed06e2c54619f121759d3092a..04fc1da63753b2e4ea4f00a6c3683dade21de724 100644 (file)
@@ -108,6 +108,14 @@ XBT_PUBLIC_DATA(int (*mpi_coll_scatter_fun)
                 void *recvbuf, int recvcount, MPI_Datatype recvtype,
                 int root, MPI_Comm comm));
 
+/** \ingroup MPI barrier
+ *  \brief The list of all available allgather collectives
+ */
+XBT_PUBLIC_DATA(s_mpi_coll_description_t) mpi_coll_barrier_description[];
+XBT_PUBLIC_DATA(int (*mpi_coll_barrier_fun)
+                (MPI_Comm comm));
+
+
 XBT_PUBLIC(void) coll_help(const char *category,
                            s_mpi_coll_description_t * table);
 XBT_PUBLIC(int) find_coll_description(s_mpi_coll_description_t * table,