From e61c97b3ecbac0bb7ea99e91d6ef41bb8c22c782 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Mon, 11 May 2020 08:51:27 +0200
Subject: [PATCH] update README

---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e321d108..baae0af9 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ and [Network In Network (Lin et al., 2014)](https://arxiv.org/abs/1312.4400).
 * Install __proj__ on your machine using the console. E.g. for opensuse / leap `zypper install proj`
 * c++ compiler required for cartopy installation
 
-## HPC - JUWELS and HDFML
+## HPC - JUWELS and HDFML setup
 The following instruction guide you throug the installation on JUWELS and HDFML. 
 * Clone the repo to HPC system (we recommend to place it in `/p/projects/<project name>`.
 * Setup venv by executing `source setupHPC.sh`. This script loads all pre-installed modules and creates a venv for 
@@ -27,6 +27,13 @@ You have to enter the HPC project's budget name (--account flag).
 * Execute either `sbatch run_juwels_develgpus.bash` or `sbatch run_hdfml_batch.bash` to verify that the setup went well.
 * Currently cartopy is not working on our HPC system, therefore PlotStations does not create any output.
 
+### HPC JUWELS and HDFML remarks 
+Please note, that the HPC setup is customised for JUWELS and HDFML. When using another HPC system, you can use the HPC setup files as a skeleton and customise it to your needs. 
+
+Note: The method `PartitionCheck` currently only checks if the hostname starts with `ju` or `hdfmll`. 
+Therefore, it might be necessary to adopt the `if` statement in `PartitionCheck._run`.
+
+
 # Security
 
 * To use hourly data from ToarDB via JOIN interface, a private token is required. Request your personal access token and
-- 
GitLab