How to use PGI fortran compiler

I am post graduate student and want to use PGI Fortran. I have also downloaded PGI Workstation 169.dmg file for MAC OSX 10.12 and followed installation instruction, but could not see PGI application to open it. Can anybody help me to locate PGI Fortran complier on mac and how to open it after installing it.

Hello,

We do not support Sierra officially, but some users have reported
the PGI compilers install. Key is to make sure all the Xcode components
are installed and licensed, especially the Xcode command line tool.

  1. Install and assent to license agreement

%xcode-select --install
%sudo xcodebuild - license

  1. Install the PGI compilers again.


    dave