<div dir="ltr"><div>Dear users, I am trying to compile WPS,  I get this error. The machine is Linux x86_64 PGI compiler(serial)</div><div>make[1]: pgf90: Command not found<br>make[1]: [int2nc.exe] Error 127 (ignored)<br>make[1]: Leaving directory `/scratch/pknu/p006kiw/WRFV3.6/WPS/util/src&#39;<br>if [ -h int2nc.exe ] ; then \<br>  /bin/rm -f int2nc.exe ; \<br> fi ; \<br> if [ -h ../int2nc.exe ] ; then \<br>  /bin/rm -f ../int2nc.exe ; \<br> fi ; \<br> if [ -e src/int2nc.exe ] ; then \<br>  ln -sf src/int2nc.exe . ; \</div><div><br></div><div>Below is the part of configure.wps script</div><div><br></div><div><br></div><div>COMPRESSION_LIBS    = -L/glade/u/home/wrfhelp/UNGRIB_LIBRARIES/lib -ljasper -lpng -lz<br>COMPRESSION_INC     = -I/glade/u/home/wrfhelp/UNGRIB_LIBRARIES/include<br>FDEFS               = -DUSE_JPEG2000 -DUSE_PNG<br>NCARG_LIBS2         = -L${PGI}/linux86-64/5.2/lib -lpgftnrtl -lpgc \<br>                      -L/usr/lib64 -lg2c<br>SFC                 = pgf90<br>SCC                 = pgcc<br>DM_FC               = mpif90<br>DM_CC               = mpicc<br>FC                  = $(SFC)<br>CC                  = $(SCC)<br>LD                  = $(FC)<br>FFLAGS              = -Mfree -byteswapio -O<br>F77FLAGS            = -Mfixed -byteswapio -O<br>FCSUFFIX            =<br>FNGFLAGS            = $(FFLAGS)<br>LDFLAGS             =<br>CFLAGS              = -O<br>CPP                 = /lib/cpp -P -traditional<br>CPPFLAGS            = -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32<br>ARFLAGS             =<br>CC_TOOLS            =</div></div>