Skip to content

Rename: use dim_data_per_rank consistently#344

Merged
kwmsmith merged 12 commits into
masterfrom
refactor/use-dim-data-per-rank-consistently
Apr 29, 2014
Merged

Rename: use dim_data_per_rank consistently#344
kwmsmith merged 12 commits into
masterfrom
refactor/use-dim-data-per-rank-consistently

Conversation

@bgrant
Copy link
Copy Markdown
Contributor

@bgrant bgrant commented Apr 29, 2014

The most explicit and general way to specify a LocalArray's distribution is to use the dim_data structure from the Distributed Array protocol. When we want to generate several LocalArrays from the client (usually just before packaging them up as a DistArray), we often need a sequence of these dim_data structures: one per MPI rank. This structure is referred to as various things in our codebase:

  • dim_data
  • dim_datas
  • dim_data_seq
  • local_dim_datas
  • ddpp (an abbreviation for an older term, dim_data_per_process)
  • dim_data_per_rank

In this PR, I rename almost all of these to dim_data_per_rank, except for a couple of situations where I use the abbreviation ddpr. dim_data_per_rank is not the most concise, but if we agree on a better term later, it will be easier to do a rename if we use a consistent term now.

@bgrant bgrant added this to the 0.3 milestone Apr 29, 2014
@bgrant bgrant mentioned this pull request Apr 29, 2014
kwmsmith added a commit that referenced this pull request Apr 29, 2014
…-consistently

Rename: use dim_data_per_rank consistently
@kwmsmith kwmsmith merged commit cb08b45 into master Apr 29, 2014
@kwmsmith kwmsmith deleted the refactor/use-dim-data-per-rank-consistently branch May 6, 2014 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants