enthought / distarray

Default Repo description from terraform module
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

O-7: distarray global API -- global indexing #187

Closed kwmsmith closed 10 years ago

kwmsmith commented 10 years ago

Objective: To provide indexing functionality from the global address space.

Relevance: Providing a globally indexable array object is a core goal of ODIN. This task will implement logic that makes interacting with distributed arrays intuitive and less error prone, as the end user does not need to explicitly calculate array indices to perform calculations.

Description: This sub-task implements another fundamental capability for any array ob- ject, and the implementation will support distributed array iteration functionality as well. The indexing syntax will conform closely to the existing NumPy array indexing syntax, so as to allow easy porting of existing NumPy code to ODIN.

kwmsmith commented 10 years ago

This SBIR task is waiting on #158 and client-side maps to be complete.

kwmsmith commented 10 years ago

Closing.