

Public Types | |
| enum | ConfigurableRRMapLoadStatus { not_loaded, loaded_found, loaded_not_found } |
| labels for states used when parsing the ConfigurableRRMap from ARGV More... | |
Public Member Functions | |
| ConfigurableRRMapLoader () | |
| bool | haveConfiguration () |
| load configuration if possible, and return whether a valid configuration exists | |
Data Fields | |
| std::vector< int > | locations |
| int | objs_per_block |
| int | PE_per_block |
| enum ConfigurableRRMapLoadStatus | state |
Definition at line 1043 of file cklocation.C.
labels for states used when parsing the ConfigurableRRMap from ARGV
Definition at line 1051 of file cklocation.C.
| ConfigurableRRMapLoader::ConfigurableRRMapLoader | ( | ) | [inline] |
Definition at line 1059 of file cklocation.C.
| bool ConfigurableRRMapLoader::haveConfiguration | ( | ) | [inline] |
load configuration if possible, and return whether a valid configuration exists
Definition at line 1066 of file cklocation.C.
References argv, CkGetArgv(), Converse::CkMyPe(), and CmiGetArgString().
Referenced by haveConfigurableRRMap().


| std::vector<int> ConfigurableRRMapLoader::locations |
Definition at line 1057 of file cklocation.C.
1.5.5