ben-albrecht / SmartRedis

SmartSim Infrastructure Library Clients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Home    Install    Documentation    Slack    Cray Labs   


License GitHub last commit PyPI - Wheel GitHub tag (latest by date) PyPI - Python Version Language Code style: black codecov

SmartRedis

SmartRedis is a collection of Redis clients that support RedisAI capabilities and include additional features for high performance computing (HPC) applications. SmartRedis provides clients in the following languages:

Language Version/Standard
Python 3.7, 3.8, 3.9
C++ C++17
C C99
Fortran Fortran 2018

SmartRedis is used in the SmartSim library. SmartSim makes it easier to use common Machine Learning (ML) libraries like PyTorch and TensorFlow in numerical simulations at scale. SmartRedis connects these simulations to a Redis database or Redis database cluster for data storage, script execution, and model evaluation. While SmartRedis contains features for simulation workflows on supercomputers, SmartRedis is fully functional as a RedisAI client library and can be used without SmartSim in any Python, C++, C, or Fortran project.

Using SmartRedis

SmartRedis installation instructions are currently hosted as part of the SmartSim library installation instructions Additionally, detailed API documents are also available as part of the SmartSim documentation.

Dependencies

SmartRedis utilizes the following libraries.

Publications

The following are public presentations or publications using SmartRedis

Cite

Please use the following citation when referencing SmartSim, SmartRedis, or any SmartSim related work.

Partee et al., “Using Machine Learning at Scale in HPC Simulations with SmartSim: An Application to Ocean Climate Modeling,” arXiv:2104.09355, Apr. 2021, [Online]. Available: http://arxiv.org/abs/2104.09355.

bibtex

```latex
@misc{partee2021using,
      title={Using Machine Learning at Scale in HPC Simulations with SmartSim: An Application to Ocean Climate Modeling},
      author={Sam Partee and Matthew Ellis and Alessandro Rigazzi and Scott Bachman and Gustavo Marques and Andrew Shao and Benjamin Robbins},
      year={2021},
      eprint={2104.09355},
      archivePrefix={arXiv},
      primaryClass={cs.CE}
}
```

About

SmartSim Infrastructure Library Clients.

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 69.8%Language:Python 9.7%Language:C 8.5%Language:Fortran 8.1%Language:CMake 1.7%Language:Shell 1.1%Language:Dockerfile 0.7%Language:Makefile 0.4%