Hi everyone<br><br>I am facing some errors during compilation of WPS, with no .exe files created. I've attached portions of the 'compile.log' file below. It is being compiled on a HP XC cluster (CP4000) with PGI compilers version 6.1. The 'mpi' modules are loaded correctly.<br><br>Also, running separate portions of the compile, like the one below, in individual directories, with the '.F90' extension, in place of the '.f' extension, seems to be getting rid of the error. But I imagine, the compile automatically needs to do the re-directing to the '.f' extension.<br> <br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c parallel_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file mpi.mod (parallel_module.f: 9)<br>PGF90/any Linux/x86-64 6.1-2: compilation
 aborted<br>make[1]: [parallel_module.o] Error 2 (ignored)<br><br>Can someone please help me out with the kind of changes i may need to make in the configure.wps or something?<br><br>thanks<br>Jyothi<br>-------------------------------------------------<br><br>compile.log:<br><br>make -i -r geogrid.exe \<br>&nbsp;&nbsp;&nbsp; WRF_DIR="/homes/jy/WPS/../WRFV2" \<br>&nbsp;&nbsp;&nbsp; FC="pgf90" \<br>&nbsp;&nbsp;&nbsp; CC="pgcc" \<br>&nbsp;&nbsp;&nbsp; CPP="/lib/cpp -C -P -traditional" \<br>&nbsp;&nbsp;&nbsp; FFLAGS="-Mfree -byteswapio -O -I/opt/hpmpi/include/64" \<br>&nbsp;&nbsp;&nbsp; CFLAGS="-O -I/opt/hpmpi/include/64" \<br>&nbsp;&nbsp;&nbsp; LDFLAGS="-I/opt/hpmpi/include/64" \<br>&nbsp;&nbsp;&nbsp; CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -D_MPI -DBIT32 -I/opt/hpmpi/include/64 -D_GEOGRID" )<br>make[1]: Entering directory `/homes/jy/WPS/geogrid/src'<br>make[1]: Warning: File `../../configure.wps' has modification time 94 s in the
 future<br>/bin/rm -f cio.o<br>pgcc -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -D_MPI -DBIT32 -I/opt/hpmpi/include/64 -D_GEOGRID -O -I/opt/hpmpi/include/64 -c cio.c&nbsp;&nbsp;&nbsp; <br>/bin/rm -f wrf_debug.o wrf_debug.mod<br>/bin/cp wrf_debug.f90 wrf_debug.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c wrf_debug.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>/bin/rm -f wrf_debug.f<br>/bin/rm -f parallel_module.o parallel_module.mod<br>/lib/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -D_MPI -DBIT32 -I/opt/hpmpi/include/64 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int
 -I/homes/jy/WPS/../WRFV2/inc parallel_module.F90 &gt; parallel_module.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c parallel_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file mpi.mod (parallel_module.f: 9)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [parallel_module.o] Error 2 (ignored)<br>/bin/rm -f parallel_module.f<br>/bin/rm -f module_debug.o module_debug.mod<br>/lib/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -D_MPI -DBIT32 -I/opt/hpmpi/include/64 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc
 module_debug.F90 &gt; module_debug.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c module_debug.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file parallel_module.mod (module_debug.f: 4)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [module_debug.o] Error 2 (ignored)<br>/bin/rm -f module_debug.f<br>/bin/rm -f bitarray_module.o bitarray_module.mod<br>/bin/cp bitarray_module.f90 bitarray_module.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c bitarray_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod
 (bitarray_module.f: 9)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [bitarray_module.o] Error 2 (ignored)<br>--------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c gridinfo_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (gridinfo_module.f: 10)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [gridinfo_module.o] Error 2 (ignored)<br>/bin/rm -f gridinfo_module.f<br>/bin/rm -f module_map_utils.o module_map_utils.mod<br>/bin/cp module_map_utils.f90 module_map_utils.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c module_map_utils.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1
 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (module_map_utils.f: 135)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [module_map_utils.o] Error 2 (ignored)<br>-----------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c list_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (list_module.f: 9)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [list_module.o] Error 2 (ignored)<br>/bin/rm -f list_module.f<br>/bin/rm -f llxy_module.o llxy_module.mod<br>/lib/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -D_MPI -DBIT32 -I/opt/hpmpi/include/64 -D_GEOGRID
 -DUSE_JPEG2000 -DUSE_PNG -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc llxy_module.F90 &gt; llxy_module.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c llxy_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file gridinfo_module.mod (llxy_module.f: 11)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [llxy_module.o] Error 2 (ignored)<br>----------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c source_data_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1
 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file list_module.mod (source_data_module.f: 9)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [source_data_module.o] Error 2 (ignored)<br>---------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c output_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file parallel_module.mod (output_module.f: 10)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [output_module.o] Error 2 (ignored)<br>/bin/rm -f output_module.f<br>/bin/rm -f queue_module.o queue_module.mod<br>/lib/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -D_MPI -DBIT32 -I/opt/hpmpi/include/64 -D_GEOGRID
 -DUSE_JPEG2000 -DUSE_PNG -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc queue_module.F90 &gt; queue_module.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c queue_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (queue_module.f: 10)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [queue_module.o] Error 2 (ignored)<br>----------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c interp_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1
 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file bitarray_module.mod (interp_module.f: 8)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [interp_module.o] Error 2 (ignored)<br>/bin/rm -f interp_module.f<br>/bin/rm -f proc_point_module.o proc_point_module.mod<br>/bin/cp proc_point_module.f90 proc_point_module.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c proc_point_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file bitarray_module.mod (proc_point_module.f: 16)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [proc_point_module.o] Error 2 (ignored)<br>------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c process_tile_module.f
 -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (process_tile_module.f: 8)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [process_tile_module.o] Error 2 (ignored)<br>/bin/rm -f process_tile_module.f<br>/bin/rm -f geogrid.o geogrid.mod<br>/lib/cpp -C -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -D_MPI -DBIT32 -I/opt/hpmpi/include/64 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc geogrid.F90 &gt; geogrid.f<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c geogrid.f
 -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file gridinfo_module.mod (geogrid.f: 8)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [geogrid.o] Error 2 (ignored)<br>-----------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c bitarray_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (bitarray_module.f: 9)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [bitarray_module.o] Error 2 (ignored)<br>---------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c
 datatype_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file bitarray_module.mod (datatype_module.f: 3)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [datatype_module.o] Error 2 (ignored)<br>-------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c list_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (list_module.f: 9)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [list_module.o] Error 2 (ignored)<br>---------------------------------<br>pgf90 -Mfree -byteswapio -O
 -I/opt/hpmpi/include/64 -c interp_option_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file gridinfo_module.mod (interp_option_module.f: 3)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [interp_option_module.o] Error 2 (ignored)<br>---------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c module_date_pack.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (module_date_pack.f: 14)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [module_date_pack.o] Error 2
 (ignored)<br>-----------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c queue_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (queue_module.f: 10)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [queue_module.o] Error 2 (ignored)<br>-----------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c input_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file gridinfo_module.mod (input_module.f: 3)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]:
 [input_module.o] Error 2 (ignored)<br>----------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c interp_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file bitarray_module.mod (interp_module.f: 8)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [interp_module.o] Error 2 (ignored)<br>--------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c storage_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file datatype_module.mod (storage_module.f: 3)<br>PGF90/any Linux/x86-64 6.1-2: compilation
 aborted<br>make[1]: [storage_module.o] Error 2 (ignored)<br>---------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c output_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file parallel_module.mod (output_module.f: 10)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [output_module.o] Error 2 (ignored)<br>---------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c read_met_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file module_debug.mod (read_met_module.f: 4)<br>PGF90/any Linux/x86-64
 6.1-2: compilation aborted<br>make[1]: [read_met_module.o] Error 2 (ignored)<br>----------------------------------<br>pgf90 -Mfree -byteswapio -O -I/opt/hpmpi/include/64 -c rotate_winds_module.f -I/homes/jy/WPS/../WRFV2/external/io_netcdf -I/homes/jy/WPS/../WRFV2/external/io_grib_share -I/homes/jy/WPS/../WRFV2/external/io_grib1 -I/homes/jy/WPS/../WRFV2/external/io_int -I/homes/jy/WPS/../WRFV2/inc<br>PGF90-F-0004-Unable to open MODULE file bitarray_module.mod (rotate_winds_module.f: 3)<br>PGF90/any Linux/x86-64 6.1-2: compilation aborted<br>make[1]: [rotate_winds_module.o] Error 2 (ignored)<br>------------------------------<br><br><br><p>&#32;

<hr size=1>The fish are biting.<br>
<a href="http://us.rd.yahoo.com/evt=49679/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php?o=US2140&cmp=Yahoo&ctv=Q107Tagline&s=Y&s2=EM&b=50"> Get more visitors</a> on your site using <a href="
http://us.rd.yahoo.com/evt=49679/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php?o=US2140&cmp=Yahoo&ctv=Q107Tagline&s=Y&s2=EM&b=50">Yahoo! Search Marketing.</a>