Pitzer

Matlab parallel pool cannot connect

In some cases, matlab would hang with connecting to parallel pool on Pitzer. This was discovered in the 2026 January downtime. In order to mitigate this we have introduced the "current" parallel profile

Under the "hpc" profile, matlab will generate a new slurm job for parfor loops and the like. This means that one can request a single core matlab OnDemand job, and generate jobs for calculations separate from the OnDemand job

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:

MPI-IO issues on home directories with Intel MPI 2019.3

Certain MPI-IO operations with intelmpi/2019.3 may crash, fail or proceed with errors on the home directory. We do not expect the same issue on our GPFS file system, such as the project space and the scratch space. The problem might be related to the known issue reported by HDF5 group. Please read the section "Problem Reading A Collectively Written Dataset in Parallel" from HDF5 Known Issues for more detail.

Affected versions

2019.3

Pages