![]() |
Realm
A distributed, event-based tasking library
|
This is the complete list of members for Realm::Runtime, including all inherited members.
| collective_spawn(Processor target_proc, Processor::TaskFuncID task_id, const void *args, size_t arglen, Event wait_on=Event::NO_EVENT, int priority=0) | Realm::Runtime | |
| collective_spawn_by_kind(Processor::Kind target_kind, Processor::TaskFuncID task_id, const void *args, size_t arglen, bool one_per_node=false, Event wait_on=Event::NO_EVENT, int priority=0) | Realm::Runtime | |
| configure_from_command_line(int argc, char **argv) | Realm::Runtime | |
| configure_from_command_line(std::vector< std::string > &cmdline, bool remove_realm_args=false) | Realm::Runtime | |
| create_configs(int argc, char **argv) | Realm::Runtime | |
| finish_configure(void) | Realm::Runtime | |
| get_library_version() | Realm::Runtime | static |
| get_module(const char *name) | Realm::Runtime | inline |
| get_module_config(const std::string &name) const | Realm::Runtime | |
| get_module_untyped(const char *name) | Realm::Runtime | protected |
| get_runtime(void) | Realm::Runtime | static |
| impl | Realm::Runtime | protected |
| init(int *argc, char ***argv) | Realm::Runtime | |
| network_init(int *argc, char ***argv) | Realm::Runtime | |
| network_init(const KeyValueStoreVtable &vtable) | Realm::Runtime | |
| ONE_TASK_ONLY enum value | Realm::Runtime | |
| ONE_TASK_PER_NODE enum value | Realm::Runtime | |
| ONE_TASK_PER_PROC enum value | Realm::Runtime | |
| operator=(const Runtime &r) | Realm::Runtime | inline |
| parse_command_line(int argc, char **argv) | Realm::Runtime | |
| parse_command_line(std::vector< std::string > &cmdline, bool remove_realm_args=false) | Realm::Runtime | |
| REALM_ATTR_DEPRECATED("use collective_spawn calls instead", void run(Processor::TaskFuncID task_id=0, RunStyle style=ONE_TASK_ONLY, const void *args=0, size_t arglen=0, bool background=false)) | Realm::Runtime | |
| register_custom_serdez(CustomSerdezID serdez_id, const CustomSerdezUntyped *serdez) | Realm::Runtime | |
| register_custom_serdez(CustomSerdezID serdez_id) | Realm::Runtime | inline |
| register_reduction(Event &event, ReductionOpID redop_id, const ReductionOpUntyped *redop) | Realm::Runtime | |
| register_reduction(ReductionOpID redop_id, const ReductionOpUntyped *redop) | Realm::Runtime | inline |
| register_reduction(ReductionOpID redop_id) | Realm::Runtime | inline |
| register_reduction(Event &event, ReductionOpID redop_id) | Realm::Runtime | inline |
| register_task(Processor::TaskFuncID taskid, Processor::TaskFuncPtr taskptr) | Realm::Runtime | |
| RunStyle enum name | Realm::Runtime | |
| Runtime(void) | Realm::Runtime | |
| Runtime(const Runtime &r) | Realm::Runtime | inline |
| shutdown(Event wait_on=Event::NO_EVENT, int result_code=0) | Realm::Runtime | |
| start(void) | Realm::Runtime | |
| wait_for_shutdown(void) | Realm::Runtime | |
| ~Runtime(void) | Realm::Runtime | inline |