AUTHORS.md
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
auto_test.py
setup.py
test_config.json
charm4py/__init__.py
charm4py/_version.py
charm4py/chare.py
charm4py/charm.py
charm4py/entry_method.py
charm4py/interactive.py
charm4py/libcharm_version
charm4py/pool.py
charm4py/reduction.py
charm4py/threads.py
charm4py/wait.py
charm4py.egg-info/PKG-INFO
charm4py.egg-info/SOURCES.txt
charm4py.egg-info/dependency_links.txt
charm4py.egg-info/entry_points.txt
charm4py.egg-info/requires.txt
charm4py.egg-info/top_level.txt
charm4py/charmlib/__init__.py
charm4py/charmlib/ccharm.pxd
charm4py/charmlib/charmlib_cffi.py
charm4py/charmlib/charmlib_cffi_build.py
charm4py/charmlib/charmlib_ctypes.py
charm4py/charmlib/charmlib_cython.pyx
charm_src/charm.tar.gz
charmrun/__init__.py
charmrun/start.py
docs/Makefile
docs/array-api.rst
docs/benchmarks.rst
docs/chare-api.rst
docs/charm-api.rst
docs/conf.py
docs/contact.rst
docs/core-api.rst
docs/features.rst
docs/futures-api.rst
docs/group-api.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/options-api.rst
docs/overview.rst
docs/performance.rst
docs/pool.rst
docs/proxy-api.rst
docs/readonlies-api.rst
docs/reducer-api.rst
docs/release-notes.rst
docs/running.rst
docs/tutorial.rst
docs/images/leanmd-bluewaters.svg
examples/hello/array_hello.py
examples/hello/cons_args_hello.py
examples/hello/dynamic_array.py
examples/hello/group_hello.py
examples/hello/group_hello2.py
examples/multi-module/goodbye.py
examples/multi-module/hello.py
examples/multi-module/main.py
examples/parallel-map/parmap.py
examples/particle/particle.py
examples/pool/fib.py
examples/pool/pool1.py
examples/stencil3d/stencil3d.py
examples/stencil3d/stencil3d_numba.py
examples/tutorial/chares.py
examples/tutorial/hello_world.py
examples/tutorial/hello_world2.py
examples/tutorial/reduction.py
examples/tutorial/start.py
examples/wave2d/wave2d.py
tests/charm_remote.py
tests/array_maps/test1.py
tests/benchmark/pingpong.py
tests/collections/test.py
tests/dcopy/test_dcopy.py
tests/element_proxy/array_element_proxy.py
tests/element_proxy/group_element_proxy.py
tests/futures/multi_futures.py
tests/futures/test_futures.py
tests/migration/chare_migration.py
tests/migration/test_migrate.py
tests/pool/pool.py
tests/pool/pool_ncores.py
tests/reductions/allreduce.py
tests/reductions/array_reduction.py
tests/reductions/bench_reductions.py
tests/reductions/custom_reduction.py
tests/reductions/future_reduction.py
tests/reductions/group_reduction.py
tests/reductions/test_gather.py
tests/thread_entry_methods/future_bcast.py
tests/thread_entry_methods/future_reduction.py
tests/thread_entry_methods/test1.py
tests/thread_entry_methods/test1_when.py
tests/thread_entry_methods/test_main.py
tests/thread_entry_methods/test_wait.py
tests/trees/topo_treeAPI.py
tests/when/perf_test.py
tests/when/test_when_syntax.py
tests/when/when_test.py
tests/when/when_test2.py