The RCD team has completed its annual summer maintenance for Palmetto 2 and Indigo. All RCD services are now available.
During the maintenance window, the team completed:
- Linux kernel updates to patch recently identified security vulnerabilities
- Minor NVIDIA driver updates
- Minor InfiniBand driver updates
- Upgrades to the Indigo Data Lake
- Updates to Open OnDemand, including the new Palmetto Desktop experience described below
These updates help maintain the security, reliability, and stability of Clemson’s research computing infrastructure as we prepare for the Fall semester.
We appreciate your patience while our team completed this work. If you experience any issues following maintenance, please submit a support ticket so the RCD team can assist.
Changes to $TMPDIR
The behavior of $TMPDIR for jobs running on Palmetto has changed.
Previously, $TMPDIR pointed to a job-specific directory under /local_scratch:
/local_scratch/slurm.$SLURM_JOBID
Following this maintenance, each user receives a namespaced /tmp directory on the compute node, and $TMPDIR now points to that location.
This change does not change the underlying storage characteristics of $TMPDIR. The directory continues to use the local storage on the compute node and is intended for temporary files created during a job. Its contents are still automatically cleaned up after the job ends.
Most applications and scripts that use the $TMPDIR environment variable should continue to work without modification. However, scripts that explicitly reference /local_scratch/slurm.$SLURM_JOBID should be updated to use $TMPDIR instead.
For more information about local scratch storage and $TMPDIR, see the Palmetto storage documentation.
New Palmetto Desktop
As part of this maintenance, RCD updated Open OnDemand with a new Palmetto Desktop experience.
The New Palmetto Desktop provides an updated way to launch and use a graphical desktop environment on Palmetto through Open OnDemand. Users can access the new desktop from the Open OnDemand interface alongside other interactive applications.
We encourage users who work with graphical applications or prefer a desktop environment on Palmetto to try the New Palmetto Desktop and share any feedback or issues with the RCD team.