|
|
| NumPy (mpi::io::file &f) |
| |
|
unsigned | word_size () const |
| |
|
unsigned | read_header () |
| |
|
template<class T > |
| void | write_header (int dim, const DiscreteBounds &bounds) |
| |
|
template<class T , class S > |
| void | write_header (const S &shape) |
| |
|
| BOV (mpi::io::file &f) |
| |
|
template<class S > |
| | BOV (mpi::io::file &f, const S &shape=S(), mpi::io::offset offset=0) |
| |
|
void | set_offset (mpi::io::offset offset) |
| |
|
template<class S > |
| void | set_shape (const S &shape) |
| |
|
const Shape & | shape () const |
| |
|
template<class T > |
| void | read (const DiscreteBounds &bounds, T *buffer, bool collective=false, int chunk=1) const |
| |
|
template<class T > |
| void | write (const DiscreteBounds &bounds, const T *buffer, bool collective=false, int chunk=1) |
| |
|
template<class T > |
| void | write (const DiscreteBounds &bounds, const T *buffer, const DiscreteBounds &core, bool collective=false, int chunk=1) |
| |
The documentation for this class was generated from the following file: