AUTHORS.md
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
auto_test.py
setup.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
charm_src/charm.tar.gz
charmpy/__init__.py
charmpy/chare.py
charmpy/charm.py
charmpy/entry_method.py
charmpy/libcharm_version
charmpy/reduction.py
charmpy/threads.py
charmpy/wait.py
charmpy/charmlib/__init__.py
charmpy/charmlib/ccharm.pxd
charmpy/charmlib/charmlib_cffi.py
charmpy/charmlib/charmlib_cffi_build.py
charmpy/charmlib/charmlib_ctypes.py
charmpy/charmlib/charmlib_cython.pyx
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/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/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/array_maps/test1.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/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