Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mpi4py/mpi4py
/ functions
Functions
2,865 in github.com/mpi4py/mpi4py
⨍
Functions
2,865
◇
Types & classes
551
↳
Endpoints
12
↓ 9 callers
Method
starmap
( self, fn, iterable, timeout=None, chunksize=1, unordered=Fal
test/test_util_pool.py:434
↓ 8 callers
Method
alltoall
All to All Scatter/Gather.
src/mpi4py/util/pkl5.py:713
↓ 8 callers
Method
dumps
(o)
test/test_pickle.py:119
↓ 8 callers
Function
memzero
(m)
test/test_rma.py:18
↓ 7 callers
Function
StartWaitFree
(request)
test/test_cco_pr_ngh_buf.py:49
↓ 7 callers
Method
__init__
(self, ctype)
conf/mpiapigen.py:189
↓ 7 callers
Method
__init__
(self, include=None, exclude=None)
test/main.py:300
↓ 7 callers
Method
_test_strided
(self, combiner)
test/test_io.py:495
↓ 7 callers
Method
apply_async
Asynchronous version of `apply()` returning `ApplyResult`.
src/mpi4py/util/pool.py:87
↓ 7 callers
Method
bsend
Blocking send in buffered mode.
src/mpi4py/util/pkl5.py:643
↓ 7 callers
Method
close
Prevent any more tasks from being submitted to the pool.
src/mpi4py/util/pool.py:232
↓ 7 callers
Method
ibsend
Nonblocking send in buffered mode.
src/mpi4py/util/pkl5.py:656
↓ 7 callers
Method
imap_unordered
Like `imap()` but ordering of results is arbitrary.
src/mpi4py/util/pool.py:152
↓ 7 callers
Function
import_command
(cmd)
conf/mpidistutils.py:468
↓ 7 callers
Method
istarmap
Like `starmap()` but return an `iterator`. Equivalent to ``itertools.starmap(func, iterable)``.
src/mpi4py/util/pool.py:201
↓ 7 callers
Method
map
( self, fn, iterable, timeout=None, chunksize=1, unordered=Fal
test/test_util_pool.py:418
↓ 7 callers
Function
os_environ_get
(name, default=None)
src/mpi4py/futures/_core.py:111
↓ 7 callers
Function
set_abort_status
Terminate MPI execution environment at Python exit. Terminate MPI execution environment at Python exit by calling ``MPI.COMM_WORLD.Abort(stat
src/mpi4py/run.py:56
↓ 7 callers
Function
win_lock
(win, rank, *args, **kwargs)
test/test_rma_nb.py:23
↓ 6 callers
Method
__dlpack__
( self, stream=None, max_version=None, dl_device=None, copy=None,
test/test_msgspec.py:75
↓ 6 callers
Function
_info_datatype
()
src/mpi4py/util/pkl5.py:70
↓ 6 callers
Function
_recv_raw
(comm, recv, buf, source, tag, status=None)
src/mpi4py/util/pkl5.py:130
↓ 6 callers
Function
_send_raw
(comm, send, data, bufs, dest, tag)
src/mpi4py/util/pkl5.py:98
↓ 6 callers
Function
_verbose_info
(message, verbosity=1)
src/mpi4py/_mpiabi.py:17
↓ 6 callers
Function
abi3
(y_min=10, y_max=10)
cibw/setup-matrix.py:25
↓ 6 callers
Function
build_backend
(name=None)
conf/builder.py:35
↓ 6 callers
Method
check
(self, test)
test/test_msgspec.py:476
↓ 6 callers
Method
check
(self, test)
test/test_msgspec.py:1291
↓ 6 callers
Function
cp3
(y_min=8, y_max=14)
cibw/setup-matrix.py:17
↓ 6 callers
Function
create_future
(state=PENDING, exception=None, result=None)
demo/futures/test_futures.py:30
↓ 6 callers
Function
cumsum
(seq)
test/test_cco_obj.py:9
↓ 6 callers
Method
get_status
Non-destructive test for the completion of a request.
src/mpi4py/util/pkl5.py:543
↓ 6 callers
Function
import_MPI
()
test/mpitestutil.py:15
↓ 6 callers
Method
map_async
Asynchronous version of `map()` returning `MapResult`.
src/mpi4py/util/pool.py:124
↓ 6 callers
Method
reset
(self)
src/mpi4py/futures/_core.py:145
↓ 6 callers
Function
send
(comm, buf, dest, tag)
src/mpi4py/util/pkl5.py:121
↓ 6 callers
Function
set_comm_server
(intracomm)
src/mpi4py/futures/_core.py:1201
↓ 6 callers
Function
try_dtype
(*args)
test/test_util_dtlib.py:134
↓ 6 callers
Function
usage
(errmess=None)
src/mpi4py/run.py:188
↓ 6 callers
Function
writeln
(self, arg=None)
test/main.py:266
↓ 5 callers
Method
__init__
(self, arg, typecode, shape=None)
test/arrayimpl.py:170
↓ 5 callers
Method
_count_fetch_and_op
(self, value, op)
src/mpi4py/util/sync.py:245
↓ 5 callers
Function
_create_parser
(cmd="", usage=None)
src/mpi4py/bench.py:15
↓ 5 callers
Function
_is_aligned
Determine whether an MPI datatype is aligned.
src/mpi4py/util/dtlib.py:31
↓ 5 callers
Function
_isend
(comm, isend, obj, dest, tag)
src/mpi4py/util/pkl5.py:120
↓ 5 callers
Method
assertFailure
(self, status, expected)
demo/test-run/test_run.py:90
↓ 5 callers
Method
assertMPIAbort
(self, stdout, stderr, message=None)
demo/test-run/test_run.py:105
↓ 5 callers
Function
capture_stderr
(filename=os.devnull)
conf/mpidistutils.py:302
↓ 5 callers
Function
check_errhandler
(obj)
demo/init-fini/test_0.py:35
↓ 5 callers
Function
cp3t
(y_min=13, y_max=14)
cibw/setup-matrix.py:21
↓ 5 callers
Function
docstring
(obj)
docs/source/apidoc.py:84
↓ 5 callers
Method
execute
(self, counter, its, condition=True)
test/test_util_sync.py:95
↓ 5 callers
Method
execute
(self, args="", np=1)
demo/test-run/test_run.py:138
↓ 5 callers
Method
finalize_options
(self)
conf/mpidistutils.py:1144
↓ 5 callers
Method
get_exe_fullpath
(self, exe, build_dir=None)
conf/mpidistutils.py:1345
↓ 5 callers
Method
has_executables
(self)
conf/mpidistutils.py:1152
↓ 5 callers
Method
init
(self, name, **kwargs)
conf/mpiapigen.py:161
↓ 5 callers
Method
initialize_options
(self)
conf/mpidistutils.py:1139
↓ 5 callers
Function
libname
(name, version=None)
src/mpi4py/_mpiabi.py:158
↓ 5 callers
Function
main
Entry point for ``python -m mpi4py.futures ...``.
src/mpi4py/futures/__main__.py:12
↓ 5 callers
Method
make_intercomm
(basecomm)
test/test_util_pkl5.py:673
↓ 5 callers
Method
next
(self, increment=1)
demo/nxtval/nxtval-scalable.py:94
↓ 5 callers
Method
next
(self, increment=1)
demo/nxtval/nxtval-mpi3.py:27
↓ 5 callers
Method
ready
Return whether the call has completed.
src/mpi4py/util/pool.py:297
↓ 5 callers
Function
recv
(comm, buf, source, tag)
src/mpi4py/util/pkl5.py:361
↓ 5 callers
Function
signature
(obj)
docs/source/apidoc.py:78
↓ 5 callers
Method
successful
Return whether the call completed without raising an exception. If the result is not ready then raise `ValueError`.
src/mpi4py/util/pool.py:301
↓ 5 callers
Function
usage
(error=None)
src/mpi4py/futures/__main__.py:25
↓ 4 callers
Function
PyMPI_Type_block
src/lib-mpi/fallback.h:328
↓ 4 callers
Function
ReduceScatter
(smsg, rmsg, rcounts)
test/test_msgspec.py:1548
↓ 4 callers
Method
__reduce__
(self)
src/mpi4py/futures/_core.py:410
↓ 4 callers
Function
_chunksize
(pool, iterable, chunksize)
src/mpi4py/util/pool.py:323
↓ 4 callers
Function
_get_p2p_backend
()
src/mpi4py/util/pkl5.py:355
↓ 4 callers
Function
_get_request
(comm)
src/mpi4py/futures/_core.py:593
↓ 4 callers
Function
_info_alloc
(size)
src/mpi4py/util/pkl5.py:81
↓ 4 callers
Function
_info_typecode
()
src/mpi4py/util/pkl5.py:66
↓ 4 callers
Function
_info_unpack
(info)
src/mpi4py/util/pkl5.py:87
↓ 4 callers
Function
_mprobe
(comm, mprobe, source, tag, status)
src/mpi4py/util/pkl5.py:168
↓ 4 callers
Method
_release
(self)
src/mpi4py/util/sync.py:219
↓ 4 callers
Function
allclose
(a, b, rtol=1.0e-5, atol=1.0e-8)
test/test_pack.py:10
↓ 4 callers
Function
allocate
(nbytes)
src/mpi4py/bench.py:361
↓ 4 callers
Method
array
(self, typecode, initializer)
test/test_msgspec.py:346
↓ 4 callers
Method
cancel
(self, completed)
test/test_grequest.py:23
↓ 4 callers
Method
checkHandle
(self, oldcomm)
test/test_comm_topo.py:55
↓ 4 callers
Function
create_topo_comms
(comm)
test/test_cco_ngh_buf.py:7
↓ 4 callers
Function
del_comm_server
()
src/mpi4py/futures/_core.py:1205
↓ 4 callers
Method
find_spec
Find MPI ABI extension module spec.
src/mpi4py/_mpiabi.py:287
↓ 4 callers
Function
fix_compiler_cmd
(cc, mpicc)
conf/mpidistutils.py:113
↓ 4 callers
Method
free
Free mutex resources.
src/mpi4py/util/sync.py:325
↓ 4 callers
Function
get_build_backend_name
(name=None)
conf/builder.py:16
↓ 4 callers
Function
get_neighbors_count
(comm)
test/test_cco_ngh_buf.py:34
↓ 4 callers
Function
getarg
(opt, default=None)
demo/futures/test_service.py:7
↓ 4 callers
Function
getpackageinfo
(pkg)
test/main.py:210
↓ 4 callers
Function
has_mpi_appnum
()
test/mpitestutil.py:61
↓ 4 callers
Function
import_mpi4py
src/mpi4py/include/mpi4py/mpi4py.h:29
↓ 4 callers
Method
istarmap_unordered
Like `istarmap()` but ordering of results is arbitrary.
src/mpi4py/util/pool.py:218
↓ 4 callers
Function
istypevar
(obj)
docs/source/conf.py:216
↓ 4 callers
Method
join
(self)
src/mpi4py/futures/_core.py:207
↓ 4 callers
Function
maketemp
(prefix)
test/test_file.py:10
↓ 4 callers
Function
mkzeros
(n)
test/test_rma.py:14
← previous
next →
101–200 of 2,865, ranked by callers