I've successfully installed WRF 3.7.1 using Intel Fortran compiler, but I have not successfully compiled WPS 3.7.1. Only geogrid.exe and metgrid.exe are created and no ungrib.exe. This is the error message for compiling WPS:
ifort: error #10106: Fatal error in /opt/apps/software/Core/ifort/2015.2.164/composer_xe_2015.2.164/bin/intel64/fortcom, terminated by EMT instruction
ifort: error #10014: problem during multi-file optimization compilation (code 1)
make[1]: [ungrib.exe] Error 1 (ignored)
make[1]: Leaving directory `/home/tc49/wrf/WPS/ungrib/src'
Please find my log file and configure file attached.
Would appreciate any help on this!
Tan
- Code: Select all
**** Compiling WPS and all utilities ****
make[1]: Entering directory `/home/tc49/wrf/WPS/geogrid/src'
/bin/rm -f cio.o
icc -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -w -c cio.c
/bin/rm -f constants_module.o constants_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include constants_module.F > constants_module.f90
ifort -openmp -FR -convert big_endian -c constants_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f misc_definitions_module.o misc_definitions_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include misc_definitions_module.F > misc_definitions_module.f90
ifort -openmp -FR -convert big_endian -c misc_definitions_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f parallel_module.o parallel_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include parallel_module.F > parallel_module.f90
ifort -openmp -FR -convert big_endian -c parallel_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f module_debug.o module_debug.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include module_debug.F > module_debug.f90
ifort -openmp -FR -convert big_endian -c module_debug.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f gridinfo_module.o gridinfo_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include gridinfo_module.F > gridinfo_module.f90
ifort -openmp -FR -convert big_endian -c gridinfo_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f wrf_debug.o wrf_debug.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include wrf_debug.F > wrf_debug.f90
ifort -openmp -FR -convert big_endian -c wrf_debug.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f bitarray_module.o bitarray_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include bitarray_module.F > bitarray_module.f90
ifort -openmp -FR -convert big_endian -c bitarray_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f module_stringutil.o module_stringutil.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include module_stringutil.F > module_stringutil.f90
ifort -openmp -FR -convert big_endian -c module_stringutil.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f hash_module.o hash_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include hash_module.F > hash_module.f90
ifort -openmp -FR -convert big_endian -c hash_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f module_map_utils.o module_map_utils.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include module_map_utils.F > module_map_utils.f90
ifort -openmp -FR -convert big_endian -c module_map_utils.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f list_module.o list_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include list_module.F > list_module.f90
ifort -openmp -FR -convert big_endian -c list_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f llxy_module.o llxy_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include llxy_module.F > llxy_module.f90
ifort -openmp -FR -convert big_endian -c llxy_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f source_data_module.o source_data_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include source_data_module.F > source_data_module.f90
ifort -openmp -FR -convert big_endian -c source_data_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f output_module.o output_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include output_module.F > output_module.f90
ifort -openmp -FR -convert big_endian -c output_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f queue_module.o queue_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include queue_module.F > queue_module.f90
ifort -openmp -FR -convert big_endian -c queue_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f interp_module.o interp_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include interp_module.F > interp_module.f90
ifort -openmp -FR -convert big_endian -c interp_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f proc_point_module.o proc_point_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include proc_point_module.F > proc_point_module.f90
ifort -openmp -FR -convert big_endian -c proc_point_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f smooth_module.o smooth_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include smooth_module.F > smooth_module.f90
ifort -openmp -FR -convert big_endian -c smooth_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f process_tile_module.o process_tile_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include process_tile_module.F > process_tile_module.f90
ifort -openmp -FR -convert big_endian -c process_tile_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f geogrid.o geogrid.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include geogrid.F > geogrid.f90
ifort -openmp -FR -convert big_endian -c geogrid.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f read_geogrid.o
icc -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_GEOGRID -w -c read_geogrid.c
ifort -openmp -o geogrid.exe cio.o wrf_debug.o bitarray_module.o constants_module.o module_stringutil.o geogrid.o gridinfo_module.o hash_module.o interp_module.o list_module.o llxy_module.o misc_definitions_module.o module_debug.o module_map_utils.o output_module.o parallel_module.o process_tile_module.o proc_point_module.o queue_module.o read_geogrid.o smooth_module.o source_data_module.o \
/home/tc49/wrf/WPS/../WRFV3/frame/module_driver_constants.o \
/home/tc49/wrf/WPS/../WRFV3/frame/pack_utils.o /home/tc49/wrf/WPS/../WRFV3/frame/module_machine.o \
/home/tc49/wrf/WPS/../WRFV3/frame/module_internal_header_util.o \
-I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include \
-L/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -lio_grib1 -L/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -lio_grib_share -L/home/tc49/wrf/WPS/../WRFV3/external/io_int -lwrfio_int -L/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -lwrfio_nf -L/work/dsc1/COMMON_LIBRARYS/local/NETCDF/lib -lnetcdff -lnetcdf \
make[1]: Leaving directory `/home/tc49/wrf/WPS/geogrid/src'
( cd src/ngl ; make -i -r DEV_TOP="/home/tc49/wrf/WPS" CC="icc" FC="ifort -openmp" RANLIB="echo" all )
make[1]: Entering directory `/home/tc49/wrf/WPS/ungrib/src/ngl'
( cd w3 ; make -i -r DEV_TOP="/home/tc49/wrf/WPS" all ; echo libw3.a )
make[2]: Entering directory `/home/tc49/wrf/WPS/ungrib/src/ngl/w3'
Makefile:44: warning: overriding commands for target `.f.o'
/home/tc49/wrf/WPS/configure.wps:100: warning: ignoring old commands for target `.f.o'
Makefile:48: warning: overriding commands for target `.c.o'
/home/tc49/wrf/WPS/configure.wps:96: warning: ignoring old commands for target `.c.o'
/bin/rm -f bacio_module.o
ifort -openmp -FI -convert big_endian -c bacio_module.f
/bin/rm -f getgb.o
ifort -openmp -FI -convert big_endian -c getgb.f
/bin/rm -f getgbmh.o
ifort -openmp -FI -convert big_endian -c getgbmh.f
/bin/rm -f putgbex.o
ifort -openmp -FI -convert big_endian -c putgbex.f
/bin/rm -f w3fi73.o
ifort -openmp -FI -convert big_endian -c w3fi73.f
/bin/rm -f getgb1r.o
ifort -openmp -FI -convert big_endian -c getgb1r.f
/bin/rm -f getgbmp.o
ifort -openmp -FI -convert big_endian -c getgbmp.f
/bin/rm -f putgbn.o
ifort -openmp -FI -convert big_endian -c putgbn.f
/bin/rm -f w3fi74.o
ifort -openmp -FI -convert big_endian -c w3fi74.f
/bin/rm -f getgb1re.o
ifort -openmp -FI -convert big_endian -c getgb1re.f
/bin/rm -f getgbp.o
ifort -openmp -FI -convert big_endian -c getgbp.f
/bin/rm -f r63w72.o
ifort -openmp -FI -convert big_endian -c r63w72.f
/bin/rm -f w3fi75.o
ifort -openmp -FI -convert big_endian -c w3fi75.f
/bin/rm -f getgb1s.o
ifort -openmp -FI -convert big_endian -c getgb1s.f
/bin/rm -f getgi.o
ifort -openmp -FI -convert big_endian -c getgi.f
/bin/rm -f sbyte.o
ifort -openmp -FI -convert big_endian -c sbyte.f
/bin/rm -f w3fi76.o
ifort -openmp -FI -convert big_endian -c w3fi76.f
/bin/rm -f getgbe.o
ifort -openmp -FI -convert big_endian -c getgbe.f
/bin/rm -f getgir.o
ifort -openmp -FI -convert big_endian -c getgir.f
/bin/rm -f sbytes.o
ifort -openmp -FI -convert big_endian -c sbytes.f
/bin/rm -f w3fi82.o
ifort -openmp -FI -convert big_endian -c w3fi82.f
/bin/rm -f getgbeh.o
ifort -openmp -FI -convert big_endian -c getgbeh.f
/bin/rm -f idsdef.o
ifort -openmp -FI -convert big_endian -c idsdef.f
/bin/rm -f w3fi83.o
ifort -openmp -FI -convert big_endian -c w3fi83.f
/bin/rm -f getgbem.o
ifort -openmp -FI -convert big_endian -c getgbem.f
/bin/rm -f iw3jdn.o
ifort -openmp -FI -convert big_endian -c iw3jdn.f
/bin/rm -f w3difdat.o
ifort -openmp -FI -convert big_endian -c w3difdat.f
/bin/rm -f w3fs26.o
ifort -openmp -FI -convert big_endian -c w3fs26.f
/bin/rm -f getgbemh.o
ifort -openmp -FI -convert big_endian -c getgbemh.f
/bin/rm -f ixgb.o
ifort -openmp -FI -convert big_endian -c ixgb.f
/bin/rm -f w3doxdat.o
ifort -openmp -FI -convert big_endian -c w3doxdat.f
/bin/rm -f w3log.o
ifort -openmp -FI -convert big_endian -c w3log.f
/bin/rm -f getgbemp.o
ifort -openmp -FI -convert big_endian -c getgbemp.f
/bin/rm -f lengds.o
ifort -openmp -FI -convert big_endian -c lengds.f
/bin/rm -f w3fi01.o
ifort -openmp -FI -convert big_endian -c w3fi01.f
/bin/rm -f w3movdat.o
ifort -openmp -FI -convert big_endian -c w3movdat.f
/bin/rm -f getgbens.o
ifort -openmp -FI -convert big_endian -c getgbens.f
/bin/rm -f pdsens.o
ifort -openmp -FI -convert big_endian -c pdsens.f
/bin/rm -f w3fi58.o
ifort -openmp -FI -convert big_endian -c w3fi58.f
/bin/rm -f w3reddat.o
ifort -openmp -FI -convert big_endian -c w3reddat.f
/bin/rm -f getgbep.o
ifort -openmp -FI -convert big_endian -c getgbep.f
/bin/rm -f pdseup.o
ifort -openmp -FI -convert big_endian -c pdseup.f
/bin/rm -f w3fi59.o
ifort -openmp -FI -convert big_endian -c w3fi59.f
/bin/rm -f w3tagb.o
ifort -openmp -FI -convert big_endian -c w3tagb.f
/bin/rm -f errmsg.o
ifort -openmp -FI -convert big_endian -c errmsg.f
/bin/rm -f getgbex.o
ifort -openmp -FI -convert big_endian -c getgbex.f
/bin/rm -f putgb.o
ifort -openmp -FI -convert big_endian -c putgb.f
/bin/rm -f w3fi63.o
ifort -openmp -FI -convert big_endian -c w3fi63.f
/bin/rm -f gbytes.o
ifort -openmp -FI -convert big_endian -c gbytes.f
/bin/rm -f getgbexm.o
ifort -openmp -FI -convert big_endian -c getgbexm.f
/bin/rm -f putgbe.o
ifort -openmp -FI -convert big_endian -c putgbe.f
/bin/rm -f w3fi68.o
ifort -openmp -FI -convert big_endian -c w3fi68.f
/bin/rm -f gbytes_char.o
ifort -openmp -FI -convert big_endian -c gbytes_char.f
/bin/rm -f getgbh.o
ifort -openmp -FI -convert big_endian -c getgbh.f
/bin/rm -f putgben.o
ifort -openmp -FI -convert big_endian -c putgben.f
/bin/rm -f getbit.o
ifort -openmp -FI -convert big_endian -c getbit.f
/bin/rm -f getgbm.o
ifort -openmp -FI -convert big_endian -c getgbm.f
/bin/rm -f putgbens.o
ifort -openmp -FI -convert big_endian -c putgbens.f
/bin/rm -f w3fi72.o
ifort -openmp -FI -convert big_endian -c w3fi72.f
/bin/rm -f fparsei.o
ifort -openmp -FI -convert big_endian -c fparsei.f
/bin/rm -f fparser.o
ifort -openmp -FI -convert big_endian -c fparser.f
/bin/rm -f instrument.o
ifort -openmp -FI -convert big_endian -c instrument.f
/bin/rm -f start.o
ifort -openmp -FI -convert big_endian -c start.f
/bin/rm -f summary.o
ifort -openmp -FI -convert big_endian -c summary.f
/bin/rm -f w3utcdat.o
ifort -openmp -FI -convert big_endian -c w3utcdat.f
/bin/rm -f w3fs21.o
ifort -openmp -FI -convert big_endian -c w3fs21.f
/bin/rm -f w3locdat.o
ifort -openmp -FI -convert big_endian -c w3locdat.f
/bin/rm -f w3fi71.o
ifort -openmp -FI -convert big_endian -c w3fi71.f
/bin/rm -f baciof.o
ifort -openmp -FI -convert big_endian -c baciof.f
/bin/rm -f bacio.v1.3.o
icc -w -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -c bacio.v1.3.c
/bin/rm -f errexit.o
icc -w -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -c errexit.c
ar ru libw3.a bacio_module.o getgb.o getgbmh.o putgbex.o w3fi73.o getgb1r.o getgbmp.o putgbn.o w3fi74.o getgb1re.o getgbp.o r63w72.o w3fi75.o getgb1s.o getgi.o sbyte.o w3fi76.o getgbe.o getgir.o sbytes.o w3fi82.o getgbeh.o idsdef.o w3fi83.o getgbem.o iw3jdn.o w3difdat.o w3fs26.o getgbemh.o ixgb.o w3doxdat.o w3log.o getgbemp.o lengds.o w3fi01.o w3movdat.o getgbens.o pdsens.o w3fi58.o w3reddat.o getgbep.o pdseup.o w3fi59.o w3tagb.o errmsg.o getgbex.o putgb.o w3fi63.o gbytes.o getgbexm.o putgbe.o w3fi68.o gbytes_char.o getgbh.o putgben.o getbit.o getgbm.o putgbens.o w3fi72.o fparsei.o fparser.o instrument.o start.o summary.o w3utcdat.o w3fs21.o w3locdat.o w3fi71.o baciof.o bacio.v1.3.o errexit.o
ar: creating libw3.a
echo libw3.a
libw3.a
make[2]: Leaving directory `/home/tc49/wrf/WPS/ungrib/src/ngl/w3'
libw3.a
ln -sf w3/libw3.a .
( cd g2 ; make -i -r DEV_TOP="/home/tc49/wrf/WPS" all ; echo libg2_4.a )
make[2]: Entering directory `/home/tc49/wrf/WPS/ungrib/src/ngl/g2'
Makefile:67: warning: overriding commands for target `.F.o'
/home/tc49/wrf/WPS/configure.wps:104: warning: ignoring old commands for target `.F.o'
Makefile:72: warning: overriding commands for target `.f.o'
/home/tc49/wrf/WPS/configure.wps:100: warning: ignoring old commands for target `.f.o'
Makefile:75: warning: overriding commands for target `.c.o'
/home/tc49/wrf/WPS/configure.wps:96: warning: ignoring old commands for target `.c.o'
ifort -openmp -c -FI -convert big_endian gridtemplates.f
ifort -openmp -c -FI -convert big_endian pdstemplates.f
ifort -openmp -c -FI -convert big_endian drstemplates.f
ifort -openmp -c -FI -convert big_endian gribmod.f
ifort -openmp -c -FI -convert big_endian realloc.f
/lib/cpp -P -traditional -DUSE_JPEG2000 -DUSE_PNG addfield.F > addfield.f90
ifort -openmp -c -FI -convert big_endian addfield.f90
/bin/rm -f addfield.f90
ifort -openmp -c -FI -convert big_endian addgrid.f
ifort -openmp -c -FI -convert big_endian addlocal.f
ifort -openmp -c -FI -convert big_endian getfield.f
ifort -openmp -c -FI -convert big_endian gb_info.f
ifort -openmp -c -FI -convert big_endian gf_getfld.f
ifort -openmp -c -FI -convert big_endian gf_free.f
ifort -openmp -c -FI -convert big_endian gf_unpack1.f
ifort -openmp -c -FI -convert big_endian gf_unpack2.f
ifort -openmp -c -FI -convert big_endian gf_unpack3.f
ifort -openmp -c -FI -convert big_endian gf_unpack4.f
ifort -openmp -c -FI -convert big_endian gf_unpack5.f
ifort -openmp -c -FI -convert big_endian gf_unpack6.f
/lib/cpp -P -traditional -DUSE_JPEG2000 -DUSE_PNG gf_unpack7.F > gf_unpack7.f90
ifort -openmp -c -FI -convert big_endian gf_unpack7.f90
/bin/rm -f gf_unpack7.f90
ifort -openmp -c -FI -convert big_endian gettemplates.f
ifort -openmp -c -FI -convert big_endian getlocal.f
ifort -openmp -c -FI -convert big_endian getdim.f
ifort -openmp -c -FI -convert big_endian getpoly.f
ifort -openmp -c -FI -convert big_endian gribcreate.f
ifort -openmp -c -FI -convert big_endian gribend.f
ifort -openmp -c -FI -convert big_endian gribinfo.f
ifort -openmp -c -FI -convert big_endian mkieee.f
ifort -openmp -c -FI -convert big_endian rdieee.f
ifort -openmp -c -FI -convert big_endian simpack.f
ifort -openmp -c -FI -convert big_endian simunpack.f
ifort -openmp -c -FI -convert big_endian cmplxpack.f
ifort -openmp -c -FI -convert big_endian compack.f
ifort -openmp -c -FI -convert big_endian misspack.f
ifort -openmp -c -FI -convert big_endian pack_gp.f
ifort -openmp -c -FI -convert big_endian reduce.f
ifort -openmp -c -FI -convert big_endian comunpack.f
ifort -openmp -c -FI -convert big_endian specpack.f
ifort -openmp -c -FI -convert big_endian specunpack.f
/lib/cpp -P -traditional -DUSE_JPEG2000 -DUSE_PNG jpcpack.F > jpcpack.f90
ifort -openmp -c -FI -convert big_endian jpcpack.f90
/bin/rm -f jpcpack.f90
/lib/cpp -P -traditional -DUSE_JPEG2000 -DUSE_PNG jpcunpack.F > jpcunpack.f90
ifort -openmp -c -FI -convert big_endian jpcunpack.f90
/bin/rm -f jpcunpack.f90
icc -c -w -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -I/home/tc49/jasper/programfiles/include -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ enc_jpeg2000.c
icc -c -w -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -I/home/tc49/jasper/programfiles/include -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ dec_jpeg2000.c
/lib/cpp -P -traditional -DUSE_JPEG2000 -DUSE_PNG pngpack.F > pngpack.f90
ifort -openmp -c -FI -convert big_endian pngpack.f90
/bin/rm -f pngpack.f90
/lib/cpp -P -traditional -DUSE_JPEG2000 -DUSE_PNG pngunpack.F > pngunpack.f90
ifort -openmp -c -FI -convert big_endian pngunpack.f90
/bin/rm -f pngunpack.f90
icc -c -w -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -I/home/tc49/jasper/programfiles/include -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ enc_png.c
icc -c -w -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -I/home/tc49/jasper/programfiles/include -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ dec_png.c
ifort -openmp -c -FI -convert big_endian gbytesc.f
ifort -openmp -c -FI -convert big_endian skgb.f
ifort -openmp -c -FI -convert big_endian ixgb2.f
ifort -openmp -c -FI -convert big_endian getidx.f
ifort -openmp -c -FI -convert big_endian getg2i.f
ifort -openmp -c -FI -convert big_endian getg2ir.f
ifort -openmp -c -FI -convert big_endian getgb2s.f
ifort -openmp -c -FI -convert big_endian getgb2r.f
ifort -openmp -c -FI -convert big_endian getgb2l.f
ifort -openmp -c -FI -convert big_endian getgb2.f
ifort -openmp -c -FI -convert big_endian getgb2p.f
ifort -openmp -c -FI -convert big_endian getgb2rp.f
ifort -openmp -c -FI -convert big_endian putgb2.f
ifort -openmp -c -FI -convert big_endian g2grids.f
ifort -openmp -c -FI -convert big_endian gdt2gds.f
ifort -openmp -c -FI -convert big_endian params.f
ifort -openmp -c -FI -convert big_endian params_ecmwf.f
icc -c -w -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -I/home/tc49/jasper/programfiles/include -DUSE_JPEG2000 -DUSE_PNG -D__64BIT__ mova2i.c
/bin/rm -f libg2_4.a
ar ru libg2_4.a gridtemplates.o pdstemplates.o drstemplates.o gribmod.o realloc.o addfield.o addgrid.o addlocal.o getfield.o gb_info.o gf_getfld.o gf_free.o gf_unpack1.o gf_unpack2.o gf_unpack3.o gf_unpack4.o gf_unpack5.o gf_unpack6.o gf_unpack7.o gettemplates.o getlocal.o getdim.o getpoly.o gribcreate.o gribend.o gribinfo.o mkieee.o rdieee.o simpack.o simunpack.o cmplxpack.o compack.o misspack.o pack_gp.o reduce.o comunpack.o specpack.o specunpack.o jpcpack.o jpcunpack.o enc_jpeg2000.o dec_jpeg2000.o pngpack.o pngunpack.o enc_png.o dec_png.o gbytesc.o skgb.o ixgb2.o getidx.o getg2i.o getg2ir.o getgb2s.o getgb2r.o getgb2l.o getgb2.o getgb2p.o getgb2rp.o putgb2.o g2grids.o gdt2gds.o params.o params_ecmwf.o mova2i.o
ar: creating libg2_4.a
echo libg2_4.a
libg2_4.a
make[2]: Leaving directory `/home/tc49/wrf/WPS/ungrib/src/ngl/g2'
libg2_4.a
ln -sf g2/libg2_4.a .
make[1]: Leaving directory `/home/tc49/wrf/WPS/ungrib/src/ngl'
( cd src ; \
if [ "" = yes ] ; then \
WRF_DIR2=../WRFV3 ; \
else \
WRF_DIR2=/home/tc49/wrf/WPS/../WRFV3 ; \
fi ; \
make -i -r ungrib.exe \
WRF_DIR="$WRF_DIR2" \
FC="ifort -openmp" \
CC="icc" \
CPP="/lib/cpp -P -traditional" \
FFLAGS="-FR -convert big_endian" \
CFLAGS="-w" \
LDFLAGS="" \
CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB" )
make[1]: Entering directory `/home/tc49/wrf/WPS/ungrib/src'
Makefile:90: warning: overriding commands for target `.F.o'
../../configure.wps:104: warning: ignoring old commands for target `.F.o'
Makefile:95: warning: overriding commands for target `.c.o'
../../configure.wps:96: warning: ignoring old commands for target `.c.o'
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG misc_definitions_module.F > misc_definitions_module.f90
ifort -openmp -c -FR -convert big_endian misc_definitions_module.f90
/bin/rm -f debug_cio.o
icc -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -w -c debug_cio.c
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG module_debug.F > module_debug.f90
ifort -openmp -c -FR -convert big_endian module_debug.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG module_stringutil.F > module_stringutil.f90
ifort -openmp -c -FR -convert big_endian module_stringutil.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG table.F > table.f90
ifort -openmp -c -FR -convert big_endian table.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG module_datarray.F > module_datarray.f90
ifort -openmp -c -FR -convert big_endian module_datarray.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG gridinfo.F > gridinfo.f90
ifort -openmp -c -FR -convert big_endian gridinfo.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG new_storage.F > new_storage.f90
ifort -openmp -c -FR -convert big_endian new_storage.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG filelist.F > filelist.f90
ifort -openmp -c -FR -convert big_endian filelist.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG ungrib.F > ungrib.f90
ifort -openmp -c -FR -convert big_endian ungrib.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG output.F > output.f90
ifort -openmp -c -FR -convert big_endian output.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG rrpr.F > rrpr.f90
ifort -openmp -c -FR -convert big_endian rrpr.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG rd_grib1.F > rd_grib1.f90
ifort -openmp -c -FR -convert big_endian rd_grib1.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG file_delete.F > file_delete.f90
ifort -openmp -c -FR -convert big_endian file_delete.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG datint.F > datint.f90
ifort -openmp -c -FR -convert big_endian datint.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB rd_grib2.F > rd_grib2.f90
ifort -openmp -c -FI -convert big_endian rd_grib2.f90 -I. -I./ngl/g2
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG build_hdate.F > build_hdate.f90
ifort -openmp -c -FR -convert big_endian build_hdate.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG geth_newdate.F > geth_newdate.f90
ifort -openmp -c -FR -convert big_endian geth_newdate.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG geth_idts.F > geth_idts.f90
ifort -openmp -c -FR -convert big_endian geth_idts.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG swap.F > swap.f90
ifort -openmp -c -FR -convert big_endian swap.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG parse_table.F > parse_table.f90
ifort -openmp -c -FR -convert big_endian parse_table.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG gbytesys.F > gbytesys.f90
ifort -openmp -c -FR -convert big_endian gbytesys.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG gribcode.F > gribcode.f90
ifort -openmp -c -FR -convert big_endian gribcode.f90
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -DUSE_JPEG2000 -DUSE_PNG read_namelist.F > read_namelist.f90
ifort -openmp -c -FR -convert big_endian read_namelist.f90
/bin/rm -f cio.o
icc -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_UNGRIB -w -c cio.c
/bin/rm -f libpgu.a
ar ru libpgu.a build_hdate.o geth_newdate.o geth_idts.o swap.o table.o parse_table.o gbytesys.o gribcode.o read_namelist.o cio.o
ar: creating libpgu.a
echo libpgu.a
libpgu.a
/bin/rm -f ungrib.exe
if [ -z ] ; then \
ifort -openmp -o ungrib.exe misc_definitions_module.o debug_cio.o module_debug.o module_stringutil.o table.o module_datarray.o gridinfo.o new_storage.o filelist.o ungrib.o output.o rrpr.o rd_grib1.o file_delete.o datint.o rd_grib2.o \
-L./ngl -lw3 -lg2_4 \
-L/home/tc49/jasper/programfiles/lib -ljasper -lpng -lz \
-L. -lpgu ; \
else \
ifort -openmp -o ungrib.exe misc_definitions_module.o debug_cio.o module_debug.o module_stringutil.o table.o module_datarray.o gridinfo.o new_storage.o filelist.o ungrib.o output.o rrpr.o rd_grib1.o file_delete.o datint.o rd_grib2.o \
./ngl/w3/libw3.a ./ngl/g2/libg2_4.a \
-L/home/tc49/jasper/programfiles/lib -ljasper -lpng -lz \
libpgu.a ; \
fi
ifort: error #10106: Fatal error in /opt/apps/software/Core/ifort/2015.2.164/composer_xe_2015.2.164/bin/intel64/fortcom, terminated by EMT instruction
ifort: error #10014: problem during multi-file optimization compilation (code 1)
make[1]: [ungrib.exe] Error 1 (ignored)
make[1]: Leaving directory `/home/tc49/wrf/WPS/ungrib/src'
if [ -h ungrib.exe ] ; then \
/bin/rm -f ungrib.exe ; \
fi ; \
if [ -h ../ungrib.exe ] ; then \
/bin/rm -f ../ungrib.exe ; \
fi ; \
if [ -e src/ungrib.exe ] ; then \
ln -sf src/ungrib.exe . ; \
fi
make[1]: Entering directory `/home/tc49/wrf/WPS/metgrid/src'
/bin/rm -f cio.o
icc -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_METGRID -w -c cio.c
/bin/rm -f misc_definitions_module.o misc_definitions_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include misc_definitions_module.F > misc_definitions_module.f90
ifort -openmp -FR -convert big_endian -c misc_definitions_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f parallel_module.o parallel_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include parallel_module.F > parallel_module.f90
ifort -openmp -FR -convert big_endian -c parallel_module.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f module_debug.o module_debug.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include module_debug.F > module_debug.f90
ifort -openmp -FR -convert big_endian -c module_debug.f90 -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include
/bin/rm -f gridinfo_module.o gridinfo_module.mod
/lib/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/tc49/wrf/WPS/../WRFV3/external/io_netcdf -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib_share -I/home/tc49/wrf/WPS/../WRFV3/external/io_grib1 -I/home/tc49/wrf/WPS/../WRFV3/external/io_int -I/home/tc49/wrf/WPS/../WRFV3/inc -I/work/dsc1/COMMON_LIBRARYS/local/NETCDF/include gridinfo_module.F > gridinfo_module.f90
ifort -openmp -FR -convert big_endian -c gridinfo_module.f90
- Code: Select all
# configure.wps
#
# This file was automatically generated by the configure script in the
# top level directory. You may make changes to the settings in this
# file but be aware they will be overwritten each time you run configure.
# Ordinarily, it is necessary to run configure once, when the code is
# first installed.
#
# To permanently change options, change the settings for your platform
# in the file arch/configure.defaults, the preamble, and the postamble -
# then rerun configure.
#
.SUFFIXES: .F .f .c .o
SHELL = /bin/sh
NCARG_LIBS = -L$(NCARG_ROOT)/lib -lncarg -lncarg_gks -lncarg_c \
-L/usr/X11R6/lib -lX11
NCARG_LIBS2 = # May be overridden by architecture specific value below
FDEFS = -DUSE_JPEG2000 -DUSE_PNG
# Listing of options that are usually independent of machine type.
# When necessary, these are over-ridden by each architecture.
ARFLAGS =
PERL = perl
RANLIB = echo
WRF_DIR = ../WRFV3
WRF_INCLUDE = -I$(WRF_DIR)/external/io_netcdf \
-I$(WRF_DIR)/external/io_grib_share \
-I$(WRF_DIR)/external/io_grib1 \
-I$(WRF_DIR)/external/io_int \
-I$(WRF_DIR)/inc \
-I$(NETCDF)/include
WRF_LIB = -L$(WRF_DIR)/external/io_grib1 -lio_grib1 \
-L$(WRF_DIR)/external/io_grib_share -lio_grib_share \
-L$(WRF_DIR)/external/io_int -lwrfio_int \
-L$(WRF_DIR)/external/io_netcdf -lwrfio_nf \
-L$(NETCDF)/lib -lnetcdff -lnetcdf
#### Architecture specific settings ####
COMPRESSION_LIBS = # intentionally left blank, fill in COMPRESSION_LIBS below
COMPRESSION_INC = # intentionally left blank, fill in COMPRESSION_INC below
#
# Settings for Linux x86_64, Intel compiler (serial)
#
#
COMPRESSION_LIBS = -L${JASPER}/lib -ljasper -lpng -lz
COMPRESSION_INC = -I${JASPER}/include
FDEFS = -DUSE_JPEG2000 -DUSE_PNG
SFC = ifort -openmp
SCC = icc
DM_FC = mpif90 -f90=ifort -openmp
DM_CC = mpicc -cc=icc
FC = $(SFC)
CC = $(SCC)
LD = $(FC)
FFLAGS = -FR -convert big_endian
F77FLAGS = -FI -convert big_endian
FCSUFFIX =
FNGFLAGS = $(FFLAGS)
LDFLAGS =
CFLAGS = -w
CPP = /lib/cpp -P -traditional
CPPFLAGS = -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32
ARFLAGS =
CC_TOOLS =
########################################################################################################################
#
# Macros, these should be generic for all machines
LN = ln -sf
MAKE = make -i -r
RM = /bin/rm -f
CP = /bin/cp
AR = ar ru
.IGNORE:
.SUFFIXES: .c .f .F .o
# There is probably no reason to modify these rules
.c.o:
$(RM) $@
$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
.f.o:
$(RM) $@ $*.mod
$(FC) $(F77FLAGS) -c $< $(WRF_INCLUDE)
.F.o:
$(RM) $@ $*.mod
$(CPP) $(CPPFLAGS) $(FDEFS) $(WRF_INCLUDE) $< > $*.f90
$(FC) $(FFLAGS) -c $*.f90 $(WRF_INCLUDE)
# $(RM) $*.f90