pgio error

I compiled a program (FORTRAN and C) on an AMD/Athlon64 with pgf90 (32bit). It runs fine on my machine but fails on another 32 bit linux machine, with an error code _pgio_environ. Can someone help?

Thanks --OY

Hi OY,

What operation systems are installed on each of the systems? Are you compiling statically or dynamically? What version of compilers are installed?

My best guess is that you have a version mismatch of the PGI C runtime library (libpgc.so) and need to install the PGI portability package for your compiler version (found HERE) on the second Linux system.

  • Mat[/url]