Software

STAR-CCM+ OpenMPI Job Failed due to Out-of-Memory

After the scheduled downtime on May 12, 2026, STAR-CCM+ encounters out-of-memory errors when running OpenMPI jobs. A message similar to the one below appears repeatedly in the output:

[c0317.ten.osc.edu:1736021] Read -1, expected 133860, errno = 1

We have not yet identified the cause of the issue. As a workaround, we recommend swiching to Intel MPI with the following settings:

starccm does not use vis node GPU

Issue:

When trying to run starccm on a vis node in order to use GPU for visualization (not for GPU calculation), the typical way to do this would be to load the virtualgl module and use vglrun

module load virtualgl/3.1.1
module load starccm/19.06.009
vglrun starccm+

However, starccm does not pick up libraries from $LD_LIBRARY_PATH by default, so it does not pick up the necessary graphics libraries

Pages