commit b3d274f28db78a93c0f1dfa3d0d2f523a4309ba9 Author: assman_g Date: Fri Jun 13 14:12:19 2025 +0200 Add Clara _Manual diff --git a/Clara-_Manual.md b/Clara-_Manual.md new file mode 100644 index 0000000..28ce4a3 --- /dev/null +++ b/Clara-_Manual.md @@ -0,0 +1,37 @@ +## Prerequisites +### Conda env + +In order to run the code, you need to activate/ generate a conda environment. + +#### Packages needed: + +Install the conda env from the environment.yaml file in the repo. + + +#### Cristallina: +/sf/cristallina/applications/mx/conda/miniconda/envs/39clara + +## Installation + +1. Install the conda environment +2. Clone the repository + +## Usage +1. Login as gac-cristall service account on saresc-cons-05 (SLURM submission only works from here) + +2. Activate the conda env + +``` +conda activate 39clara +``` +3. change to the clara src dir + +``` +cd /sf/cristallina/applications/mx/clara/src +``` +4. execute clara + +``` + ./clara.sh +``` +