snappy
License information
The snappy license can be found in the COPYING file in the GitHub repository.
From LUMI/23.12 onwards, the COPYING
file can also be found in the
$EBROOTSNAPPY/share/licenses/snappy
subdirectory after loading the module.
Pre-installed modules (and EasyConfigs)
To access module help and find out for which stacks and partitions the module is
installed, use module spider snappy/<version>
.
EasyConfig:
-
snappy/1.1.10-cpeAMD-24.03 (EasyConfig: snappy-1.1.10-cpeAMD-24.03.eb)
-
snappy/1.1.10-cpeAOCC-24.03 (EasyConfig: snappy-1.1.10-cpeAOCC-24.03.eb)
-
snappy/1.1.10-cpeCray-24.03 (EasyConfig: snappy-1.1.10-cpeCray-24.03.eb)
-
snappy/1.1.10-cpeGNU-24.03 (EasyConfig: snappy-1.1.10-cpeGNU-24.03.eb)
-
snappy/1.1.9-cpeAMD-22.08 (EasyConfig: snappy-1.1.9-cpeAMD-22.08.eb)
-
snappy/1.1.9-cpeAMD-22.12 (EasyConfig: snappy-1.1.9-cpeAMD-22.12.eb)
-
snappy/1.1.9-cpeAMD-23.09 (EasyConfig: snappy-1.1.9-cpeAMD-23.09.eb)
-
snappy/1.1.9-cpeAMD-23.12 (EasyConfig: snappy-1.1.9-cpeAMD-23.12.eb)
-
snappy/1.1.9-cpeAOCC-22.08 (EasyConfig: snappy-1.1.9-cpeAOCC-22.08.eb)
-
snappy/1.1.9-cpeAOCC-22.12 (EasyConfig: snappy-1.1.9-cpeAOCC-22.12.eb)
-
snappy/1.1.9-cpeAOCC-23.09 (EasyConfig: snappy-1.1.9-cpeAOCC-23.09.eb)
-
snappy/1.1.9-cpeAOCC-23.12 (EasyConfig: snappy-1.1.9-cpeAOCC-23.12.eb)
-
snappy/1.1.9-cpeCray-22.08 (EasyConfig: snappy-1.1.9-cpeCray-22.08.eb)
-
snappy/1.1.9-cpeCray-22.12 (EasyConfig: snappy-1.1.9-cpeCray-22.12.eb)
-
snappy/1.1.9-cpeCray-23.03 (EasyConfig: snappy-1.1.9-cpeCray-23.03.eb)
-
snappy/1.1.9-cpeCray-23.09 (EasyConfig: snappy-1.1.9-cpeCray-23.09.eb)
-
snappy/1.1.9-cpeCray-23.12 (EasyConfig: snappy-1.1.9-cpeCray-23.12.eb)
-
snappy/1.1.9-cpeGNU-22.08 (EasyConfig: snappy-1.1.9-cpeGNU-22.08.eb)
-
snappy/1.1.9-cpeGNU-22.12 (EasyConfig: snappy-1.1.9-cpeGNU-22.12.eb)
-
snappy/1.1.9-cpeGNU-23.09 (EasyConfig: snappy-1.1.9-cpeGNU-23.09.eb)
-
snappy/1.1.9-cpeGNU-23.12 (EasyConfig: snappy-1.1.9-cpeGNU-23.12.eb)
Technical documentation
General information
- Snappy is build using CMake.
- Snappy can use zlib and lzo2.
- There are CMake flags to enforce AVX or AVX2 but it is not clear if these are needed as I cannot find where they define symbols that would then be used in the code. It does influence compiler options that are added though.
- Note that building snappy requires two iterations if we want both static and shared libraries.
EasyBuild
This README was developed starting with snappy 1.1.8 in the CPE 21.06.
-
Support for snappy in the EasyBuilders repository but the dependencies are incomplete.
1.1.8 from CPE 21.06 on.
-
We stuck to 1.1.8 even though 1.1.9 was out because in 1.1.9 the build process has changed and seems to require various Google tools.
-
This EasyConfig was made to prepare for inclusion in the baselibs Bundle.
-
The dependencies on zlib and LZO (lzo2) were added to the dependencies list to ensure a build with maximum potential.
-
We also added an option to install in lib instead of lib64 as almost all of the other packages also install in lib.
1.1.9 from CPE 21.12 on
-
Went to 1.1.9 but used the fix from the EasyBuilders EasyConfig to avoid the use of the Google tools
-
for cpeAMD from 23.09 on (likely due to a change in behaviour of cmake or compiler wrappers) needed to turn off error messages about unused arguments as there were some -L lines added that were not used.
-
From LUMI/23.12 onwards, license information was added to the license.
1.1.10 for LUMI/24.03
-
Started from the EasyConfig for 1.1.9 for LUMI/23.12, but the patch was no longer needed.
-
Needed to add a flag for the Cray and AOCC/AMD compilers as the code uses an unsafe comparision of integers that caused an error on those compilers.
Archived EasyConfigs
The EasyConfigs below are additonal easyconfigs that are not directly available on the system for installation. Users are advised to use the newer ones and these archived ones are unsupported. They are still provided as a source of information should you need this, e.g., to understand the configuration that was used for earlier work on the system.
-
Archived EasyConfigs from LUMI-SoftwareStack - previously centrally installed software
-
EasyConfig snappy-1.1.8-cpeAMD-21.06.eb, with module snappy/1.1.8-cpeAMD-21.06
-
EasyConfig snappy-1.1.8-cpeCray-21.06.eb, with module snappy/1.1.8-cpeCray-21.06
-
EasyConfig snappy-1.1.8-cpeCray-21.08.eb, with module snappy/1.1.8-cpeCray-21.08
-
EasyConfig snappy-1.1.8-cpeGNU-21.06.eb, with module snappy/1.1.8-cpeGNU-21.06
-
EasyConfig snappy-1.1.8-cpeGNU-21.08.eb, with module snappy/1.1.8-cpeGNU-21.08
-
EasyConfig snappy-1.1.9-cpeAOCC-21.12.eb, with module snappy/1.1.9-cpeAOCC-21.12
-
EasyConfig snappy-1.1.9-cpeAOCC-22.06.eb, with module snappy/1.1.9-cpeAOCC-22.06
-
EasyConfig snappy-1.1.9-cpeCray-21.12.eb, with module snappy/1.1.9-cpeCray-21.12
-
EasyConfig snappy-1.1.9-cpeCray-22.06.eb, with module snappy/1.1.9-cpeCray-22.06
-
EasyConfig snappy-1.1.9-cpeGNU-21.12.eb, with module snappy/1.1.9-cpeGNU-21.12
-
EasyConfig snappy-1.1.9-cpeGNU-22.06.eb, with module snappy/1.1.9-cpeGNU-22.06
-