<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic WRF - error #7012 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-error-7012/m-p/1089050#M123725</link>
    <description>&lt;P&gt;I am compiling WRF 3.8.1 with MPI support. All dependencies save the NCAR bits have been compiled from scratch with the same Intel Parallel Suite (2017 1). Everything kicks off just right, runs for a while, then starts to fail due to cascading errors. The first error is:&lt;/P&gt;

&lt;P&gt;( cd /apps/incoming/3.8.1/WRFV3/external/io_int ; \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; make -j 2 CC="mpicc -cc=icc -DMPI2_SUPPORT -DFSEEKO64_OK " CFLAGS_LOCAL="-w -O3 -ip " RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -P" \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FC="time mpif90 -f90=ifort -real-size `expr 8 \* 4` -i4 &amp;nbsp;-ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian &amp;nbsp; " FGREP="fgrep -iq" \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" ARCHFLAGS="-DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC &amp;nbsp;-DWRF_USE_CLM &amp;nbsp;-DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0" all )&lt;BR /&gt;
	make[3]: Entering directory `/apps/incoming/3.8.1/WRFV3/external/io_int'&lt;BR /&gt;
	if [ -f ../../frame/pack_utils.o -a -f ../../frame/clog.o ] ; then \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; time mpif90 -f90=ifort -real-size 32 -i4 &amp;nbsp;-ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian &amp;nbsp; &amp;nbsp; &amp;nbsp;-I../ioapi_share -o diffwrf diffwrf.f \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ../../frame/pack_utils.o ../../frame/module_internal_header_util.o ../../frame/module_driver_constants.o ../../frame/module_machine.o ../../frame/module_wrf_error.o ../../frame/wrf_debug.o &amp;nbsp;libwrfio_int.a ; \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fi&lt;BR /&gt;
	diffwrf.f(50): error #7012: The module file cannot be read. &amp;nbsp;Its format requires a more recent F90 compiler. &amp;nbsp; [MODULE_EXT_INTERNAL]&lt;BR /&gt;
	&amp;nbsp; use module_ext_internal&lt;BR /&gt;
	------^&lt;BR /&gt;
	compilation aborted for diffwrf.f (code 1)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;With the next error being much the same:&lt;/P&gt;

&lt;P&gt;make[2]: Entering directory `/apps/incoming/3.8.1/WRFV3/frame'&lt;BR /&gt;
	rm -f module_domain_type.o&lt;BR /&gt;
	/lib/cpp -P -I/apps/incoming/3.8.1/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC &amp;nbsp;-DWRF_USE_CLM &amp;nbsp;-DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 &amp;nbsp;-I. -traditional &amp;nbsp; module_domain_type.F &amp;nbsp;&amp;gt; module_domain_type.bb&lt;BR /&gt;
	/apps/incoming//3.8.1/WRFV3/tools/standard.exe module_domain_type.bb | /lib/cpp -P -traditional &amp;gt; module_domain_type.f90&lt;BR /&gt;
	rm -f module_domain_type.b module_domain_type.bb&lt;BR /&gt;
	time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 &amp;nbsp;-O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian &amp;nbsp; -I../dyn_em -I../dyn_nmm &amp;nbsp; -I/apps/incoming/3.8.1/WRFV3/external/esmf_time_f90 &amp;nbsp;-I/apps/incoming/3.8.1/WRFV3/main -I/apps/incoming/3.8.1/WRFV3/external/io_netcdf -I/apps/incoming/3.8.1/WRFV3/external/io_int -I/apps/incoming/3.8.1/WRFV3/frame -I/apps/incoming/3.8.1/WRFV3/share -I/apps/incoming/3.8.1/WRFV3/phys -I/apps/incoming/3.8.1/WRFV3/chem -I/apps/incoming/3.8.1/WRFV3/inc -I/apps/netcdf-fortran/4.4.4/intel-mpi/include &amp;nbsp;module_domain_type.f90&lt;BR /&gt;
	module_domain_type.f90(5): error #7012: The module file cannot be read. &amp;nbsp;Its format requires a more recent F90 compiler. &amp;nbsp; [MODULE_UTILITY]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;USE module_utility&lt;BR /&gt;
	-------^&lt;BR /&gt;
	module_domain_type.f90(4378): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIME]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Time) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: start_subtime, stop_subtime&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4379): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIME]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Time) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: this_bdy_time, next_bdy_time&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4380): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIME]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Time) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: this_emi_time, next_emi_time&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4381): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIMEINTERVAL]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_TimeInterval), DIMENSION(MAX_WRF_ALARMS) &amp;nbsp;:: io_intervals&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4401): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIMEINTERVAL]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_TimeInterval) :: last_dtInterval&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4377): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_CLOCK]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Clock), POINTER &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: domain_clock&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4377): error #6404: This name does not have a type, and must have an explicit type. &amp;nbsp; [DOMAIN_CLOCK]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Clock), POINTER &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: domain_clock&lt;BR /&gt;
	-------------------------------------------------------------^&lt;BR /&gt;
	module_domain_type.f90(4382): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_ALARM]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Alarm), POINTER :: alarms(:)&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4382): error #6404: This name does not have a type, and must have an explicit type. &amp;nbsp; [ALARMS]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Alarm), POINTER :: alarms(:)&lt;BR /&gt;
	-----------------------------------^&lt;BR /&gt;
	compilation aborted for module_domain_type.f90 (code 1)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I will admit to not being a developer here, I am a cluster admin, however I find the error quite confusing. I couldn't find this specific error in the forums, hence the new post. Thanks in advance for any help.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2017 19:25:57 GMT</pubDate>
    <dc:creator>Mark_P_</dc:creator>
    <dc:date>2017-02-06T19:25:57Z</dc:date>
    <item>
      <title>WRF - error #7012</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-error-7012/m-p/1089050#M123725</link>
      <description>&lt;P&gt;I am compiling WRF 3.8.1 with MPI support. All dependencies save the NCAR bits have been compiled from scratch with the same Intel Parallel Suite (2017 1). Everything kicks off just right, runs for a while, then starts to fail due to cascading errors. The first error is:&lt;/P&gt;

