In certain cases, you may find it necessary to unload a particular modulefile before you can load another modulefile in to your environment, to avoid modulefile conflicts. See Modulefile Conflicts for information about modulefile conflicts.
You can unload a modulefile by using the module unload command, as shown in the following example:
$ module unload ifort/8.0 |
Unloading a modulefile that is loaded by default makes it inactive for the current session only — it will be reloaded the next time you log in.