@@ -106,6 +106,16 @@ ICON can be downloaded and used under a [personal non-commercial research licens
```
Why the `srun --mem=20G`? Because this way the configuration script runs on the compute nodes of `jet` and has enough memory to run simple test programmes (actually, it could work with a lot less than 20G). This is necessary because the configuration script makes some tests to see if the MPI environment (in particular `mpirun`) works correctly; with the default settings on `jet`, this is the case only on the compute nodes.
According to MB, an alternative way to make it work is: