When I compile my make file I am getting the following error:
/bin/sh: pgf90: command not found
make: *** [link] Error 127
This is a fresh download of the MacOS PGI Community Community Edition and of Xcode. I can successfully compile with IFORT and Gfortran, but need to use pgf90 to compare with a colleague’s outputs. The pgf90 executable can be found here:
/opt/pgi/osx86-64/19.10/bin/pgf90
I have manually added /opt into the PATH