From 89ccfad1ac8c0922e3d7f3c419494f18c8069da9 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Tue, 20 Oct 2020 16:37:27 +0100 Subject: [PATCH 1/2] added jasmin --- doc/quickstart/install.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/quickstart/install.rst b/doc/quickstart/install.rst index a8c6e6b639..50a29f0fe8 100644 --- a/doc/quickstart/install.rst +++ b/doc/quickstart/install.rst @@ -187,3 +187,14 @@ To install from source for development, follow these instructions. e.g. \ ``pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org -e .[develop]`` - Test that your installation was successful by running ``esmvaltool -h``. + +Pre-installed versions on HPC clusters +-------------------------------------- + +You will find the tool available on HPC clusters and there will be no need to install it +yourself if you are just running diagnostics: + + - CEDA-JASMIN: `esmvaltool` is available on the scientific compute nodes (`sciX.jasmin.ac.uk` where + `X = 1, 2,`3, 4, 5`) after login and module loading via `module load esmvaltool`; see the helper page at + `CEDA `__ ; + - DKRZ: Bjoern please From 46d57c741f93af40c4f2351fc048b0ae1c6ca08c Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Tue, 9 Feb 2021 10:02:46 +0000 Subject: [PATCH 2/2] removing annotation cheers Javi Co-authored-by: Javier Vegas-Regidor --- doc/quickstart/install.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/quickstart/install.rst b/doc/quickstart/install.rst index 50a29f0fe8..110bd722d6 100644 --- a/doc/quickstart/install.rst +++ b/doc/quickstart/install.rst @@ -197,4 +197,3 @@ yourself if you are just running diagnostics: - CEDA-JASMIN: `esmvaltool` is available on the scientific compute nodes (`sciX.jasmin.ac.uk` where `X = 1, 2,`3, 4, 5`) after login and module loading via `module load esmvaltool`; see the helper page at `CEDA `__ ; - - DKRZ: Bjoern please