@@ -62,6 +62,18 @@ If you want to reset the module environment to the system default, you can use t
> module reset
```
You can save a collection of loaded modules to to a named collection with the `save` option.
```sh
> module save <collection-name>
```
To restore a previously saved connection, you can restore the save module collection with the `restore` option.
```sh
> module restore <collection-name>
```
### Core Compiler
For all packages a certain version of GCC is automatically loaded as `GCCcore` module. The `GCCcore` module will be part of the dependencies for making a certain module visible.