BigWhoop/README.md

51 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2023-06-20 11:43:33 +00:00
<p align="center">
2024-02-15 13:08:51 +00:00
<a href="https://code.hlrs.de/TOPIO/BigWhoop">
2024-02-15 13:01:45 +00:00
<img alt="BigWhoop" src="https://code.hlrs.de/TOPIO/BigWhoop/raw/branch/main/docs/img/Logo.svg"/>
2023-06-20 11:43:33 +00:00
</a>
</p>
<h1 align="center">Compression library for numerical datasets</h1>
BigWhoop is a compression library for numerical datasets that has been developed as part of the EU Projects ExaFLOW and EXCELLERAT. It aims to give scientists and egineers a tool to drastically reduce the size of their simulation data while minimizing the distortion introduced by a lossy compression scheme.
<h1 align="center">Building BigWhoop</h1>
### Dependencies
* make
* cmake (>= 3.5.1)
* gcc (>= 8.5.0)
### Building
clone the sources from HLRS' gitea instance (note: default branch is `main`):
2023-06-20 11:43:33 +00:00
```
git clone https://code.hlrs.de/TOPIO/BigWhoop.git
2023-06-20 11:43:33 +00:00
```
Now change into the source directory and run the following commands.
**for a simple build**
```
make clean
make
```
**for a full build (including command line tool)**
```
make full
```
**for debugging**
```
make clean
make debug
```
This builds the library and places the associated files in the `/lib` or `/lib64` folders. If a full build was attempted, the command line tool binaries are placed in the `/bin` folder.
2024-03-04 10:39:29 +00:00
### Credits
This project exists thanks to all the people who contribute.
- Patrick Vogler patrick.vogler@hlrs.de (principal author)
- Gregor Weiss gregor.weiss@hlrs.de