OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
CommMPI.cpp File Reference
#include "Message/CommMPI.h"
#include "Message/Message.h"
#include "Utility/IpplInfo.h"
#include "Utility/PAssert.h"
#include "Utility/IpplMessageCounter.h"
#include <mpi.h>
#include <cstring>
#include <cstdlib>
#include <unistd.h>
#include <vector>
Include dependency graph for CommMPI.cpp:

Go to the source code of this file.

Macros

#define MAX_MPI_ERRS   500
#define PSIZE   1024*16
#define PACKSIZE   ((PSIZE)*sizeof(long))

Macro Definition Documentation

◆ MAX_MPI_ERRS

#define MAX_MPI_ERRS   500

Definition at line 44 of file CommMPI.cpp.

Referenced by CommMPI::myreceive().

◆ PACKSIZE

#define PACKSIZE   ((PSIZE)*sizeof(long))

Definition at line 53 of file CommMPI.cpp.

Referenced by CommMPI::mysend(), and CommMPI::pack_message().

◆ PSIZE

#define PSIZE   1024*16

Definition at line 52 of file CommMPI.cpp.