List of All Tools and Programs
To check if the program or a package you need is already installed on the cluster, you can:
- either go to that page
- or use the
module av(shortcut formodule available) command or thewp(shortcut forwhatprovides) command onmaestro.pasteur.fr
Code Block (bash)
$ module av <name of your package>
or
Code Block (bash)
$ wp <program name>
For more information on how to use these commands, see the basic module usage and whatprovides dedicated pages