Commit 3baf8cc8 authored by Mani Tofigh's avatar Mani Tofigh

Added a caution message for checking version availability before loading a…

Added a caution message for checking version availability before loading a module using module avail
parent ea15ca2e
......@@ -36,6 +36,7 @@ To load a specific version of a module:
```bash
module load gcc/11.2.0
```
**Make sure to check the availability of a specific version of the module you are looking for, using `module avail` as it might not be available on the cluster**.
### Unloading Modules
To unload a module:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment