Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
PRealm::Runtime Member List

This is the complete list of members for PRealm::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)PRealm::Runtime
Realm::Runtime::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)PRealm::Runtime
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)PRealm::Runtime
configure_from_command_line(std::vector< std::string > &cmdline, bool remove_realm_args=false)PRealm::Runtime
create_configs(int argc, char **argv)Realm::Runtime
finish_configure(void)PRealm::Runtime
get_library_version()Realm::Runtimestatic
get_module(const char *name)PRealm::Runtimeinline
get_module_config(const std::string &name) constRealm::Runtime
get_module_untyped(const char *name)PRealm::Runtimeprotected
get_runtime(void)PRealm::Runtimestatic
implRealm::Runtimeprotected
init(int *argc, char ***argv)PRealm::Runtime
network_init(int *argc, char ***argv)Realm::Runtime
network_init(const KeyValueStoreVtable &vtable)Realm::Runtime
ONE_TASK_ONLY enum valueRealm::Runtime
ONE_TASK_PER_NODE enum valueRealm::Runtime
ONE_TASK_PER_PROC enum valueRealm::Runtime
operator=(const Realm::Runtime &r)PRealm::Runtimeinline
operator=(const Runtime &r)=defaultPRealm::Runtime
operator=(Runtime &&r)=defaultPRealm::Runtime
parse_command_line(int argc, char **argv)PRealm::Runtime
parse_command_line(std::vector< std::string > &cmdline, bool remove_realm_args=false)PRealm::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::Runtimeinline
register_reduction(Event &event, ReductionOpID redop_id, const ReductionOpUntyped *redop)Realm::Runtime
register_reduction(ReductionOpID redop_id, const ReductionOpUntyped *redop)Realm::Runtimeinline
register_reduction(ReductionOpID redop_id)Realm::Runtimeinline
register_reduction(Event &event, ReductionOpID redop_id)Realm::Runtimeinline
register_task(Processor::TaskFuncID taskid, Processor::TaskFuncPtr taskptr)PRealm::Runtime
RunStyle enum nameRealm::Runtime
Runtime(const Realm::Runtime &r)PRealm::Runtimeinline
Runtime(const Runtime &r)=defaultPRealm::Runtime
Runtime(Runtime &&r)=defaultPRealm::Runtime
Realm::Runtime::Runtime(void)Realm::Runtime
shutdown(Event wait_on=Event::NO_EVENT, int result_code=0)PRealm::Runtime
Realm::Runtime::shutdown(Event wait_on=Event::NO_EVENT, int result_code=0)Realm::Runtime
start(void)PRealm::Runtime
wait_for_shutdown(void)PRealm::Runtime
~Runtime(void)Realm::Runtimeinline