Software

From NU HPC Wiki
Revision as of 01:11, 3 July 2024 by Admin (talk | contribs)
Jump to navigation Jump to search

Running jobs on HPC clusters often requires the use of preinstalled software. For instance, executing a Python script requires the appropriate version of Python to be installed. Shabyt facilitates researchers by providing access to necessary software. Users of Shabyt can utilize pre-installed software, install their own, or request the HPC team to install specific software. This section outlines how users can manage software on Shabyt.

Software Availability (How to Find Software)

To perform tasks on Shabyt, users need to ensure the required software is installed and loaded into the environment. Shabyt offers several software systems that can be loaded using environment modules. If you need software as a dependency, you can search for it using module commands, as detailed in the Module Environments and Commands section.

Building Software

If the software you require isn’t available on Shabyt, you have the option to compile it yourself.