Pitzer

Upgrade to SLURM at 9AM on Dec 2

It is scheduled to have an update to SLURM scheduler at 9AM on Wednesday, December 2nd. The upgrade will have no impact on running jobs and will only make the SLURM scheduler unavailable for user commands for approximately 3 minutes. This update is from 20.02.5 to 20.02.6, and includes a few critical security patches and bug fixes.

System Downtime December 15 2020

A downtime for all OSC HPC systems is scheduled from 7 a.m. to 9 p.m., Tuesday, December 15, 2020. The downtime will affect the Pitzer and Owens Clusters, web portals, state-wide licenses, and HPC file servers. Login services will not be available during this time, including MyOSC. In preparation for the downtime, the batch scheduler will begin holding jobs that cannot be completed before 7 a.m., December 15, 2020.

HOWTO: Debugging Tips

This article focuses on debugging strategies for C/C++ codes, but many are applicable to other languages as well.

Rubber Duck Debugging

This approach is a great starting point. Say you have written some code, and it does not do what you expect it to do. You have stared at it for a few minutes, but you cannot seem to spot the problem.

Pages