When executing the mpirun delivered by mcapich of PGI 7.2 cdk we get
mpirun_rsh: error while loading shared libraries: libpgc.so: cannot open shared object file: No such file or directory
No wonder, since
ldd /app/pgi/linux86-64/7.2/mpi/mvapich/bin/mpirun_rsh
libpgc.so => not found
libm.so.6 => /lib64/tls/libm.so.6 (0x0000002a9566c000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a957f2000)
/lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)
How to get that missing library? It was not included when installing mvapich of the cdk :-(
Thanks for any hints.