
#include <ckio.h>

Public Member Functions | |
| Options () | |
| void | pup (PUP::er &p) |
Data Fields | |
| size_t | peStripe |
| How much contiguous data (in bytes) should be assigned to each active PE. | |
| size_t | writeStripe |
| How much contiguous data (in bytes) should a PE gather before writing it out. | |
| int | activePEs |
| How many PEs should participate in this activity. | |
| int | basePE |
| Which PE should be the first to participate in this activity. | |
| int | skipPEs |
| How should active PEs be spaced out? | |
Definition at line 15 of file ckio.h.
| void Ck::IO::Options::pup | ( | PUP::er & | p | ) | [inline] |
| size_t Ck::IO::Options::peStripe |
How much contiguous data (in bytes) should be assigned to each active PE.
Definition at line 21 of file ckio.h.
Referenced by pup(), and Ck::IO::Manager::write().
| size_t Ck::IO::Options::writeStripe |
How many PEs should participate in this activity.
Definition at line 25 of file ckio.h.
Referenced by Ck::IO::Manager::lastActivePE(), and pup().
Which PE should be the first to participate in this activity.
Definition at line 27 of file ckio.h.
Referenced by Ck::IO::Manager::lastActivePE(), pup(), and Ck::IO::Manager::write().
How should active PEs be spaced out?
Definition at line 29 of file ckio.h.
Referenced by Ck::IO::Manager::lastActivePE(), pup(), and Ck::IO::Manager::write().
1.5.5