Installing SBGrid Software
Using the SBGrid Environment
Support for Site Administrators
Hardware Support Notes
Getting Help
Support for Developers
Most of the software titles installed in the SBGrid software collection have several versions available. We try to provide at least three versions of each software package, although very old or very new applications may have fewer versions.
Changing software versions in SBGrid is done using environment variables. Versions can be changed on-the-fly without reconfiguring the shell. Persistent changes can be made using the ~/.sbgrid.conf file.
To list the available versions of a software title, you can use the sbgrid utility. Running sbgrid -l will list the versions for your current platform. From a Linux machine, a search for CCP4 versions looks like this:
$ sbgrid-info -l ccp4
Version information for: /programs/x86_64-linux/ccp4
Default version: 7.0
In-use version: 6.5
Other available versions: 6.4.0 6.3.0
Overrides use this shell variable: CCP4_X
Running sbgrid-info -L will print the available versions for the three current platforms (OS X PowerPC and Intel, Linux).
$ sbgrid-info -L gnuplot
Version information for: /programs/x86_64-linux/gnuplot
Default version: 4.6.4
In-use version: 4.6.4
Other available versions: 4.6.0 4.4.3 4.2.6
Overrides use this shell variable: GNUPLOT_X
Version information for: /programs/i386-linux/gnuplot
Default version: 4.6.0
Other available versions: 4.4.3 4.2.6
Overrides use this shell variable: GNUPLOT_L
Version information for: /programs/i386-mac/gnuplot
Default version: 4.6.4
Other available versions: 4.4.3 4.2.6 4.6.0
Overrides use this shell variable: GNUPLOT_M
To override the default version of a software title, you need to create an override file. The shell configuration scripts will read this file and override the default version.
The override file is named .sbgrid.conf and should be placed in your $HOME directory. The syntax for overrides is a simple key=value pair. E.g. it should look like this:
APPLICATION_X=1.2
APPLICATION_X is the name of the application followed by an underscore and the shorthand initial for the architecture. The last field on the line is the software version number you want to use. The initials for each software branch are:
Software Directory | Shorthand Initial |
---|---|
x86_64-linux | _X |
i386-mac | _M |
To quickly open the overrides file in your default $EDITOR, you can run sbgrid-overrides -e.
When you open a new shell, you will see a message about the overridden version. Note that a site administrator can create sitewide or machine-specific overrides as well.
The example output below shows CCP4 on linux being changed from the default version:
Configuration options in effect for this shell:
Variable Setting Configuration
CCP4_M 6.3.0 personal
To disable a specific software package, set its version to "disable" in your ~/.sbgrid.conf file.