We'd like to have Context objects just be a way for engines to communicate with LocalArrays on the engines. Currently they also are for creating DistArrays, and cleaning managing managing data on the engines.
We should move array creation out of context, (see issue #35)
And let distarrays handle their own data. That is, make distarrays the proxy for handling data on the local arrays. Not Contexts.
We'd like to have
Contextobjects just be a way for engines to communicate withLocalArrays on the engines. Currently they also are for creating DistArrays, and cleaning managing managing data on the engines.We should move array creation out of context, (see issue #35)
And let distarrays handle their own data. That is, make distarrays the proxy for handling data on the local arrays. Not Contexts.