OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Macros
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

#define MAX_MPI_ERRS   500

Definition at line 50 of file CommMPI.cpp.

Referenced by CommMPI::myreceive().

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

Definition at line 63 of file CommMPI.cpp.

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

#define PSIZE   1024*16

Definition at line 62 of file CommMPI.cpp.