

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 | |
| int * | locations |
| int | objs_per_block |
| int | PE_per_block |
| enum ConfigurableRRMapLoadStatus | state |
Definition at line 594 of file cklocation.C.
labels for states used when parsing the ConfigurableRRMap from ARGV
Definition at line 602 of file cklocation.C.
| ConfigurableRRMapLoader::ConfigurableRRMapLoader | ( | ) | [inline] |
Definition at line 610 of file cklocation.C.
| bool ConfigurableRRMapLoader::haveConfiguration | ( | ) | [inline] |
load configuration if possible, and return whether a valid configuration exists
Definition at line 618 of file cklocation.C.
References CkGetArgv(), Converse::CkMyPe(), and CmiGetArgString().
Referenced by haveConfigurableRRMap().
Definition at line 608 of file cklocation.C.
1.5.5