Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 2.28 KB

README.md

File metadata and controls

65 lines (40 loc) · 2.28 KB

Day 15: I/O storage system on HPC and parallel FS

Date: Monday 02/12/19

lectures given in "code-sharing" with the MHPC course in scientific data management

OUTLINE

Lecture 5 gives a short overview of storage system and associated concepts

Lecture 6 gives on overview of the concept of parallel FS, present then the Lustre parallel Fs and its usage.

SLIDES

References&Books

practical_sessions

Benchmarks

  1. Perform, by means of iozone, a benchmarking analysis on all the OSTs belonging to available lustre FS (C3HPC and Ulysses)
  2. Perform, by means of IOR, a benchmarking analysis on different of different I/O approaches: POSIX/HDF5/MPI-IO
  3. Plot the results
  4. Perform a detailed benchmarking comparative analysis of netcdf parallel codes (allwrite vs collect_and_write) with respect to:
    • size of the grid
    • number of processors
    • striping of the FILE
  5. Plot the results

additional materials