MCPcopy Create free account

hub / github.com/mpi4py/mpi4py / functions

Functions2,865 in github.com/mpi4py/mpi4py

Method__init__
(self, ctype, cfields)
conf/mpiapigen.py:206
Method__init__
(self, crett, cname, cargs, calias=None)
conf/mpiapigen.py:220
Method__init__
(self, ctype, cname, calias)
conf/mpiapigen.py:240
Method__init__
(self, crett, cname, cargs, calias=None)
conf/mpiapigen.py:275
Method__init__
(self, cbase, ctype, calias=None)
conf/mpiapigen.py:308
Method__init__
(self, ctype, calias=None)
conf/mpiapigen.py:320
Method__init__
(self, cname, calias)
conf/mpiapigen.py:347
Method__init__
(self, *a, **k)
conf/mpiapigen.py:385
Method__init__
(self, *a, **k)
conf/mpiapigen.py:400
Method__init__
(self, *a, **k)
conf/mpiapigen.py:410
Method__init__
(self, *a, **k)
conf/mpiapigen.py:420
Method__init__
(self)
conf/mpiapigen.py:449
Method__init__
(self, arg, typecode, shape=None)
test/arrayimpl.py:224
Method__init__
(self, arg, typecode, shape=None)
test/arrayimpl.py:287
Method__init__
(self, arg, typecode, shape=None)
test/arrayimpl.py:297
Method__init__
(self, arg, typecode, shape=None, readonly=False)
test/arrayimpl.py:339
Method__init__
(self, arg, typecode, shape=None, readonly=False)
test/arrayimpl.py:348
Method__init__
(self, arg, typecode, shape=None, readonly=False)
test/arrayimpl.py:375
Method__init__
(self, arg, typecode, shape=None)
test/arrayimpl.py:425
Method__init__
(self, arg, typecode, shape=None, readonly=False)
test/arrayimpl.py:469
Method__init__
(self, func)
test/test_util_pool.py:48
Method__init__
(self, typecode, initializer)
test/test_msgspec.py:22
Method__init__
(self, typecode, initializer)
test/test_msgspec.py:65
Method__init__
(self, typecode, initializer)
test/test_msgspec.py:105
Method__init__
(self, *args)
test/test_msgspec.py:147
Method__init__
(self, arg)
test/test_win.py:14
Method__init__
(self, versionPredicateStr)
test/mpiunittest.py:38
Method__init__
Initialize options.
src/mpi4py/__init__.py:61
Method__init__
Initialize sequential execution. Args: comm: Intracommunicator context. tag: Tag for point-to-point communication.
src/mpi4py/util/sync.py:22
Method__init__
Initialize global counter. Args: start: Start value. step: Increment value. typecode: Type code as define
src/mpi4py/util/sync.py:70
Method__init__
Initialize mutex object. Args: comm: Intracommunicator context. recursive: Whether to allow recursive acquisition.
src/mpi4py/util/sync.py:156
Method__init__
Initialize condition variable. Args: mutex: Mutual exclusion object. recursive: Whether to allow recursive acquisitio
src/mpi4py/util/sync.py:339
Method__init__
Initialize semaphore object. Args: value: Initial value for internal counter. bounded: Bound internal counter to init
src/mpi4py/util/sync.py:560
Method__init__
(self)
src/mpi4py/util/pkl5.py:40
Method__init__
Initialize a new Pool instance. Args: processes: Number of worker processes. initializer: An callable used to initial
src/mpi4py/util/pool.py:28
Method__init__
Wrap a future object and register callbacks.
src/mpi4py/util/pool.py:263
Method__init__
(self, seconds=BACKOFF)
src/mpi4py/futures/_core.py:140
Method__init__
(self)
src/mpi4py/futures/_core.py:401
Method__init__
(self, mod_name)
src/mpi4py/futures/_core.py:889
Method__init__
(self)
src/mpi4py/futures/util.py:34
Method__init__
Initialize a new MPIPoolExecutor instance. Args: max_workers: The maximum number of MPI processes that can be used
src/mpi4py/futures/pool.py:22
Method__init__
Initialize a new MPICommExecutor instance. Args: comm: MPI (intra)communicator. root: Designated master process.
src/mpi4py/futures/pool.py:375
Method__init__
(self, *args, **kwargs)
docs/source/conf.py:182
Method__init__
(self, cc, ld=None)
demo/libmpi-cffi/build.py:21
Method__init__
(self, comm, init=0)
demo/nxtval/nxtval-scalable.py:37
Method__init__
(self, comm)
demo/nxtval/nxtval-scalable.py:110
Method__init__
(self, comm)
demo/nxtval/nxtval-mpi3.py:10
Method__init__
(self, comm)
demo/nxtval/nxtval-mpi3.py:42
Method__init__
(self, comm)
demo/nxtval/nxtval-threads.py:10
Method__init__
(self, comm)
demo/nxtval/nxtval-onesided.py:10
Method__init__
(self, comm)
demo/nxtval/nxtval-dynproc.py:9
Method__init__
(self, comm, ng=1, tag=0)
demo/sequential/seq.py:6
Method__init__
(self, value=0)
demo/futures/test_futures.py:1024
Method__init__
(self)
demo/futures/test_futures.py:1051
Method__iter__
(self)
conf/mpiapigen.py:518
Method__iter__
Implement ``iter(self)``.
src/mpi4py/util/sync.py:111
Method__len__
(self)
test/arrayimpl.py:126
Method__len__
(self)
test/test_msgspec.py:31
Method__ne__
Return ``self!=other``.
src/mpi4py/util/pkl5.py:515
Method__ne__
Return ``self!=other``.
src/mpi4py/util/pkl5.py:596
Method__new__
(cls, comm=None)
test/test_subclass.py:56
Method__new__
(cls, comm=None)
test/test_subclass.py:88
Method__new__
(cls, comm=None)
test/test_subclass.py:120
Method__new__
(cls, comm=None)
test/test_subclass.py:153
Method__new__
(cls, request=None)
test/test_subclass.py:187
Method__new__
(cls, request=None)
test/test_subclass.py:199
Method__new__
(cls, request=None)
test/test_subclass.py:214
Method__new__
(cls, info=None)
test/test_subclass.py:288
Method__new__
(cls, file=None)
test/test_subclass.py:406
Method__new__
Create and return a new object.
src/mpi4py/util/pkl5.py:499
Method__new__
Create and return a new object.
src/mpi4py/util/pkl5.py:580
Method__new__
(cls, comm=None)
demo/reductions/reductions.py:10
Method__next__
Implement ``next(self)``.
src/mpi4py/util/sync.py:115
Method__reduce__
(self)
src/mpi4py/futures/_core.py:78
Method__repr__
Return repr(self).
src/mpi4py/__init__.py:79
Method__set__
(self, obj, stmd)
conf/mpidistutils.py:1690
Method__set__
(self, obj, value)
conf/mpidistutils.py:1702
Method__setattr__
Set option.
src/mpi4py/__init__.py:65
Method__setitem__
(self, i, v)
test/arrayimpl.py:132
Method__setitem__
(self, item, value)
test/test_msgspec.py:37
Method__setstate__
(self, state)
demo/futures/test_futures.py:1033
Method__setstate__
(self, state)
demo/futures/test_futures.py:1046
Method__setstate__
(self, state)
demo/futures/test_futures.py:1058
Method__str__
(self)
test/mpiunittest.py:60
Method__sub__
(self, other)
test/test_win.py:23
Method_apply_args
(fn, args)
test/test_util_pool.py:452
Function_apply_chunks
(function, chunk)
src/mpi4py/futures/pool.py:326
Function_async_future_callback
(future, event, callback, error_callback)
src/mpi4py/util/pool.py:338
Function_chain_resolve
(ctx, old_future, on_success=None, on_failure=None)
src/mpi4py/futures/aplus.py:161
Method_clean
(self, *a, **kw)
conf/mpidistutils.py:769
Function_comm_executor_helper
(executor, comm, root)
src/mpi4py/futures/_core.py:534
Function_compose_cancel
(context, new_future)
src/mpi4py/futures/util.py:121
Function_compose_complete
(context, old_future)
src/mpi4py/futures/util.py:132
Method_counter_thread
(self)
demo/nxtval/nxtval-threads.py:21
Method_done_cb
(self, future)
src/mpi4py/futures/util.py:76
Function_fn_identity
(arg)
src/mpi4py/bench.py:433
Method_getDiscoveryArgParser
(self, parent)
test/main.py:343
Method_getMainArgParser
(self, parent)
test/main.py:338
Method_initialize_remote
(self)
src/mpi4py/futures/_core.py:413
Function_install_finder
()
src/mpi4py/_mpiabi.py:312
← previousnext →1,101–1,200 of 2,865, ranked by callers