|
GADGET-4
|
some routines for cross-checking the use of collective MPI routines More...
#include "gadgetconfig.h"#include <math.h>#include <mpi.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../data/allvars.h"#include "../data/dtypes.h"#include "../mpi_utils/mpi_utils.h"Go to the source code of this file.
Functions | |
| int | myMPI_Allreduce (const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
some routines for cross-checking the use of collective MPI routines
Definition in file allreduce_debugcheck.cc.
| int myMPI_Allreduce | ( | const void * | sendbuf, |
| void * | recvbuf, | ||
| int | count, | ||
| MPI_Datatype | datatype, | ||
| MPI_Op | op, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 24 of file allreduce_debugcheck.cc.