modules support - raeker/ARC-Wiki-Test GitHub Wiki
***These might prove useful for basic module troubleshooting***
Get a list of ALL available modules
- module av
Search for a specific module:
- module spider <keyword>
Get details of a specific module:
- module whatis <module_name>
***For example: module whatis python-anaconda3***
Get a list of modules based on a keyword
- module keyword <keyword>
***For example: module keyword python***
Load a module:
- module load <module_name>
Unload a module
- module unload <module_name>
Unload ALL modules
- module purge
List ALL loaded modules
- module list
1) PIP3 isn't on Great Lakes. How can I use PIP?
- PIP3 is available on any of the python modules. You can load 'python-anaconda3' and use 'pip' to install any packages you require for your job. To get a comprehensive list of all available packages already installed with 'pip3', you can run: 'pip3 list'.
***List all packages installed with pip: pip list***
***If using python-anaconda, you can use: conda list***
2) This module version isn't on GL/LH/A2. Can you install it for me?
- *Send these requests to either the software team (ITS-ARCTS-software) or the user's corresponding unit support team. *