Skip to content
Snippets Groups Projects
Commit e61c97b3 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update README

parent 65a38afc
No related branches found
No related tags found
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
...@@ -14,7 +14,7 @@ and [Network In Network (Lin et al., 2014)](https://arxiv.org/abs/1312.4400). ...@@ -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` * Install __proj__ on your machine using the console. E.g. for opensuse / leap `zypper install proj`
* c++ compiler required for cartopy installation * 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. 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>`. * 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 * 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). ...@@ -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. * 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. * 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 # Security
* To use hourly data from ToarDB via JOIN interface, a private token is required. Request your personal access token and * To use hourly data from ToarDB via JOIN interface, a private token is required. Request your personal access token and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment