GADGET-4
|
contains the global variables defined in the MPI helper functions 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.
Variables | |
MPI_Datatype | MPI_MyIntPosType |
MPI_Op | MPI_MIN_MyIntPosType |
MPI_Op | MPI_MAX_MyIntPosType |
MPI_Op | MPI_MIN_MySignedIntPosType |
MPI_Op | MPI_MAX_MySignedIntPosType |
contains the global variables defined in the MPI helper functions
Definition in file mpi_vars.cc.
MPI_Op MPI_MAX_MyIntPosType |
Definition at line 27 of file mpi_vars.cc.
MPI_Op MPI_MAX_MySignedIntPosType |
Definition at line 29 of file mpi_vars.cc.
MPI_Op MPI_MIN_MyIntPosType |
Definition at line 26 of file mpi_vars.cc.
MPI_Op MPI_MIN_MySignedIntPosType |
Definition at line 28 of file mpi_vars.cc.
MPI_Datatype MPI_MyIntPosType |
Definition at line 24 of file mpi_vars.cc.