charmplusplus / charm4py

Parallel Programming with Python and Charm++
https://charm4py.readthedocs.io
Apache License 2.0
289 stars 21 forks source link

Local Message Optimization Should be Supported #225

Open ZwFink opened 2 years ago

ZwFink commented 2 years ago

Currently, the local message optimization (#218) has been turned off because it breaks correctness. We should support in the runtime a way for the user to take advantage of this optimization if they promise to use it in a way that does not break correctness (more details to follow)