The module environment: The environment module manager provided by the CentOS distribution allows configuring environment variables suitable for your program.

If your user directory contains a ~/.modulerc file, it will be automatically loaded each time a module command is called.

Here are some useful commands (use module help for more details):

$ module av or module available: List available modules.
$ module show: Show module description.
$ module purge: Remove all modules from your environment.
$ module add or module load: Load a module into your environment.
$ module rm or module unload: Remove a module from your environment.
By default

$ module load intel-oneapi/2023.1.0
$ module av