&lt;P&gt;( cd /apps/incoming/3.8.1/WRFV3/external/io_int ; \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; make -j 2 CC="mpicc -cc=icc -DMPI2_SUPPORT -DFSEEKO64_OK " CFLAGS_LOCAL="-w -O3 -ip " RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -P" \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FC="time mpif90 -f90=ifort -real-size `expr 8 \* 4` -i4 &amp;nbsp;-ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian &amp;nbsp; " FGREP="fgrep -iq" \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" ARCHFLAGS="-DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC &amp;nbsp;-DWRF_USE_CLM &amp;nbsp;-DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0" all )&lt;BR /&gt;
	make[3]: Entering directory `/apps/incoming/3.8.1/WRFV3/external/io_int'&lt;BR /&gt;
	if [ -f ../../frame/pack_utils.o -a -f ../../frame/clog.o ] ; then \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; time mpif90 -f90=ifort -real-size 32 -i4 &amp;nbsp;-ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian &amp;nbsp; &amp;nbsp; &amp;nbsp;-I../ioapi_share -o diffwrf diffwrf.f \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ../../frame/pack_utils.o ../../frame/module_internal_header_util.o ../../frame/module_driver_constants.o ../../frame/module_machine.o ../../frame/module_wrf_error.o ../../frame/wrf_debug.o &amp;nbsp;libwrfio_int.a ; \&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fi&lt;BR /&gt;
	diffwrf.f(50): error #7012: The module file cannot be read. &amp;nbsp;Its format requires a more recent F90 compiler. &amp;nbsp; [MODULE_EXT_INTERNAL]&lt;BR /&gt;
	&amp;nbsp; use module_ext_internal&lt;BR /&gt;
	------^&lt;BR /&gt;
	compilation aborted for diffwrf.f (code 1)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;With the next error being much the same:&lt;/P&gt;

&lt;P&gt;make[2]: Entering directory `/apps/incoming/3.8.1/WRFV3/frame'&lt;BR /&gt;
	rm -f module_domain_type.o&lt;BR /&gt;
	/lib/cpp -P -I/apps/incoming/3.8.1/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC &amp;nbsp;-DWRF_USE_CLM &amp;nbsp;-DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 &amp;nbsp;-I. -traditional &amp;nbsp; module_domain_type.F &amp;nbsp;&amp;gt; module_domain_type.bb&lt;BR /&gt;
	/apps/incoming//3.8.1/WRFV3/tools/standard.exe module_domain_type.bb | /lib/cpp -P -traditional &amp;gt; module_domain_type.f90&lt;BR /&gt;
	rm -f module_domain_type.b module_domain_type.bb&lt;BR /&gt;
	time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 &amp;nbsp;-O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian &amp;nbsp; -I../dyn_em -I../dyn_nmm &amp;nbsp; -I/apps/incoming/3.8.1/WRFV3/external/esmf_time_f90 &amp;nbsp;-I/apps/incoming/3.8.1/WRFV3/main -I/apps/incoming/3.8.1/WRFV3/external/io_netcdf -I/apps/incoming/3.8.1/WRFV3/external/io_int -I/apps/incoming/3.8.1/WRFV3/frame -I/apps/incoming/3.8.1/WRFV3/share -I/apps/incoming/3.8.1/WRFV3/phys -I/apps/incoming/3.8.1/WRFV3/chem -I/apps/incoming/3.8.1/WRFV3/inc -I/apps/netcdf-fortran/4.4.4/intel-mpi/include &amp;nbsp;module_domain_type.f90&lt;BR /&gt;
	module_domain_type.f90(5): error #7012: The module file cannot be read. &amp;nbsp;Its format requires a more recent F90 compiler. &amp;nbsp; [MODULE_UTILITY]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;USE module_utility&lt;BR /&gt;
	-------^&lt;BR /&gt;
	module_domain_type.f90(4378): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIME]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Time) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: start_subtime, stop_subtime&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4379): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIME]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Time) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: this_bdy_time, next_bdy_time&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4380): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIME]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Time) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: this_emi_time, next_emi_time&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4381): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIMEINTERVAL]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_TimeInterval), DIMENSION(MAX_WRF_ALARMS) &amp;nbsp;:: io_intervals&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4401): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_TIMEINTERVAL]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_TimeInterval) :: last_dtInterval&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4377): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_CLOCK]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Clock), POINTER &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: domain_clock&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4377): error #6404: This name does not have a type, and must have an explicit type. &amp;nbsp; [DOMAIN_CLOCK]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Clock), POINTER &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: domain_clock&lt;BR /&gt;
	-------------------------------------------------------------^&lt;BR /&gt;
	module_domain_type.f90(4382): error #6457: This derived type name has not been declared. &amp;nbsp; [WRFU_ALARM]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Alarm), POINTER :: alarms(:)&lt;BR /&gt;
	-----------^&lt;BR /&gt;
	module_domain_type.f90(4382): error #6404: This name does not have a type, and must have an explicit type. &amp;nbsp; [ALARMS]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; Type(WRFU_Alarm), POINTER :: alarms(:)&lt;BR /&gt;
	-----------------------------------^&lt;BR /&gt;
	compilation aborted for module_domain_type.f90 (code 1)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I will admit to not being a developer here, I am a cluster admin, however I find the error quite confusing. I couldn't find this specific error in the forums, hence the new post. Thanks in advance for any help.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 19:25:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-error-7012/m-p/1089050#M123725</guid>
      <dc:creator>Mark_P_</dc:creator>
      <dc:date>2017-02-06T19:25:57Z</dc:date>
    </item>
    <item>
      <title>If the error message is to be</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-error-7012/m-p/1089051#M123726</link>
      <description>&lt;P&gt;If the error message is to be believed, the .mod files (module_ext_internal.mod and module_utility.mod) were either created by a different compiler or are corrupted. Can you see the compiles for the sources for those modules in the build log?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 22:37:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-error-7012/m-p/1089051#M123726</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-02-06T22:37:42Z</dc:date>
    </item>
  </channel>
</rss>

