@@ -60,6 +60,12 @@ When called with only with the module name and no specific version, the output o
> module spider foo/1.2.3
```
If you want to reset the module environment to the system default, you can use the `reset` option.
```sh
> module reset
```
### 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.