The increase in computational power goes hand in hand with an increase in the size of the data to be managed, both on the input and on the output sides. IO can easily become a bottleneck for large scale architectures.
The understanding of parallel file system mechanisms and MPI-IO software layer enables users to efficiently use existing high level libraires like Netcdf or HDF5.In addition this course will provide an introduction to one of the emerging IO technology developed at CEA (France) and widely used il the climate community: XIOS.
Topics:
- MPI-IO
- Best practices for parallel IO, MPI-IO hints
- Parallel file systems: Lustre,
- High level IO libraries (HDF5)
- IO server concept (XIOS)
Instructors: M. Haefele (Maison de la Simulation, CNRS), Ph. Wautelet (Laboratoire d'Aerologie, CNRS), Ph. Deniel (TGCC, CEA), Manh-Ha Nguyen (LSCE, CEA)
Learning outcomes: After this course, participants should understand the tradeoffs implied by using a parallel file-system, and know how to efficiently use parallel IO libraries.
Prerequisites: Knowledge of C or Fortran programming language, parallel programing with MPI