CHANGES.rst
DESCRIPTION.rst
LICENSE.rst
MANIFEST.in
README.rst
mpi.cfg
pyproject.toml
setup.cfg
setup.py
conf/CMakeLists.txt
conf/coverage-helper.py
conf/coverage.sh
conf/cyautodoc.py
conf/cythonize.bat
conf/cythonize.py
conf/cythonize.sh
conf/docutils.conf
conf/epydoc.cfg
conf/epydocify.py
conf/mpiconfig.py
conf/mpidistutils.py
conf/mpiregexes.py
conf/mpiscanner.py
conf/mpistubgen.py
conf/mypy.ini
conf/mypy.stubtest.allow.txt
conf/requirements-build-cython.txt
conf/requirements-docs.txt
conf/mpiuni/mpi.h
conf/nompi/mpi.h
demo/README.txt
demo/helloworld.c
demo/helloworld.cxx
demo/helloworld.f08
demo/helloworld.f90
demo/helloworld.py
demo/makefile
demo/osu_allgather.py
demo/osu_alltoall.py
demo/osu_alltoallv.py
demo/osu_barrier.py
demo/osu_bcast.py
demo/osu_bibw.py
demo/osu_bw.py
demo/osu_gather.py
demo/osu_latency.py
demo/osu_multi_lat.py
demo/osu_scatter.py
demo/python-config
demo/compute-pi/README.txt
demo/compute-pi/cpi-cco.py
demo/compute-pi/cpi-dpm.py
demo/compute-pi/cpi-rma.py
demo/compute-pi/makefile
demo/cuda-aware-mpi/use_cupy.py
demo/cuda-aware-mpi/use_numba.py
demo/cython/helloworld.pyx
demo/cython/makefile
demo/cython/mpi-compat.h
demo/embedding/helloworld.c
demo/embedding/makefile
demo/futures/makefile
demo/futures/perf_crawl.py
demo/futures/perf_primes.py
demo/futures/run_crawl.py
demo/futures/run_julia.py
demo/futures/run_mandelbrot.py
demo/futures/run_primes.py
demo/futures/test_futures.py
demo/futures/test_service.py
demo/futures/test_service.sh
demo/init-fini/makefile
demo/init-fini/runtests.bat
demo/init-fini/runtests.sh
demo/init-fini/test_0.py
demo/init-fini/test_1.py
demo/init-fini/test_2a.py
demo/init-fini/test_2b.py
demo/init-fini/test_3.py
demo/init-fini/test_4.py
demo/init-fini/test_5.py
demo/libmpi-cffi/apigen.py
demo/libmpi-cffi/build.py
demo/libmpi-cffi/makefile
demo/libmpi-cffi/test_helloworld.py
demo/libmpi-cffi/test_latency.py
demo/libmpi-cffi/test_ringtest.py
demo/mandelbrot/makefile
demo/mandelbrot/mandelbrot-master.py
demo/mandelbrot/mandelbrot-seq.py
demo/mandelbrot/mandelbrot-worker.f90
demo/mandelbrot/mandelbrot.py
demo/mpe-logging/cpilog.py
demo/mpe-logging/makefile
demo/mpe-logging/ring.py
demo/mpe-logging/threads.py
demo/mpi-ref-v1/README.txt
demo/mpi-ref-v1/ex-2.01.py
demo/mpi-ref-v1/ex-2.08.py
demo/mpi-ref-v1/ex-2.16.py
demo/mpi-ref-v1/ex-2.29.py
demo/mpi-ref-v1/ex-2.32.py
demo/mpi-ref-v1/ex-2.34.py
demo/mpi-ref-v1/ex-2.35.py
demo/mpi-ref-v1/ex-3.01.py
demo/mpi-ref-v1/ex-3.02.py
demo/mpi-ref-v1/ex-3.03.py
demo/mpi-ref-v1/ex-3.04.py
demo/mpi-ref-v1/ex-3.05.py
demo/mpi-ref-v1/ex-3.06.py
demo/mpi-ref-v1/ex-3.07.py
demo/mpi-ref-v1/ex-3.08.py
demo/mpi-ref-v1/ex-3.09.py
demo/mpi-ref-v1/ex-3.11.py
demo/mpi-ref-v1/ex-3.12.py
demo/mpi-ref-v1/ex-3.13.py
demo/mpi-ref-v1/makefile
demo/mpi-ref-v1/runtests.bat
demo/mpi-ref-v1/runtests.sh
demo/nxtval/makefile
demo/nxtval/nxtval-dynproc.py
demo/nxtval/nxtval-mpi3.py
demo/nxtval/nxtval-onesided.py
demo/nxtval/nxtval-scalable.py
demo/nxtval/nxtval-threads.py
demo/nxtval/runtests.bat
demo/nxtval/runtests.sh
demo/reductions/makefile
demo/reductions/reductions.py
demo/reductions/runtests.bat
demo/reductions/runtests.sh
demo/reductions/test_reductions.py
demo/sequential/makefile
demo/sequential/runtests.bat
demo/sequential/runtests.sh
demo/sequential/seq.py
demo/sequential/test_seq.py
demo/spawning/cpi-master.c
demo/spawning/cpi-master.cxx
demo/spawning/cpi-master.f90
demo/spawning/cpi-master.py
demo/spawning/cpi-worker.c
demo/spawning/cpi-worker.cxx
demo/spawning/cpi-worker.f90
demo/spawning/cpi-worker.py
demo/spawning/makefile
demo/test-run/makefile
demo/test-run/run-script.py
demo/test-run/test_run.py
demo/threads/makefile
demo/threads/sendrecv.py
demo/vampirtrace/cpilog.py
demo/vampirtrace/makefile
demo/vampirtrace/ring.py
demo/vampirtrace/threads.py
demo/wrap-boost/helloworld.cxx
demo/wrap-boost/makefile
demo/wrap-boost/test.py
demo/wrap-c/helloworld.c
demo/wrap-c/makefile
demo/wrap-c/test.py
demo/wrap-cffi/helloworld.c
demo/wrap-cffi/helloworld.py
demo/wrap-cffi/makefile
demo/wrap-cffi/test.py
demo/wrap-ctypes/helloworld.c
demo/wrap-ctypes/helloworld.py
demo/wrap-ctypes/makefile
demo/wrap-ctypes/test.py
demo/wrap-cython/helloworld.pyx
demo/wrap-cython/makefile
demo/wrap-cython/mpi-compat.h
demo/wrap-cython/test.py
demo/wrap-f2py/helloworld.f90
demo/wrap-f2py/makefile
demo/wrap-f2py/test.py
demo/wrap-swig/helloworld.i
demo/wrap-swig/makefile
demo/wrap-swig/test.py
docs/CHANGES.html
docs/LICENSE.html
docs/index.html
docs/index.rst
docs/mpi4py.1
docs/mpi4py.bib
docs/mpi4py.info
docs/mpi4py.pdf
docs/apiref/api-objects.txt
docs/apiref/class-tree.html
docs/apiref/class_hierarchy_for_cartcomm.png
docs/apiref/class_hierarchy_for_comm.png
docs/apiref/class_hierarchy_for_datatype.png
docs/apiref/class_hierarchy_for_distgraphc.png
docs/apiref/class_hierarchy_for_errhandler.png
docs/apiref/class_hierarchy_for_exception.png
docs/apiref/class_hierarchy_for_file.png
docs/apiref/class_hierarchy_for_graphcomm.png
docs/apiref/class_hierarchy_for_grequest.png
docs/apiref/class_hierarchy_for_group.png
docs/apiref/class_hierarchy_for_info.png
docs/apiref/class_hierarchy_for_intercomm.png
docs/apiref/class_hierarchy_for_intracomm.png
docs/apiref/class_hierarchy_for_memory.png
docs/apiref/class_hierarchy_for_message.png
docs/apiref/class_hierarchy_for_op.png
docs/apiref/class_hierarchy_for_pickle.png
docs/apiref/class_hierarchy_for_prequest.png
docs/apiref/class_hierarchy_for_rc.png
docs/apiref/class_hierarchy_for_request.png
docs/apiref/class_hierarchy_for_status.png
docs/apiref/class_hierarchy_for_topocomm.png
docs/apiref/class_hierarchy_for_win.png
docs/apiref/crarr.png
docs/apiref/epydoc.css
docs/apiref/epydoc.js
docs/apiref/frames.html
docs/apiref/help.html
docs/apiref/identifier-index.html
docs/apiref/index.html
docs/apiref/module-tree.html
docs/apiref/mpi4py-module.html
docs/apiref/mpi4py-pysrc.html
docs/apiref/mpi4py.MPI-module.html
docs/apiref/mpi4py.MPI.Cartcomm-class.html
docs/apiref/mpi4py.MPI.Comm-class.html
docs/apiref/mpi4py.MPI.Datatype-class.html
docs/apiref/mpi4py.MPI.Distgraphcomm-class.html
docs/apiref/mpi4py.MPI.Errhandler-class.html
docs/apiref/mpi4py.MPI.Exception-class.html
docs/apiref/mpi4py.MPI.File-class.html
docs/apiref/mpi4py.MPI.Graphcomm-class.html
docs/apiref/mpi4py.MPI.Grequest-class.html
docs/apiref/mpi4py.MPI.Group-class.html
docs/apiref/mpi4py.MPI.Info-class.html
docs/apiref/mpi4py.MPI.Intercomm-class.html
docs/apiref/mpi4py.MPI.Intracomm-class.html
docs/apiref/mpi4py.MPI.Message-class.html
docs/apiref/mpi4py.MPI.Op-class.html
docs/apiref/mpi4py.MPI.Pickle-class.html
docs/apiref/mpi4py.MPI.Prequest-class.html
docs/apiref/mpi4py.MPI.Request-class.html
docs/apiref/mpi4py.MPI.Status-class.html
docs/apiref/mpi4py.MPI.Topocomm-class.html
docs/apiref/mpi4py.MPI.Win-class.html
docs/apiref/mpi4py.MPI.memory-class.html
docs/apiref/mpi4py.Rc-class.html
docs/apiref/redirect.html
docs/apiref/toc-everything.html
docs/apiref/toc-mpi4py-module.html
docs/apiref/toc-mpi4py.MPI-module.html
docs/apiref/toc.html
docs/source/usrman/.gitignore
docs/source/usrman/Makefile
docs/source/usrman/apidoc.py
docs/source/usrman/appendix.rst
docs/source/usrman/citing.rst
docs/source/usrman/conf.py
docs/source/usrman/index.rst
docs/source/usrman/install.rst
docs/source/usrman/intro.rst
docs/source/usrman/make.bat
docs/source/usrman/mpi4py.MPI.rst
docs/source/usrman/mpi4py.futures.rst
docs/source/usrman/mpi4py.rst
docs/source/usrman/mpi4py.run.rst
docs/source/usrman/mpi4py.util.dtlib.rst
docs/source/usrman/mpi4py.util.pkl5.rst
docs/source/usrman/mpi4py.util.rst
docs/source/usrman/overview.rst
docs/source/usrman/reference.rst
docs/source/usrman/tutorial.rst
docs/source/usrman/_static/css/custom.css
docs/source/usrman/_templates/layout.html
docs/source/usrman/_templates/autosummary/class.rst
docs/source/usrman/_templates/autosummary/module.rst
docs/usrman/appendix.html
docs/usrman/citing.html
docs/usrman/genindex.html
docs/usrman/index.html
docs/usrman/install.html
docs/usrman/intro.html
docs/usrman/mpi4py.MPI.html
docs/usrman/mpi4py.futures.html
docs/usrman/mpi4py.html
docs/usrman/mpi4py.run.html
docs/usrman/mpi4py.util.dtlib.html
docs/usrman/mpi4py.util.html
docs/usrman/mpi4py.util.pkl5.html
docs/usrman/objects.inv
docs/usrman/overview.html
docs/usrman/py-modindex.html
docs/usrman/reference.html
docs/usrman/search.html
docs/usrman/searchindex.js
docs/usrman/tutorial.html
docs/usrman/_static/basic.css
docs/usrman/_static/classic.css
docs/usrman/_static/default.css
docs/usrman/_static/doctools.js
docs/usrman/_static/documentation_options.js
docs/usrman/_static/file.png
docs/usrman/_static/jquery-3.5.1.js
docs/usrman/_static/jquery.js
docs/usrman/_static/language_data.js
docs/usrman/_static/minus.png
docs/usrman/_static/plus.png
docs/usrman/_static/pygments.css
docs/usrman/_static/searchtools.js
docs/usrman/_static/sidebar.js
docs/usrman/_static/underscore-1.13.1.js
docs/usrman/_static/underscore.js
docs/usrman/_static/css/custom.css
docs/usrman/reference/mpi4py.MPI.AINT.html
docs/usrman/reference/mpi4py.MPI.ANY_SOURCE.html
docs/usrman/reference/mpi4py.MPI.ANY_TAG.html
docs/usrman/reference/mpi4py.MPI.APPNUM.html
docs/usrman/reference/mpi4py.MPI.Add_error_class.html
docs/usrman/reference/mpi4py.MPI.Add_error_code.html
docs/usrman/reference/mpi4py.MPI.Add_error_string.html
docs/usrman/reference/mpi4py.MPI.Aint_add.html
docs/usrman/reference/mpi4py.MPI.Aint_diff.html
docs/usrman/reference/mpi4py.MPI.Alloc_mem.html
docs/usrman/reference/mpi4py.MPI.Attach_buffer.html
docs/usrman/reference/mpi4py.MPI.BAND.html
docs/usrman/reference/mpi4py.MPI.BOOL.html
docs/usrman/reference/mpi4py.MPI.BOR.html
docs/usrman/reference/mpi4py.MPI.BOTTOM.html
docs/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html
docs/usrman/reference/mpi4py.MPI.BXOR.html
docs/usrman/reference/mpi4py.MPI.BYTE.html
docs/usrman/reference/mpi4py.MPI.CART.html
docs/usrman/reference/mpi4py.MPI.CHAR.html
docs/usrman/reference/mpi4py.MPI.CHARACTER.html
docs/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html
docs/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html
docs/usrman/reference/mpi4py.MPI.COMBINER_DUP.html
docs/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html
docs/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html
docs/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html
docs/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html
docs/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html
docs/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html
docs/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html
docs/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html
docs/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html
docs/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html
docs/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html
docs/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html
docs/usrman/reference/mpi4py.MPI.COMM_NULL.html
docs/usrman/reference/mpi4py.MPI.COMM_SELF.html
docs/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html
docs/usrman/reference/mpi4py.MPI.COMM_WORLD.html
docs/usrman/reference/mpi4py.MPI.COMPLEX.html
docs/usrman/reference/mpi4py.MPI.COMPLEX16.html
docs/usrman/reference/mpi4py.MPI.COMPLEX32.html
docs/usrman/reference/mpi4py.MPI.COMPLEX4.html
docs/usrman/reference/mpi4py.MPI.COMPLEX8.html
docs/usrman/reference/mpi4py.MPI.CONGRUENT.html
docs/usrman/reference/mpi4py.MPI.COUNT.html
docs/usrman/reference/mpi4py.MPI.CXX_BOOL.html
docs/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.C_BOOL.html
docs/usrman/reference/mpi4py.MPI.C_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.Cartcomm.html
docs/usrman/reference/mpi4py.MPI.Close_port.html
docs/usrman/reference/mpi4py.MPI.Comm.html
docs/usrman/reference/mpi4py.MPI.Compute_dims.html
docs/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html
docs/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html
docs/usrman/reference/mpi4py.MPI.DISP_CUR.html
docs/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html
docs/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html
docs/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html
docs/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html
docs/usrman/reference/mpi4py.MPI.DIST_GRAPH.html
docs/usrman/reference/mpi4py.MPI.DOUBLE.html
docs/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.DOUBLE_INT.html
docs/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html
docs/usrman/reference/mpi4py.MPI.Datatype.html
docs/usrman/reference/mpi4py.MPI.Detach_buffer.html
docs/usrman/reference/mpi4py.MPI.Distgraphcomm.html
docs/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html
docs/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html
docs/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html
docs/usrman/reference/mpi4py.MPI.ERR_ACCESS.html
docs/usrman/reference/mpi4py.MPI.ERR_AMODE.html
docs/usrman/reference/mpi4py.MPI.ERR_ARG.html
docs/usrman/reference/mpi4py.MPI.ERR_ASSERT.html
docs/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html
docs/usrman/reference/mpi4py.MPI.ERR_BASE.html
docs/usrman/reference/mpi4py.MPI.ERR_BUFFER.html
docs/usrman/reference/mpi4py.MPI.ERR_COMM.html
docs/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html
docs/usrman/reference/mpi4py.MPI.ERR_COUNT.html
docs/usrman/reference/mpi4py.MPI.ERR_DIMS.html
docs/usrman/reference/mpi4py.MPI.ERR_DISP.html
docs/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html
docs/usrman/reference/mpi4py.MPI.ERR_FILE.html
docs/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html
docs/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html
docs/usrman/reference/mpi4py.MPI.ERR_GROUP.html
docs/usrman/reference/mpi4py.MPI.ERR_INFO.html
docs/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html
docs/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html
docs/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html
docs/usrman/reference/mpi4py.MPI.ERR_INTERN.html
docs/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html
docs/usrman/reference/mpi4py.MPI.ERR_IO.html
docs/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html
docs/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html
docs/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html
docs/usrman/reference/mpi4py.MPI.ERR_NAME.html
docs/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html
docs/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html
docs/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html
docs/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html
docs/usrman/reference/mpi4py.MPI.ERR_OP.html
docs/usrman/reference/mpi4py.MPI.ERR_OTHER.html
docs/usrman/reference/mpi4py.MPI.ERR_PENDING.html
docs/usrman/reference/mpi4py.MPI.ERR_PORT.html
docs/usrman/reference/mpi4py.MPI.ERR_QUOTA.html
docs/usrman/reference/mpi4py.MPI.ERR_RANK.html
docs/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html
docs/usrman/reference/mpi4py.MPI.ERR_REQUEST.html
docs/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html
docs/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html
docs/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html
docs/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html
docs/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html
docs/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html
docs/usrman/reference/mpi4py.MPI.ERR_ROOT.html
docs/usrman/reference/mpi4py.MPI.ERR_SERVICE.html
docs/usrman/reference/mpi4py.MPI.ERR_SIZE.html
docs/usrman/reference/mpi4py.MPI.ERR_SPAWN.html
docs/usrman/reference/mpi4py.MPI.ERR_TAG.html
docs/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html
docs/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html
docs/usrman/reference/mpi4py.MPI.ERR_TYPE.html
docs/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html
docs/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html
docs/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html
docs/usrman/reference/mpi4py.MPI.ERR_WIN.html
docs/usrman/reference/mpi4py.MPI.Errhandler.html
docs/usrman/reference/mpi4py.MPI.Exception.html
docs/usrman/reference/mpi4py.MPI.FILE_NULL.html
docs/usrman/reference/mpi4py.MPI.FLOAT.html
docs/usrman/reference/mpi4py.MPI.FLOAT_INT.html
docs/usrman/reference/mpi4py.MPI.F_BOOL.html
docs/usrman/reference/mpi4py.MPI.F_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.F_DOUBLE.html
docs/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.F_FLOAT.html
docs/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.F_INT.html
docs/usrman/reference/mpi4py.MPI.File.html
docs/usrman/reference/mpi4py.MPI.Finalize.html
docs/usrman/reference/mpi4py.MPI.Free_mem.html
docs/usrman/reference/mpi4py.MPI.GRAPH.html
docs/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html
docs/usrman/reference/mpi4py.MPI.GROUP_NULL.html
docs/usrman/reference/mpi4py.MPI.Get_address.html
docs/usrman/reference/mpi4py.MPI.Get_error_class.html
docs/usrman/reference/mpi4py.MPI.Get_error_string.html
docs/usrman/reference/mpi4py.MPI.Get_library_version.html
docs/usrman/reference/mpi4py.MPI.Get_processor_name.html
docs/usrman/reference/mpi4py.MPI.Get_version.html
docs/usrman/reference/mpi4py.MPI.Graphcomm.html
docs/usrman/reference/mpi4py.MPI.Grequest.html
docs/usrman/reference/mpi4py.MPI.Group.html
docs/usrman/reference/mpi4py.MPI.HOST.html
docs/usrman/reference/mpi4py.MPI.IDENT.html
docs/usrman/reference/mpi4py.MPI.INFO_ENV.html
docs/usrman/reference/mpi4py.MPI.INFO_NULL.html
docs/usrman/reference/mpi4py.MPI.INT.html
docs/usrman/reference/mpi4py.MPI.INT16_T.html
docs/usrman/reference/mpi4py.MPI.INT32_T.html
docs/usrman/reference/mpi4py.MPI.INT64_T.html
docs/usrman/reference/mpi4py.MPI.INT8_T.html
docs/usrman/reference/mpi4py.MPI.INTEGER.html
docs/usrman/reference/mpi4py.MPI.INTEGER1.html
docs/usrman/reference/mpi4py.MPI.INTEGER16.html
docs/usrman/reference/mpi4py.MPI.INTEGER2.html
docs/usrman/reference/mpi4py.MPI.INTEGER4.html
docs/usrman/reference/mpi4py.MPI.INTEGER8.html
docs/usrman/reference/mpi4py.MPI.INT_INT.html
docs/usrman/reference/mpi4py.MPI.IN_PLACE.html
docs/usrman/reference/mpi4py.MPI.IO.html
docs/usrman/reference/mpi4py.MPI.Info.html
docs/usrman/reference/mpi4py.MPI.Init.html
docs/usrman/reference/mpi4py.MPI.Init_thread.html
docs/usrman/reference/mpi4py.MPI.Intercomm.html
docs/usrman/reference/mpi4py.MPI.Intracomm.html
docs/usrman/reference/mpi4py.MPI.Is_finalized.html
docs/usrman/reference/mpi4py.MPI.Is_initialized.html
docs/usrman/reference/mpi4py.MPI.Is_thread_main.html
docs/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html
docs/usrman/reference/mpi4py.MPI.LAND.html
docs/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html
docs/usrman/reference/mpi4py.MPI.LB.html
docs/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html
docs/usrman/reference/mpi4py.MPI.LOCK_SHARED.html
docs/usrman/reference/mpi4py.MPI.LOGICAL.html
docs/usrman/reference/mpi4py.MPI.LOGICAL1.html
docs/usrman/reference/mpi4py.MPI.LOGICAL2.html
docs/usrman/reference/mpi4py.MPI.LOGICAL4.html
docs/usrman/reference/mpi4py.MPI.LOGICAL8.html
docs/usrman/reference/mpi4py.MPI.LONG.html
docs/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html
docs/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html
docs/usrman/reference/mpi4py.MPI.LONG_INT.html
docs/usrman/reference/mpi4py.MPI.LONG_LONG.html
docs/usrman/reference/mpi4py.MPI.LOR.html
docs/usrman/reference/mpi4py.MPI.LXOR.html
docs/usrman/reference/mpi4py.MPI.Lookup_name.html
docs/usrman/reference/mpi4py.MPI.MAX.html
docs/usrman/reference/mpi4py.MPI.MAXLOC.html
docs/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html
docs/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html
docs/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html
docs/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html
docs/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html
docs/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html
docs/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html
docs/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html
docs/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html
docs/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html
docs/usrman/reference/mpi4py.MPI.MIN.html
docs/usrman/reference/mpi4py.MPI.MINLOC.html
docs/usrman/reference/mpi4py.MPI.MODE_APPEND.html
docs/usrman/reference/mpi4py.MPI.MODE_CREATE.html
docs/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html
docs/usrman/reference/mpi4py.MPI.MODE_EXCL.html
docs/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html
docs/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html
docs/usrman/reference/mpi4py.MPI.MODE_NOPUT.html
docs/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html
docs/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html
docs/usrman/reference/mpi4py.MPI.MODE_RDONLY.html
docs/usrman/reference/mpi4py.MPI.MODE_RDWR.html
docs/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html
docs/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html
docs/usrman/reference/mpi4py.MPI.MODE_WRONLY.html
docs/usrman/reference/mpi4py.MPI.Message.html
docs/usrman/reference/mpi4py.MPI.NO_OP.html
docs/usrman/reference/mpi4py.MPI.OFFSET.html
docs/usrman/reference/mpi4py.MPI.OP_NULL.html
docs/usrman/reference/mpi4py.MPI.ORDER_C.html
docs/usrman/reference/mpi4py.MPI.ORDER_F.html
docs/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html
docs/usrman/reference/mpi4py.MPI.Op.html
docs/usrman/reference/mpi4py.MPI.Open_port.html
docs/usrman/reference/mpi4py.MPI.PACKED.html
docs/usrman/reference/mpi4py.MPI.PROC_NULL.html
docs/usrman/reference/mpi4py.MPI.PROD.html
docs/usrman/reference/mpi4py.MPI.Pcontrol.html
docs/usrman/reference/mpi4py.MPI.Pickle.html
docs/usrman/reference/mpi4py.MPI.Prequest.html
docs/usrman/reference/mpi4py.MPI.Publish_name.html
docs/usrman/reference/mpi4py.MPI.Query_thread.html
docs/usrman/reference/mpi4py.MPI.REAL.html
docs/usrman/reference/mpi4py.MPI.REAL16.html
docs/usrman/reference/mpi4py.MPI.REAL2.html
docs/usrman/reference/mpi4py.MPI.REAL4.html
docs/usrman/reference/mpi4py.MPI.REAL8.html
docs/usrman/reference/mpi4py.MPI.REPLACE.html
docs/usrman/reference/mpi4py.MPI.REQUEST_NULL.html
docs/usrman/reference/mpi4py.MPI.ROOT.html
docs/usrman/reference/mpi4py.MPI.Register_datarep.html
docs/usrman/reference/mpi4py.MPI.Request.html
docs/usrman/reference/mpi4py.MPI.SEEK_CUR.html
docs/usrman/reference/mpi4py.MPI.SEEK_END.html
docs/usrman/reference/mpi4py.MPI.SEEK_SET.html
docs/usrman/reference/mpi4py.MPI.SHORT.html
docs/usrman/reference/mpi4py.MPI.SHORT_INT.html
docs/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html
docs/usrman/reference/mpi4py.MPI.SIGNED_INT.html
docs/usrman/reference/mpi4py.MPI.SIGNED_LONG.html
docs/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html
docs/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html
docs/usrman/reference/mpi4py.MPI.SIMILAR.html
docs/usrman/reference/mpi4py.MPI.SINT16_T.html
docs/usrman/reference/mpi4py.MPI.SINT32_T.html
docs/usrman/reference/mpi4py.MPI.SINT64_T.html
docs/usrman/reference/mpi4py.MPI.SINT8_T.html
docs/usrman/reference/mpi4py.MPI.SUBVERSION.html
docs/usrman/reference/mpi4py.MPI.SUCCESS.html
docs/usrman/reference/mpi4py.MPI.SUM.html
docs/usrman/reference/mpi4py.MPI.Status.html
docs/usrman/reference/mpi4py.MPI.TAG_UB.html
docs/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html
docs/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html
docs/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html
docs/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html
docs/usrman/reference/mpi4py.MPI.TWOINT.html
docs/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html
docs/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html
docs/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html
docs/usrman/reference/mpi4py.MPI.Topocomm.html
docs/usrman/reference/mpi4py.MPI.UB.html
docs/usrman/reference/mpi4py.MPI.UINT16_T.html
docs/usrman/reference/mpi4py.MPI.UINT32_T.html
docs/usrman/reference/mpi4py.MPI.UINT64_T.html
docs/usrman/reference/mpi4py.MPI.UINT8_T.html
docs/usrman/reference/mpi4py.MPI.UNDEFINED.html
docs/usrman/reference/mpi4py.MPI.UNEQUAL.html
docs/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html
docs/usrman/reference/mpi4py.MPI.UNSIGNED.html
docs/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html
docs/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html
docs/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html
docs/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html
docs/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html
docs/usrman/reference/mpi4py.MPI.UNWEIGHTED.html
docs/usrman/reference/mpi4py.MPI.Unpublish_name.html
docs/usrman/reference/mpi4py.MPI.VERSION.html
docs/usrman/reference/mpi4py.MPI.WCHAR.html
docs/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html
docs/usrman/reference/mpi4py.MPI.WIN_BASE.html
docs/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html
docs/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html
docs/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html
docs/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html
docs/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html
docs/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html
docs/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html
docs/usrman/reference/mpi4py.MPI.WIN_MODEL.html
docs/usrman/reference/mpi4py.MPI.WIN_NULL.html
docs/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html
docs/usrman/reference/mpi4py.MPI.WIN_SIZE.html
docs/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html
docs/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html
docs/usrman/reference/mpi4py.MPI.Win.html
docs/usrman/reference/mpi4py.MPI.Wtick.html
docs/usrman/reference/mpi4py.MPI.Wtime.html
docs/usrman/reference/mpi4py.MPI.get_vendor.html
docs/usrman/reference/mpi4py.MPI.html
docs/usrman/reference/mpi4py.MPI.memory.html
docs/usrman/reference/mpi4py.MPI.pickle.html
src/MPI.c
src/atimport.h
src/dynload.c
src/dynload.h
src/mpi.pth
src/mpi4py.MPI.c
src/msvcfix.h
src/pycompat.h
src/pympicommctx.h
src/pympistatus.h
src/pympivendor.h
src/python.c
src/lib-mpi/compat.h
src/lib-mpi/config.h
src/lib-mpi/fallback.h
src/lib-mpi/missing.h
src/lib-mpi/compat/lammpi.h
src/lib-mpi/compat/mpich.h
src/lib-mpi/compat/mpich1.h
src/lib-mpi/compat/mpich2.h
src/lib-mpi/compat/msmpi.h
src/lib-mpi/compat/openmpi.h
src/lib-mpi/compat/pcmpi.h
src/lib-mpi/compat/sicortex.h
src/lib-mpi/config/mpi-11.h
src/lib-mpi/config/mpi-12.h
src/lib-mpi/config/mpi-20.h
src/lib-mpi/config/mpi-22.h
src/lib-mpi/config/mpi-30.h
src/lib-mpi/config/mpi-31.h
src/lib-mpi/config/mpi-40.h
src/lib-mpi/config/mpi-io.h
src/lib-mpi/config/mpich.h
src/lib-mpi/config/mpich2.h
src/lib-mpi/config/msmpi.h
src/lib-mpi/config/openmpi.h
src/lib-mpi/config/unknown.h
src/lib-pmpi/mpe.c
src/lib-pmpi/vt-hyb.c
src/lib-pmpi/vt-mpi.c
src/lib-pmpi/vt.c
src/lib-pmpi/vt.h
src/mpi4py/MPI.pxd
src/mpi4py/MPI.pyi
src/mpi4py/MPI.pyx
src/mpi4py/__init__.pxd
src/mpi4py/__init__.py
src/mpi4py/__init__.pyi
src/mpi4py/__main__.py
src/mpi4py/__main__.pyi
src/mpi4py/bench.py
src/mpi4py/bench.pyi
src/mpi4py/dl.pyi
src/mpi4py/libmpi.pxd
src/mpi4py/py.typed
src/mpi4py/run.py
src/mpi4py/run.pyi
src/mpi4py.egg-info/PKG-INFO
src/mpi4py.egg-info/SOURCES.txt
src/mpi4py.egg-info/dependency_links.txt
src/mpi4py.egg-info/not-zip-safe
src/mpi4py.egg-info/top_level.txt
src/mpi4py/MPI/CAPI.pxi
src/mpi4py/MPI/Comm.pyx
src/mpi4py/MPI/Datatype.pyx
src/mpi4py/MPI/Errhandler.pyx
src/mpi4py/MPI/Exception.pyx
src/mpi4py/MPI/ExceptionC.pyx
src/mpi4py/MPI/ExceptionP.pyx
src/mpi4py/MPI/File.pyx
src/mpi4py/MPI/Group.pyx
src/mpi4py/MPI/Info.pyx
src/mpi4py/MPI/MPI.pyx
src/mpi4py/MPI/Message.pyx
src/mpi4py/MPI/Op.pyx
src/mpi4py/MPI/Request.pyx
src/mpi4py/MPI/Status.pyx
src/mpi4py/MPI/Win.pyx
src/mpi4py/MPI/asarray.pxi
src/mpi4py/MPI/asbuffer.pxi
src/mpi4py/MPI/ascaibuf.pxi
src/mpi4py/MPI/asdlpack.pxi
src/mpi4py/MPI/asmemory.pxi
src/mpi4py/MPI/asstring.pxi
src/mpi4py/MPI/atimport.pxi
src/mpi4py/MPI/attrimpl.pxi
src/mpi4py/MPI/commimpl.pxi
src/mpi4py/MPI/drepimpl.pxi
src/mpi4py/MPI/helpers.pxi
src/mpi4py/MPI/mpierrhdl.pxi
src/mpi4py/MPI/msgbuffer.pxi
src/mpi4py/MPI/msgpickle.pxi
src/mpi4py/MPI/opimpl.pxi
src/mpi4py/MPI/reqimpl.pxi
src/mpi4py/MPI/stdlib.pxi
src/mpi4py/MPI/typemap.pxi
src/mpi4py/MPI/typestr.pxi
src/mpi4py/MPI/typing.pxi
src/mpi4py/MPI/winimpl.pxi
src/mpi4py/futures/__init__.py
src/mpi4py/futures/__init__.pyi
src/mpi4py/futures/__main__.py
src/mpi4py/futures/__main__.pyi
src/mpi4py/futures/_base.py
src/mpi4py/futures/_core.py
src/mpi4py/futures/_core.pyi
src/mpi4py/futures/_lib.py
src/mpi4py/futures/_lib.pyi
src/mpi4py/futures/aplus.py
src/mpi4py/futures/aplus.pyi
src/mpi4py/futures/pool.py
src/mpi4py/futures/pool.pyi
src/mpi4py/futures/server.py
src/mpi4py/futures/server.pyi
src/mpi4py/include/mpi4py/mpi.pxi
src/mpi4py/include/mpi4py/mpi4py.MPI.h
src/mpi4py/include/mpi4py/mpi4py.MPI_api.h
src/mpi4py/include/mpi4py/mpi4py.h
src/mpi4py/include/mpi4py/mpi4py.i
src/mpi4py/util/__init__.py
src/mpi4py/util/__init__.pyi
src/mpi4py/util/dtlib.py
src/mpi4py/util/dtlib.pyi
src/mpi4py/util/pkl5.py
src/mpi4py/util/pkl5.pyi
test/arrayimpl.py
test/dlpackimpl.py
test/mpiunittest.py
test/runtests.py
test/spawn_child.py
test/test_address.py
test/test_attributes.py
test/test_cco_buf.py
test/test_cco_nb_buf.py
test/test_cco_nb_vec.py
test/test_cco_ngh_buf.py
test/test_cco_ngh_obj.py
test/test_cco_obj.py
test/test_cco_obj_inter.py
test/test_cco_vec.py
test/test_cffi.py
test/test_comm.py
test/test_comm_inter.py
test/test_comm_topo.py
test/test_ctypes.py
test/test_datatype.py
test/test_dl.py
test/test_doc.py
test/test_dynproc.py
test/test_environ.py
test/test_errhandler.py
test/test_errorcode.py
test/test_exceptions.py
test/test_file.py
test/test_fortran.py
test/test_grequest.py
test/test_group.py
test/test_info.py
test/test_io.py
test/test_memory.py
test/test_mpimem.py
test/test_msgspec.py
test/test_msgzero.py
test/test_objmodel.py
test/test_op.py
test/test_p2p_buf.py
test/test_p2p_buf_matched.py
test/test_p2p_obj.py
test/test_p2p_obj_matched.py
test/test_pack.py
test/test_pickle.py
test/test_rc.py
test/test_request.py
test/test_rma.py
test/test_rma_nb.py
test/test_spawn.py
test/test_status.py
test/test_subclass.py
test/test_threads.py
test/test_util_dtlib.py
test/test_util_pkl5.py
test/test_win.py