KMR context.
|
__init__(self,
comm,
info=None)
Makes a KMR context with a given MPI communicator (comm), which is
used in succeeding operations. |
source code
|
|
|
|
|
free(self)
Dismisses KMR (an alias of dismiss()). |
source code
|
|
|
|
|
create_kvs(self,
**opts)
Makes a new KVS (an alias of make_kvs()). |
source code
|
|
|
|
|
reply_to_spawner(self)
Sends a reply message from a spawned process. |
source code
|
|
|
get_spawner_communicator(self,
index)
Obtains a parent communicator of a spawned process. |
source code
|
|
|
send_kvs_to_spawner(self,
kvs)
Sends the KVS from a spawned process to the spawner. |
source code
|
|
|
set_option(self,
k,
v)
Sets KMR option, taking both arguments by strings. |
source code
|
|