Skip to content

Commit 3a89d5a

Browse files
EulerGuide: add a note about singularity
1 parent 2b77c3b commit 3a89d5a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/guide/Guide_Euler.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"source": [
2828
"\n",
29-
"## Installation and working directories\n",
29+
"## Installation direectory and working directory\n",
3030
"\n",
3131
"Please, get familiar with the various Euler storage options: https://scicomp.ethz.ch/wiki/Storage_systems.<br>\n",
3232
"As a general rule: use `/cluster/project` for installation and `/cluster/work` for data processing.\n",
@@ -45,7 +45,7 @@
4545
"metadata": {},
4646
"source": [
4747
"\n",
48-
"## Climada installation in virtual environment\n",
48+
"## Climada installation in a virtual environment\n",
4949
"\n",
5050
"Climada is pre-installed and available in the default pip environment of Euler."
5151
]
@@ -196,7 +196,7 @@
196196
"metadata": {},
197197
"source": [
198198
"\n",
199-
"## Run Jupyter Notebook on Euler"
199+
"## Run a Jupyter Notebook on Euler"
200200
]
201201
},
202202
{
@@ -280,7 +280,10 @@
280280
"source": [
281281
"## Fall back: Singularity Container\n",
282282
"\n",
283-
"To install climada into a singularity container, follow these steps:"
283+
"In case the installation in a virtual environment does not work, e.g,, because some module on Euler in incompatible with additional requirements for Python packages, the last resort is an installation of CLIMADA into a Singularity container. \\\n",
284+
"In general, this is more difficult and time-consuming and easier to get wrong. It also requires a lot of diskspace and produces a high number of files, but it provides more flexibility, as one can install basically anything you want.\n",
285+
"\n",
286+
"To install CLIMADA into a Singularity container, follow these steps:"
284287
]
285288
},
286289
{

0 commit comments

Comments
 (0)