Skip to content

Change Log

Updates to ScienceCloud and ScienceCluster are available on this page. For the Supercomputer service, please see the Alps (Eiger) User Guide.

2024

March

2024-03-06

  • ScienceCloud:
    • Access to the the cloud console (cloud.s3it.uzh.ch) has been restricted to UZH-only networks (wired, wifi, and VPN). The cloud console is now dropping external non-UZH connection attempts.

February

2024-02-07

  • ScienceCluster:
    • Users can now use the command "ls -lh" to print the content size for each folder/file: this allows to quickly find large folders in case of over-quota issues, including hidden ones (e.g. ".local").
    • Upgrade: nvidia driver
    • New released modules: cuda 12.3.0, openmpi 5.0.1, boost 1.84.0, mamba 23.11.0-0, rclone 1.65.1, singularityce 4.1.0

2023

December

2023-12-04

  • ScienceCluster:
    • Updates to modules: python 3.12, anaconda3 2023.09-0, mamba 23.3.1-1, nvhpc 23.9, singularityce 4.0.2, cuda 12.2.1, nccl 2.19.3-1, cudnn 8.9.5.30-12.2, cudnn 8.9.5.30-11.8, gcc 13.2.0, openmpi 4.1.6

2023-11-09

  • ScienceCluster:
    • Matlab R2023b module released
  • ScienceCloud:
    • Images updated; see here for the list of active images
      • MatLab and Gaussian users should use a "***Singularity..." image then follow these MatLab and/or Gaussian instructions

2023-11-01

  • ScienceCluster:
    • OnDemand (for ScienceApps) upgraded for improved stability and security
    • Upgraded kernel version and firmware on compute nodes for improved stability and security
    • Users can now take advantage of all GPU nodes via the lowprio partition
    • To fix long-standing issues, some changes will be made to the user environments. Because of that, we recommend performing the following actions.

      Important: this should be done when no jobs are running; pending jobs are fine.

      • 1 - Move $HOME/.local to your data directory and symlink it. But first, check if the destination already exists:
        stat /data/$USER/.local
        
      • 2 - If it shows "stat: cannot stat ..." then run:
        mv $HOME/.local /data/$USER
        ln -s /data/$USER/.local $HOME/.local
        
      • 3 - Otherwise, you'll need to merge these two directories. Since each user case would be unique, we are unable to provide specific instructions. Please contact Science IT if you have any specific questions.