OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Macros
CommSHMEMPI.cpp File Reference
#include "Message/CommSHMEMPI.h"
#include "Message/Message.h"
#include "Utility/IpplInfo.h"
#include <mpi.h>
#include <cstring>
#include <cstdlib>
#include <unistd.h>
Include dependency graph for CommSHMEMPI.cpp:

Go to the source code of this file.

Macros

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

Macro Definition Documentation

#define MAX_SHMEMPI_ERRS   500

Definition at line 43 of file CommSHMEMPI.cpp.

Referenced by CommSHMEMPI::myreceive().

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

Definition at line 52 of file CommSHMEMPI.cpp.

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

#define PSIZE   1024*16

Definition at line 51 of file CommSHMEMPI.cpp.