OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <StaticIpplInfo.h>
Public Member Functions | |
StaticIpplInfo () | |
~StaticIpplInfo () | |
Public Attributes | |
Communicate * | Comm |
IpplStats * | Stats |
Inform * | Info |
Inform * | Warn |
Inform * | Error |
Inform * | Debug |
bool | deferGuardCellFills |
bool | noFieldCompression |
bool | offsetStorage |
bool | extraCompressChecks |
MPI_Comm | communicator_m |
int | NumCreated |
bool | CommInitialized |
bool | PrintStats |
bool | NeedDeleteComm |
bool | UseChecksums |
bool | Retransmit |
int | MyArgc |
char ** | MyArgv |
int | MyNode |
int | TotalNodes |
int | NumSMPs |
int * | SMPIDList |
int * | SMPNodeList |
int | MaxFFTNodes |
int | ChunkSize |
bool | PerSMPParallelIO |
Definition at line 10 of file StaticIpplInfo.h.
StaticIpplInfo::StaticIpplInfo | ( | ) |
Definition at line 5 of file StaticIpplInfo.cpp.
StaticIpplInfo::~StaticIpplInfo | ( | ) |
Definition at line 6 of file StaticIpplInfo.cpp.
int StaticIpplInfo::ChunkSize |
Definition at line 89 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
Communicate* StaticIpplInfo::Comm |
Definition at line 21 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::CommInitialized |
Definition at line 54 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
MPI_Comm StaticIpplInfo::communicator_m |
Definition at line 46 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
Inform* StaticIpplInfo::Debug |
Definition at line 29 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::deferGuardCellFills |
Definition at line 33 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
Inform* StaticIpplInfo::Error |
Definition at line 28 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::extraCompressChecks |
Definition at line 44 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
Inform* StaticIpplInfo::Info |
Definition at line 26 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
int StaticIpplInfo::MaxFFTNodes |
Definition at line 86 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
int StaticIpplInfo::MyArgc |
Definition at line 70 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
char** StaticIpplInfo::MyArgv |
Definition at line 71 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
int StaticIpplInfo::MyNode |
Definition at line 75 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::NeedDeleteComm |
Definition at line 61 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::noFieldCompression |
Definition at line 36 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
int StaticIpplInfo::NumCreated |
Definition at line 50 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
int StaticIpplInfo::NumSMPs |
Definition at line 80 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::offsetStorage |
Definition at line 40 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::PerSMPParallelIO |
Definition at line 94 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::PrintStats |
Definition at line 58 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::Retransmit |
Definition at line 67 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
int* StaticIpplInfo::SMPIDList |
Definition at line 81 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
int* StaticIpplInfo::SMPNodeList |
Definition at line 82 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
IpplStats* StaticIpplInfo::Stats |
Definition at line 24 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
int StaticIpplInfo::TotalNodes |
Definition at line 76 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
bool StaticIpplInfo::UseChecksums |
Definition at line 64 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().
Inform* StaticIpplInfo::Warn |
Definition at line 27 of file StaticIpplInfo.h.
Referenced by IpplInfo::pop(), and IpplInfo::stash().