Metadata-Version: 2.1
Name: jumonc_nekrs
Version: 0.3.1rc2
Summary: LogParser jumonc plugin for nekRS
Home-page: https://gitlab.jsc.fz-juelich.de/coec/jumonc_nekrs
Author: Christian Witzler
Author-email: c.witzler@fz-juelich.de
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

**[Installation](#installation)** |
**[Execution](#execution)** |
**[Further documentation](#further-documentation)** |
**[Getting help](#getting-help)** |
**[Acknowledgments](#acknowledgments)** |

# JuMonC-nekRS

A plugin for [JuMonC](https://gitlab.jsc.fz-juelich.de/coec/jumonc) to enable interaction and data retrival from nekRS simulations
---

## Installation

jumonc-nekrs can be installed using [pip](https://pypi.org/project/jumonc-nekrs):

`pip install jumonc-nekrs`

This automatically registers as a JuMonC plugin, and will be started with the next JuMonC (if they are both in the same enviroment)

### Runtime dependencies inherited from JuMonC

- [python3](https://www.python.org/) minimum version 3.6
- [mpi4py](https://mpi4py.readthedocs.io/en/stable/)
- [flask](https://flask.palletsprojects.com/en/2.0.x/)
- [flask-login](https://flask-login.readthedocs.io/en/latest/)
- [Flask-SQLAlchemy](https://github.com/pallets-eco/flask-sqlalchemy)
- [pluggy](https://pluggy.readthedocs.io/en/latest/)
- [typing-extension](https://pypi.org/project/typing-extensions/) in case you are using python version <=3.9

## Execution

This plugin is started with [JuMonC - see execution](https://gitlab.jsc.fz-juelich.de/coec/jumonc#execution).


## Getting help

Open an [issue](https://gitlab.jsc.fz-juelich.de/coec/jumonc-nekrs/-/issues/new)


## Acknowledgments
[<img src="https://gitlab.jsc.fz-juelich.de/coec/jumonc-nekrs/-/blob/main/doc/Logo/EU_Horizon.png"  width="100" title="Horizon Europe: Research and innovation funding programme until 2027" alt="Horizon Europe">](https://ec.europa.eu/info/research-and-innovation/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en) JuMonC has been developed as part of the [CoEC](https://coec-project.eu/) project, the CoEC project has received funding from the European Union’s Horizon 2020 research and innovation programm under grant agreement No 952181.

[<img src="https://gitlab.jsc.fz-juelich.de/coec/jumonc-nekrs/-/raw/main/doc/Logo/COEC_LOGO.png"  height="100" title="The Center of Excellence in Combustion" alt="CoEC Logo">](https://coec-project.eu/) [<img src="https://gitlab.jsc.fz-juelich.de/coec/jumonc/-/raw/main/doc/Logo/EU_Horizon.png"  height="100" title="Horizon Europe: Research and innovation funding programme until 2027" alt="Horizon Europe">](https://ec.europa.eu/info/research-and-innovation/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en)



