Closed psychocoderHPC closed 7 years ago
Thanks a lot. What is the orange dashed line in your figure?
The orange dashed line is the theoretical ideal weak io scaling based on one node (4GPUs) for LZ4 and the blue dashed line is the some for non compression.
We just extrapolated a bit naïvely from one node in both cases, so one gets a guide for the eye for the offset to an "ideal" scaling. Of course, the actual BW hitting the filesys is always a bit higher, but we keep our data-preparation overhead in the "effective BW" since that's the actual overhead a simulation with and without I/O will experience.
Thanks again to @psychocoderHPC for the implementation and verification!
Implement issue #101 (LZ4 lossless compression transformation layer)
plugin options
threshold=128
- boundary to store small data uncompressedlvl=1
- compression level (default=1) higher means less compression ratio but more performancescaling within a real word example PIConGPU
Node configuration: 2 x Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz and 4 x NVIDIA k20
CC-ing: @ax3l