Skip to content

Missing distributed array creation methods #1278

Description

@stevenrbrandt
  • array_d(array) : split up an existing array across localities (we have tile(), see below)

  • fromfunction(func, shape) : like numpy's fromfunction (see Adding indices and fromfunction primitives #1289)

  • file_read_hdf5_d(filename) : like file_read_csv_d except it reads from hdf5 files

Related methods that would be helpful...

  • file_write_hdf5_d(filename) : like file_read_hdf5_d except it writes files

  • file_write_csv_d(filename) : like file_write_hdf5_d except it writes csv files

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions