You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/install_cluster.rst
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,19 @@ Installation on a server / the Euler Cluster (ETH internal)
5
5
6
6
Please execute the instructions of the following text boxes in a Terminal.
7
7
For ETH WCR group members, there are two directories that can be used for the installation:
8
+
8
9
1. "Home": /cluster/home/USERNAME/
10
+
9
11
2. "Work": /cluster/work/climate/USERNAME
12
+
10
13
The advantage of using "Home" is that it is the location with the fastest access for the use python and CLIMADA.
11
14
The disadvantage of "Home" is the limited quota of 20 GB and 100'000 files, since both miniconda and CLIMADA come with many single files.
12
-
If you don't have many other files stored in "Home", (1) is the recommended option. Otherwise got for (2)
15
+
If you don't have many other files stored in "Home", (1) is the recommended option. Otherwise go for (2).
13
16
14
17
For all steps listed below, first enter the Cluster via SSH.
15
18
16
19
On the server, go to either your "Home" or your "Work" environment. In the following we will go for option (2) and install everything in the "Work" path.
17
-
If you are using a different server or option, please customise the paths in each step.
20
+
If you are using a different server or option, please customise the paths in each step::
18
21
19
22
cd /cluster/work/climate/USERNAME
20
23
@@ -44,7 +47,7 @@ Install environment with Miniconda
0 commit comments