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 for module available) command or the wp (shortcut for whatprovides) command on maestro.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