Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mpi4py/mpi4py
/ functions
Functions
2,865 in github.com/mpi4py/mpi4py
⨍
Functions
2,865
◇
Types & classes
551
↳
Endpoints
12
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
← previous
next →
1,101–1,200 of 2,865, ranked by callers