|
| 1 | +AUTHORS.md |
| 2 | +CHANGES.rst |
| 3 | +LICENSE |
| 4 | +MANIFEST.in |
| 5 | +README.rst |
| 6 | +auto_test.py |
| 7 | +setup.py |
| 8 | +test_config.json |
| 9 | +charm4py/__init__.py |
| 10 | +charm4py/_version.py |
| 11 | +charm4py/c_object_store.cpp |
| 12 | +charm4py/c_object_store.pxd |
| 13 | +charm4py/c_object_store.pyx |
| 14 | +charm4py/channel.py |
| 15 | +charm4py/chare.py |
| 16 | +charm4py/charm.py |
| 17 | +charm4py/entry_method.py |
| 18 | +charm4py/interactive.py |
| 19 | +charm4py/libcharm_version |
| 20 | +charm4py/object_store.py |
| 21 | +charm4py/pool.py |
| 22 | +charm4py/reduction.py |
| 23 | +charm4py/sections.py |
| 24 | +charm4py/threads.py |
| 25 | +charm4py/wait.py |
| 26 | +charm4py.egg-info/PKG-INFO |
| 27 | +charm4py.egg-info/SOURCES.txt |
| 28 | +charm4py.egg-info/dependency_links.txt |
| 29 | +charm4py.egg-info/entry_points.txt |
| 30 | +charm4py.egg-info/requires.txt |
| 31 | +charm4py.egg-info/top_level.txt |
| 32 | +charm4py/charmlib/__init__.py |
| 33 | +charm4py/charmlib/ccharm.pxd |
| 34 | +charm4py/charmlib/charmlib_cffi.py |
| 35 | +charm4py/charmlib/charmlib_cffi_build.py |
| 36 | +charm4py/charmlib/charmlib_ctypes.py |
| 37 | +charm4py/charmlib/charmlib_cython.pyx |
| 38 | +charm4py/ray/__init__.py |
| 39 | +charm4py/ray/api.py |
| 40 | +charm_src/charm/include/charm.h |
| 41 | +charm_src/charm/include/spanningTree.h |
| 42 | +charmrun/__init__.py |
| 43 | +charmrun/start.py |
| 44 | +docs/Makefile |
| 45 | +docs/channels.rst |
| 46 | +docs/chare-api.rst |
| 47 | +docs/charm-api.rst |
| 48 | +docs/collections-api.rst |
| 49 | +docs/conf.py |
| 50 | +docs/contact.rst |
| 51 | +docs/examples.rst |
| 52 | +docs/features.rst |
| 53 | +docs/futures-api.rst |
| 54 | +docs/index.rst |
| 55 | +docs/install.rst |
| 56 | +docs/introduction.rst |
| 57 | +docs/make.bat |
| 58 | +docs/perf-tips.rst |
| 59 | +docs/pool.rst |
| 60 | +docs/profiling.rst |
| 61 | +docs/reductions-api.rst |
| 62 | +docs/release-notes.rst |
| 63 | +docs/rules.rst |
| 64 | +docs/running.rst |
| 65 | +docs/sections.rst |
| 66 | +docs/serialization.rst |
| 67 | +docs/tutorial.rst |
| 68 | +examples/dist-task-scheduler/scheduler.py |
| 69 | +examples/fibonacci/fib-numba.py |
| 70 | +examples/fibonacci/fib.py |
| 71 | +examples/hello/array_hello.py |
| 72 | +examples/hello/group_hello.py |
| 73 | +examples/hwmon/hwmon.py |
| 74 | +examples/jacobi/jacobi2d.py |
| 75 | +examples/multi-module/goodbye.py |
| 76 | +examples/multi-module/hello.py |
| 77 | +examples/multi-module/main.py |
| 78 | +examples/nqueen/nqueen-numba.py |
| 79 | +examples/nqueen/nqueen.py |
| 80 | +examples/parallel-map/square.py |
| 81 | +examples/particle/particle.py |
| 82 | +examples/pool/pool_fibonacci.py |
| 83 | +examples/pool/pool_simple.py |
| 84 | +examples/ray/batch_prediction.py |
| 85 | +examples/ray/fib.py |
| 86 | +examples/ray/model_selection.py |
| 87 | +examples/ray/parameter_server.py |
| 88 | +examples/ray/simple.py |
| 89 | +examples/simple/chares.py |
| 90 | +examples/simple/hello_world.py |
| 91 | +examples/simple/reduction.py |
| 92 | +examples/simple/start.py |
| 93 | +examples/wave2d/wave2d.py |
| 94 | +tests/charm_remote.py |
| 95 | +tests/array_maps/test1.py |
| 96 | +tests/benchmark/pingpong.py |
| 97 | +tests/callbacks/callbacks.py |
| 98 | +tests/callbacks/schedule_cb.py |
| 99 | +tests/channels/inorder.py |
| 100 | +tests/channels/iwait.py |
| 101 | +tests/channels/test1.py |
| 102 | +tests/channels/test2.py |
| 103 | +tests/channels/test_numpy.py |
| 104 | +tests/collections/async_array_creation.py |
| 105 | +tests/collections/proxies_same_name.py |
| 106 | +tests/collections/proxies_same_name_aux.py |
| 107 | +tests/collections/proxy_eq.py |
| 108 | +tests/collections/test.py |
| 109 | +tests/dcopy/test_dcopy.py |
| 110 | +tests/entry_methods/array_element_proxy.py |
| 111 | +tests/entry_methods/bcast_globals.py |
| 112 | +tests/entry_methods/entrymethod_args_kwargs.py |
| 113 | +tests/entry_methods/group_element_proxy.py |
| 114 | +tests/entry_methods/retmodes.py |
| 115 | +tests/exceptions/pool.py |
| 116 | +tests/exceptions/test.py |
| 117 | +tests/futures/iwait.py |
| 118 | +tests/futures/multi_futures.py |
| 119 | +tests/futures/test_different_coroutines.py |
| 120 | +tests/futures/test_futures.py |
| 121 | +tests/interactive/mylib.py |
| 122 | +tests/migration/chare_migration.py |
| 123 | +tests/migration/test_migrate.py |
| 124 | +tests/migration/test_nonmigratables.py |
| 125 | +tests/pool/pool.py |
| 126 | +tests/pool/pool_ncores.py |
| 127 | +tests/qd/qd.py |
| 128 | +tests/reductions/allreduce.py |
| 129 | +tests/reductions/array_reduction.py |
| 130 | +tests/reductions/bench_reductions.py |
| 131 | +tests/reductions/custom_reduction.py |
| 132 | +tests/reductions/future_reduction.py |
| 133 | +tests/reductions/group_reduction.py |
| 134 | +tests/reductions/logical_ops.py |
| 135 | +tests/reductions/section_reduction.py |
| 136 | +tests/reductions/test_gather.py |
| 137 | +tests/sections/allreduce.py |
| 138 | +tests/sections/callbacks.py |
| 139 | +tests/sections/constrained_groups.py |
| 140 | +tests/sections/multirand-split-combine.py |
| 141 | +tests/sections/simple.py |
| 142 | +tests/sections/slice.py |
| 143 | +tests/thread_entry_methods/future_bcast.py |
| 144 | +tests/thread_entry_methods/future_reduction.py |
| 145 | +tests/thread_entry_methods/test1.py |
| 146 | +tests/thread_entry_methods/test1_when.py |
| 147 | +tests/thread_entry_methods/test2.py |
| 148 | +tests/thread_entry_methods/test_main.py |
| 149 | +tests/thread_entry_methods/test_wait.py |
| 150 | +tests/thread_entry_methods/threaded_ctors1.py |
| 151 | +tests/thread_entry_methods/threaded_ctors2.py |
| 152 | +tests/topo/phynode_API.py |
| 153 | +tests/topo/topo_treeAPI.py |
| 154 | +tests/topo/topo_treeAPI2.py |
| 155 | +tests/when/perf_test.py |
| 156 | +tests/when/stencil.py |
| 157 | +tests/when/test_when_syntax.py |
| 158 | +tests/when/when_test.py |
| 159 | +tests/when/when_test2.py |
0 commit comments