The HPC image must have changed to include gcc-9.2.0 and openmpi-4.0.2 rather than gcc-8.2.0 and openmpi-4.0.1 respectively. Need to load those modules now instead of the old.
{{{
[hpcuser@compute000000 ~]$ module av
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- /usr/share/Modules/modulefiles ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
dot gcc-9.2.0 module-git module-info modules mpi/hpcx mpi/hpcx-v2.5.0 mpi/impi mpi/impi-2019 mpi/impi_2018.4.274 mpi/impi_2019.5.281 mpi/mvapich2 mpi/mvapich2-2.3.2 mpi/openmpi mpi/openmpi-4.0.2 null use.own
}}}
The HPC image must have changed to include gcc-9.2.0 rather than gcc-8.2.0. Thus, the LD_LIBRARY_PATH is now incorrect.
{{{
[hpcuser@compute000000 ~]$ module av
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- /usr/share/Modules/modulefiles ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
dot gcc-9.2.0 module-git module-info modules mpi/hpcx mpi/hpcx-v2.5.0 mpi/impi mpi/impi-2019 mpi/impi_2018.4.274 mpi/impi_2019.5.281 mpi/mvapich2 mpi/mvapich2-2.3.2 mpi/openmpi mpi/openmpi-4.0.2 null use.own
}}}