Software

Poor performance with hybrid MPI+OpenMPI jobs and more than 4 MPI Tasks on multiple nodes

RELION versions prior to 5 may exhibit suboptimal performance in hybrid MPI+OpenMP jobs when the number of MPI tasks exceeds four across multiple nodes.

Workaround

If possible, limit the number of MPI tasks to four or fewer to achieve optimal performance. Alternatively, consider upgrading to RELION version 5 or later, as these newer releases may include optimizations and improvements that resolve this performance issue.

Docker container runtime error on desktop due to DBUS session

When running a container using the podman or docker command on a desktop system, you may encounter an error like the following:

Error: OCI runtime error: crun: sd-bus call: Process org.freedesktop.systemd1 exited with status 1: Input/output error

A similar issue has been discussed in Podman GitHub Issue #13429, and it has been concluded that this is not a Podman bug.

CP package hang with MVAPICH3 in Quantum-Espresso

While using MVAPICH3 builds of Quantum ESPRESSO (QE), users may encounter hangs when running the CP package, which can lead to job timeouts. We recommend switching to the OpenMPI build of any QE version.

Please switch to Intel-OpenMPI version. You can access it via

module load intel/2021.10.0 openmpi/5.0.2
module load quantum-espresso/7.3.1

Note that MVAPICH3 variants will be deprecated on August 19, 2025

xfdtd could not find the command lsb_release

You may encounter the following error while running xfdtd 7.10.2.3 on Cardinal:

Could not find the command 'lsb_release'.  Please install the system package that has this command.
On RHEL7/CentOS7 the package is redhat-lsb-core. On Ubuntu18 the package is lsb-core.

Cause of the Error

Cardinal runs RHEL9 which no longer provides lsb_release by default

Affected versions

7.10.2.3

Workaround

Please use xfdtd 7.11.0.3 on Cardinal

Some MKL environment variables have incorrect paths

MKL module files define some helper environment variables with incorrect paths.  This can yield link time errors.  All three clusters are affected.  We are working to correct the module files.   A workaround for users is to redefine the environment variable with the correct path; this requires some computational maturity.  We recommend users contact oschelp@osc.edu for assistance.  An example error from Cardinal with module intel-oneapi-mkl/2023.2.0 that defined environment variable MKL_LIBS_INT64 follows:

Resolved: Home directory space Issue with MATLAB 2024a

Users may experience their home directory running out of space after executing multiple MATLAB 2024a jobs. This issue is caused by the accumulation of multiple copies of the MathWorks Service Host in $HOME/.MathWorks/ServiceHost.

To address this, we have upgraded MATLAB 2024a to Update 7 on all clusters, as recommended in the following article: Why is the MathWorks Service Host causing issues with my cluster and/or HPC?

Pages