ROCm7.0 classic flang shared libs 

The shared libraries libflang.so libflangrti.so and libpgmath.so ere part of the classic flang compiler that shipped in ROCm 7.0 and earlier.  Builds of OpenMPI or Mpich from ROCm7.0 or earlier that are used on ROCm7.1 and later releases will fail due to unresolved libraries.

To resolve this a user can untar this tarfile and point to the appropriate distro build of the shared libs.
rhedhat:
export LD_LIBRARY_PATH=<LOCATION>/rhel-classic:$LD_LIBRARY_PATH

sles:
export LD_LIBRARY_PATH=<LOCATION>/sles-classic:$LD_LIBRARY_PATH

ubuntu:
export LD_LIBRARY_PATH=<LOCATION>/ubu-classic:$LD_LIBRARY_PATH

rhel-classic/libflangrti.so
rhel-classic/libflang.so
rhel-classic/libpgmath.so

sles-classic/libflangrti.so
sles-classic/libflang.so
sles-classic/libpgmath.so

ubu-classic/libflangrti.so
ubu-classic/libflang.so
ubu-classic/libpgmath.so

