|
The I/O benchmark has been set up to create Chombo data
structures, fill them with arbitrary data, and write a single
HDF5 file. Currently the benchmark only writes HDF5 data file;
it does not read data. Inputs to the benchmark include the grids file,
number of components, replication factor, and the ordering
of the boxes. The grids file contains the box descriptions,
but no data. The number of components is the number of values
per cell of each box -- increasing this value increases the
size of each write to disk. The replication factor controls
the global size of the problem and is described below. There
are options to control the ordering of the boxes, which
affects which processor is assigned which boxes, and therefore
can affect the I/O performance.
|