GADGET-4
mpi_vars.cc File Reference

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
 

Detailed Description

contains the global variables defined in the MPI helper functions

Definition in file mpi_vars.cc.

Variable Documentation

◆ MPI_MAX_MyIntPosType

MPI_Op MPI_MAX_MyIntPosType

Definition at line 27 of file mpi_vars.cc.

◆ MPI_MAX_MySignedIntPosType

MPI_Op MPI_MAX_MySignedIntPosType

Definition at line 29 of file mpi_vars.cc.

◆ MPI_MIN_MyIntPosType

MPI_Op MPI_MIN_MyIntPosType

Definition at line 26 of file mpi_vars.cc.

◆ MPI_MIN_MySignedIntPosType

MPI_Op MPI_MIN_MySignedIntPosType

Definition at line 28 of file mpi_vars.cc.

◆ MPI_MyIntPosType

MPI_Datatype MPI_MyIntPosType

Definition at line 24 of file mpi_vars.cc.