Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29081 Discussions

error while loading shared libraries: libpgc.so

francesc_verdaguer
765 Views
Dear all,

I am running an environmental program, but it breaks in the middle with the next error:

error while loading shared libraries: libpgc.so: cannot open
shared object file: No such file or directory

I think that 'libpgc.so' is a 'Portland Group', so my question is:

There is an Intel librrary to replace that one?

Thanks for all
0 Kudos
1 Reply
Steven_L_Intel1
Employee
765 Views
I don't know what that library does, but it's very unlikely that there is an "Intel library" you can just swap in.

Your application calls routines which were found in this libpgc. You need to rebuild with the Intel compilers and see if the routines are resolved in Intel or gcc libraries. If not, then you may need to rewrite code.
0 Kudos
Reply