ComputationalRadiationPhysics / libSplash

libSplash - Simple Parallel file output Library for Accumulating Simulation data using Hdf5
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Close #14 Add PDC Example #207

Closed ax3l closed 8 years ago

ax3l commented 8 years ago

Adds an example using the ParallelDataCollector.

Tries to be as close as possible to the "serial" (multiple POSIX files from MPI ranks) example of mpi_domain_write.

ax3l commented 8 years ago

@PrometheusPi an example for you.

for a stress test, you might want to start here and simply increase localGridSize. Maybe one also wants to add pseudo random values to data.

PrometheusPi commented 8 years ago

great job. Please do not forget to adjust the INSTALL.md.

ax3l commented 8 years ago

Looked it up and examples are not explicitly mentioned in INSTALL.md

ax3l commented 8 years ago

Added section about examples and their usage to INSTALL.md

ax3l commented 8 years ago

@f-schmitt-zih pls have a look and merge if you like it :)

PrometheusPi commented 8 years ago

mention @psychocoderHPC - so you can find this pull request from which I build the tests on taurus

ax3l commented 8 years ago

@f-schmitt-zih updated :)

ax3l commented 8 years ago

@f-schmitt-zih travis is working again, too ;)