Skip to the content.

Notes on using Alma 9 nodes at STAR

Ref: @[July 14, 2025] > STAR Software Mattermost chat with link to tutorial page

Ref: @[July 14, 2025] > STAR Software Mattermost chat link to issue with STAR_ROOT not found

Ref: @[July 14, 2025] > STAR Software Mattermost chat link to fix issue with STAR_ROOT not found

The information contained herein is valid as of the time of writing July 15, 2025 and may change as the STAR software develops

Summary

Background

The end of life for Scientific Linux 7 (SL7) has made it necessary and prudent for SDCC to switch to a different operating system (OS). This is the Alma 9 OS. However, The STAR software does not work out of the box on the Alma 9 OS. This could be due to the switch to a 64 bit OS. Also, on Alma 9, the AFS formatted disks are not accessible and only NFS formatted disks are. To run STAR software on Alma 9 one must use a “virtual box” to run code that uses the STAR libraries. This “virtual box” is called singularity. singularity is a container that will allow you to use the STAR software on STAR nodes running Alma 9.

The Alma 9 nodes cannot be reached with the usual rterm -i command. You need to ssh to them directly from the gateway. The nodes are starsub0X where “X” is a number from 1 to 7, e.g. ssh starsub04. The nodes numbered 3 and above have the latest version of condor and are thus recommended.

Q&A