The data below reports the time taken to write and read 4.8e8 double precision values, where the data is distributed evenly over all processes, i.e. strong scaling. The times are an average of three measurements on MareNostrum 4, with 48 processes per 48 core compute node. MareNostrum 4 has an IBM General Parallel File System (GPFS). Data is shown for all parallel-file-io versions, i.e.
The first two plots compare writing and reading for all cases. All parallel implemtations are significantly faster than the serial-ascii file I/O version, and reading data is significantly faster than writing for this version.
Writing data | Reading data |
---|---|
The next two plots zoom in on the time axis to allow comparision of all parallel file I/O methods.
For writing data, parallel-binary-multifile and both parallel-library-mpiio versions are signifcantly faster than the parallel-library-netcdf versions. The parallel-ascii-multifile version is also faster than both parallel-library-netcdf versions on 4+ nodes, and is the only version which shows signifcant speed up as the number of compute nodes increases.
Reading is faster than writing for parallel-ascii-multifile and shows the same pattern of speedup as the number of compute nodes is increased. The large difference in time between the parallel-library-netcdf versions and the other binary file I/O versions is not observed for reading.
Writing data | Reading data |
---|---|
The final two plots zoom further on the time axis to allow a better comparision of the fastest methods, for easier comparision the same time scale is used.
For writing parallel-binary-multifile is faster than both parallel-library-mpiio versions, although all version use similar times as the number of compute nodes is increased.
For reading the picture is more complex. Both parallel-library-netcdf versions are faster than the parallel-library-mpiio versions. The parallel-library-netcdf versions and parallel-binary-multifile versions use similar times on 8+ compute nodes.
Writing data | Reading data |
---|---|