Software: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
=== Building Software === | === Building Software === | ||
If the software you require isn’t available on Shabyt, you have the option to | If the software you require isn’t available on Shabyt, you have the option to compile it yourself. | ||
Revision as of 01:11, 3 July 2024
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.