@@ -8,11 +8,16 @@ The overall procedure is as follows:
3.[Prepare the environment for compiling and building](https://gitlab.jsc.fz-juelich.de/caviedesvoullieme1/serghei_tutorial/-/wikis/SERGHEI-tutorial#preparing-the-environment)
4.[Compile and build](https://gitlab.jsc.fz-juelich.de/caviedesvoullieme1/serghei_tutorial/-/wikis/SERGHEI-tutorial#compiling-and-building)
5.[Run a test case](https://gitlab.jsc.fz-juelich.de/caviedesvoullieme1/serghei_tutorial/-/wikis/SERGHEI-tutorial#running-a-test-cases)
6.[Prepare a simulation](https://gitlab.jsc.fz-juelich.de/caviedesvoullieme1/serghei_tutorial/-/wikis/SERGHEI-tutorial#preparing-a-simulation)
7.[Run a simulation](https://gitlab.jsc.fz-juelich.de/caviedesvoullieme1/serghei_tutorial/-/wikis/SERGHEI-tutorial#running-a-simulation)
# Log into JSC systems
In this tutorial we will use JSC's [JURECA-DC](https://www.fz-juelich.de/en/news/archive/press-release/2021/2021-06-23-jureca-dc) machine. You can find JURECA-DC's hardware configuration [here](https://apps.fz-juelich.de/jsc/hps/jureca/configuration.html), which is part of the [full user documentation](https://apps.fz-juelich.de/jsc/hps/jureca/index.html). General rules and procedures for gaining [access](https://apps.fz-juelich.de/jsc/hps/jureca/access.html) to the machine are part of this documentation.
For this tutorial, you already have a JSC account and ssh keys ready, so we will skip these steps.
Therefore, to access JURECA-DC we need to `ssh` into it.
**TO-DO: SHALL WE CREATE SOME PERSISTING SSH CONFIG TO USE?**
`ssh jureca`
{: .alert .alert-gitlab-orange}
# Get SERGHEI from a repository
SERGHEI is available at [https://gitlab.com/serghei-model/serghei](https://gitlab.com/serghei-model/serghei). You can simply click on the link to see the project GitLab repository.