|
| 1 | +--- |
| 2 | +hide: |
| 3 | +- toc |
| 4 | +json_ld: |
| 5 | + '@context': https://schema.org |
| 6 | + '@type': SoftwareApplication |
| 7 | + applicationCategory: DeveloperApplication |
| 8 | + description: cereal is a header-only C++11 serialization library. cereal takes arbitrary |
| 9 | + data types and reversiblyturns them into different representations, such as compact |
| 10 | + binary encodings, XML, or JSON. cereal was designed to befast, light-weight, and |
| 11 | + easy to extend - it has no external dependencies and can be easily bundled with |
| 12 | + other code orused standalone. |
| 13 | + license: Not confirmed |
| 14 | + name: Cereal |
| 15 | + offers: |
| 16 | + '@type': Offer |
| 17 | + price: 0 |
| 18 | + operatingSystem: LINUX |
| 19 | + review: |
| 20 | + '@type': Review |
| 21 | + author: |
| 22 | + '@type': Organization |
| 23 | + name: EESSI |
| 24 | + reviewBody: Application has been successfully made available on all architectures |
| 25 | + supported by EESSI |
| 26 | + reviewRating: |
| 27 | + '@type': Rating |
| 28 | + ratingValue: 5 |
| 29 | + softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available |
| 30 | + on your system |
| 31 | + softwareVersion: '[''Cereal/1.3.2'']' |
| 32 | + url: https://uscilab.github.io/cereal/ |
| 33 | +--- |
| 34 | + |
| 35 | +Cereal |
| 36 | +====== |
| 37 | + |
| 38 | + |
| 39 | +cereal is a header-only C++11 serialization library. cereal takes arbitrary data types and reversiblyturns them into different representations, such as compact binary encodings, XML, or JSON. cereal was designed to befast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code orused standalone. |
| 40 | + |
| 41 | +https://uscilab.github.io/cereal/ |
| 42 | +# Available modules |
| 43 | + |
| 44 | + |
| 45 | +The overview below shows which Cereal installations are available per target architecture in EESSI, ordered based on software version (new to old). |
| 46 | + |
| 47 | +To start using Cereal, load one of these modules using a `module load` command like: |
| 48 | + |
| 49 | +```shell |
| 50 | +module load Cereal/1.3.2 |
| 51 | +``` |
| 52 | + |
| 53 | +*(This data was automatically generated on {{ generated_time }})* |
| 54 | + |
| 55 | +| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|aarch64/nvidia/grace|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/cascadelake|x86_64/intel/haswell|x86_64/intel/icelake|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512| |
| 56 | +| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | |
| 57 | +|Cereal/1.3.2|x|x|x|x|x|x|x|x|x|x|x|x|x| |
0 commit comments