Running Software on Firebird: Difference between revisions
Imported from Confluence |
m Aruethe2 moved page Firebird Software to Running Software on Firebird without leaving a redirect |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Firebird offers several software packages, both open-source and licensed. Access to many packages is controlled through '''modules''': in order to use a particular software package, users must first load the appropriate module, which updates the user’s PATH and other environment variables to ensure the software works as expected. | Firebird offers several software packages, both open-source and licensed. Access to many packages is controlled through '''modules''': in order to use a particular software package, users must first load the appropriate module, which updates the user’s PATH and other environment variables to ensure the software works as expected. | ||
== List Available Modules == | |||
= List Available Modules = | |||
To see a list of available software modules: | To see a list of available software modules: | ||
| Line 11: | Line 9: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= Load a Software Module = | == Load a Software Module == | ||
To load a particular module: | To load a particular module: | ||
| Line 30: | Line 28: | ||
Make sure to load the module for your institution. | Make sure to load the module for your institution. | ||
= View Loaded Modules = | == View Loaded Modules == | ||
To see a list of currently loaded modules in your environment: | To see a list of currently loaded modules in your environment: | ||
| Line 38: | Line 36: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= Unload or Purge Modules = | == Unload or Purge Modules == | ||
To unload a specific module: | To unload a specific module: | ||
| Line 52: | Line 50: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{Category Navbox|Firebird Software}} | |||
[[Category:Firebird Software]] | |||
Latest revision as of 19:33, 9 July 2026
Firebird offers several software packages, both open-source and licensed. Access to many packages is controlled through modules: in order to use a particular software package, users must first load the appropriate module, which updates the user’s PATH and other environment variables to ensure the software works as expected.
List Available Modules
To see a list of available software modules:
module avail
Load a Software Module
To load a particular module:
module load mathematica/14
Note that because Firebird is a shared system, some software may be licensed only for one institution. For example, Stata is licensed differently for Swarthmore:
module avail stata
------------------------------------------------------------------------------------- /opt/modulefiles -------------------------------------------------------------------------------------
stata/18-laf stata/18-swat (D)
Make sure to load the module for your institution.
View Loaded Modules
To see a list of currently loaded modules in your environment:
module list
Unload or Purge Modules
To unload a specific module:
module unload mathematica/14
To unload all loaded modules:
module purge