====== IPCC for Lustre ====== ===== IPCC Description ===== //“Intel® Parallel Computing Centers are universities, institutions, and labs that are leaders in their field. The primary focus is to modernize applications to increase parallelism and scalability through optimizations that leverage cores, caches, threads, and vector capabilities of microprocessors and coprocessors.”// -- [[https://software.intel.com/en-us/ipcc/details|Intel]] ===== General Information ===== Due to the increasing gap between computational speed, network speed and storage capacity, it has become necessary to investigate data reduction techniques. Storage systems have become a significant part of the total cost of ownership due to the increased amount of storage devices, their associated acquisition cost and energy consumption. Ultimately, we are aiming for compression support in Lustre at multiple levels: - Client-side compression allows using the available network and storage capacity more efficiently, - Client hints empower applications to provide information useful for compression and - Adaptive compression makes it possible to choose appropriate settings depending on performance metrics and projected benefits. Compression will be completely transparent to the applications because it will be performed by the client and/or server on their behalf. However, it will be possible for users to tune Lustre's behavior to obtain the best performance/compression/etc. When using client-side compression, the single stream performance bottleneck will directly benefit from the compression. Initial studies have shown that a compression ratio of 1.5 can be achieved for scientific data using lz4. ===== Publications ===== require_once('../php/common.php'); require_once('../php/publications.php'); $loader = new PublicationsLoader(PublicationsLoader::Publications); $loader->filter(PublicationsLoader::ProjectsFilter, 'IPCC-L'); $loader->load(); $pubs = new Publications($loader); $pubs->printDW(TRUE, Publications::ListFlat); ===== Contributions ===== So far, we have contributed several changes to Lustre and other projects. * lz4fast in Linux (versions 4.11 and later, also see https://lwn.net/Articles/713175/) * [[https://github.com/zfsonlinux/zfs/pull/5927|lz4fast in ZFS]] * [[https://github.com/zfsonlinux/zfs/pull/5928|Autocompression in ZFS]] * [[https://github.com/zfsonlinux/zfs/pull/5929|QoS for compression in ZFS]] ===== Funding ===== Intel Parallel Computing Center for Lustre “Enhanced Adaptive Compression in Lustre” Working period: 2016-06--2020-05 ===== People from WR ===== * [[People:Alumni:Michael Kuhn]] (contact person) * [[People:Anna Fuchs]] (development) * [[People:Thomas Ludwig]] (principal investigator) ===== Project Links ===== * http://wiki.lustre.org/Enhanced_Adaptive_Compression_in_Lustre * https://software.intel.com/articles/intel-parallel-computing-center-at-university-of-hamburg-scientific-computing