Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I run a PGI developed program on a Windows machine without PGI compilers installed?

0
Posted

How do I run a PGI developed program on a Windows machine without PGI compilers installed?

0

PGI’s compilers for the supported versions of Microsoft Windows include Microsoft Visual C++ 2005 Redistributable Package. This package needs to be installed on the target system. In addition, there are some dynamically linked PGI libraries that should be present, either locally or in a path. You can remove most of the PGI dll dependencies by linking -Bstatic_pgi, but currently not pg.dll. The Microsoft Visual C++ 2005 Redistributable Package for 32-bits (x86) is available from Microsoft. If you have problems, go to http://www.microsoft.com/downloads and follow the Visual C++ link to the Microsoft Visual C++ 2005 Redistributable Package (x86). A Microsoft Visual C++ 2005 Redistributable Package for 64-bits (x64) is also available. If you have problems, follow the same path descibed above to the Microsoft Visual C++ 2005 Redistributable Package (x64). Both packages must to be executed to install them. Copying over the Microsoft libraries from the PGI compiler area will not work. Once yo

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123