lorenz96-compress

Exploring online compression with the Lorenz96 model

https://github.com/juntyr/lorenz96-compress

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary

Keywords

compression esiwace hackathon lorenz96 zfp
Last synced: 6 months ago · JSON representation ·

Repository

Exploring online compression with the Lorenz96 model

Basic Info
  • Host: GitHub
  • Owner: juntyr
  • License: apache-2.0
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 629 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
compression esiwace hackathon lorenz96 zfp
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

Exploring online compression with the Lorenz96 model   DOI


This project was developed during the ESiWACE3 hackathon at CSC Finland on 18.10. - 20.10.2023 by Victor Azizi from the Netherlands eScience Center and Juniper Tyree from the University of Helsinki.

Compiling ZFP for LUMI-G

This sections details the process to compile ZFP on LUMI-G. Note that the Makefile should take care of the entire process - the following are Victor Azizi's notes on how he got ZFP to compile:

  • First, check out the zfp submodule: bash git submodule init git submodule update Alternatively, clone the repository and check out the staging branch (checked with hash e935a81): bash git clone https://github.com/LLNL/zfp.git cd zfp git checkout staging
  • Next, load the right modules on LUMI: bash module load LUMI module load buildtools They are also available in the modules file, which can be sourced.
  • Now, configure the cmake build of ZFP: bash mkdir -p build cd build cmake -DZFP_WITH_HIP=ON -DZFP_WITH_OPENMP=OFF -DHIP_PATH=/opt/rocm/hip -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -DBUILD_TESTING=OFF ../
  • Next, build with VERBOSE, as you will manually have to fix some commands bash make VERBOSE=1
  • You now have a library, but the compilation step of zfp.dir/hip/interface.cpp.o shows that the wrong offload target was used. Therefore, you have to manually fix the offload target to gfx90a: bash cd build CC -DZFP_ROUNDING_MODE=ZFP_ROUND_NEVER -DZFP_WITH_HIP -Dzfp_EXPORTS -I../../include -O3 -DNDEBUG --offload-arch=gfx90a -fPIC -std=gnu++14 -o CMakeFiles/zfp.dir/hip/interface.cpp.o -x hip -c ../../src/hip/interface.cpp
  • Finally, rebuild the library: bash cd build make
  • Success! The AMD GPU enabled library can now be found in zfp/build/lib64/libzfp.so

Reproducing the plot notebooks from the command line

  • First, clear the previous output: bash jupyter nbconvert --clear-output --inplace plot.ipynb
  • Second, use nbconvert or papermill to execute the notebook, e.g.: bash papermill --kernel python3 --autosave-cell-every 5 --progress-bar plot.ipynb plot.nbconvert.ipynb
  • Optionally, remove execution metadata: bash jupyter nbconvert --ClearMetadataPreprocessor.enabled=True --to=notebook --inplace plot.nbconvert.ipynb
  • Finally, replace the old notebook with the new: bash mv plot.nbconvert.ipynb plot.ipynb

License

Unless specified otherwise below, this repository is licensed under either of

  • Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.


Citation

Please refer to the CITATION.cff file and refer to https://citation-file-format.github.io to extract the citation in a format of your choice.

Funding

This project has been developed as part of ESiWACE3, the third phase of the Centre of Excellence in Simulation of Weather and Climate in Europe.

Funded by the European Union. This work has received funding from the European High Performance Computing Joint Undertaking (JU) under grant agreement No 101093054.

Owner

  • Name: Juniper Tyree
  • Login: juntyr
  • Kind: user
  • Location: Helsinki
  • Company: University of Helsinki

PhD researcher at UH with a passion for the environment and Rust. Graduate of MEng Computing at ICL and MSc Theoretical & Computational Methods at UH.

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Exploring online compression with the Lorenz96 model
message: Results from the ESiWACE3 hackathon at CSC
type: software
authors:
  - given-names: Juniper
    family-names: Tyree
    email: juniper.tyree@helsinki.fi
    affiliation: University of Helsinki
    orcid: 'https://orcid.org/0000-0002-7923-9609'
  - given-names: Victor
    family-names: Azizi
    email: v.azizi@esciencecenter.nl
    affiliation: Netherlands eScience Center
    orcid: 'https://orcid.org/0000-0003-3535-8320'
identifiers:
  - type: doi
    value: 10.5281/zenodo.10207094
    description: The Zenodo release
  - type: url
    value: >-
      https://github.com/juntyr/lorenz96-compress/releases/tag/v1.0.0
    description: The GitHub Release
repository-code: 'https://github.com/juntyr/lorenz96-compress/'
abstract: >
  An assortment of software to run and analyze assembly runs
  of the Lorenz96 model with lossy online compression on
  LUMI-G.
keywords:
  - Lorenz96
  - lossy compression
  - ESiWACE3
  - ZFP
license: Apache-2.0
commit: v1.0.1
version: 1.0.1
date-released: '2023-11-27'

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 57
  • Total Committers: 2
  • Avg Commits per committer: 28.5
  • Development Distribution Score (DDS): 0.193
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Juniper Tyree j****e@h****i 46
Victor Azizi v****r@l****u 11
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels