I upgraded the GDS and ROOT installations in /ligo/apps/ubuntu12 the control room workstations:
- GDS 2.16.14
- ROOT 5.34.18 (dependency of GDS)
My cursory tests indicate that they seem to be working:

Now that the control room environment has become somewhat uniform at Ubuntu 12, I modified the /ligo/cdscfg/workstationrc.sh file to source the ubuntu12 configuration:
controls@nodus|apps > cat /ligo/cdscfg/workstationrc.sh
# CDS WORKSTATION ENVIRONMENT
source /ligo/apps/ligoapps-user-env.sh
source /ligo/apps/ubuntu12/ligoapps-user-env.sh
source /opt/rtcds/rtcds-user-env.sh
controls@nodus|apps >
This should make all the newer versions available everywhere on login. |