<?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 Well, IFort 15.0.4-32-bit in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025508#M109189</link>
    <description>&lt;P&gt;Well, IFort 15.0.4-32-bit compiled the file module_bl_temf.f90 with no errors on Windows with the default option (/fast /MD) and also with /O3.&lt;/P&gt;

&lt;P&gt;The 64-bit compiler did fine with /O2, but was taking an inordinately long time with /O3, so I aborted the run. It may be worth trying to compile the file on Linux using the current version of IFort.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Jun 2015 18:26:19 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2015-06-27T18:26:19Z</dc:date>
    <item>
      <title>WRF 3.7 / catastrophic error: **Internal compiler error: segmentation violation signal raised**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025503#M109184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The following error has been reported by the compiler while compiling the file module_bl_temf.F (WRFV3/phys/module_bl_temf.F) from WRF V3.7 (http://www2.mmm.ucar.edu/wrf/src/WRFV3.7.TAR.gz) model for Intel MIC (configure option 17).&lt;/P&gt;

&lt;P&gt;"catastrophic error: **Internal compiler error: segmentation violation signal raised**"&lt;/P&gt;

&lt;P&gt;[root@node mic]# ifort -V&lt;BR /&gt;
	Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.2.144 Build 20140120&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Compilation Steps:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;/lib/cpp -P -I/root/WRF/WRFV370/WRFV3/mic/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 -DCHUNK=16 -DXEON_OPTIMIZED_WSM5 -DXEON_SIMD -DOPTIMIZE_CFL_TEST -DFSEEKO64_OK -DINTEL_YSU_KLUDGE -DWRF_USE_CLM&amp;nbsp; -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0&amp;nbsp; -I. -traditional&amp;nbsp; -D_OPENMP module_bl_temf.F&amp;nbsp; &amp;gt; module_bl_temf.bb&lt;/P&gt;

&lt;P&gt;/root/WRF/WRFV370/WRFV3/mic/tools/standard.exe module_bl_temf.bb | /lib/cpp -P -traditional &amp;gt; module_bl_temf.f90&lt;/P&gt;

&lt;P&gt;rm -f module_bl_temf.b module_bl_temf.bb&lt;/P&gt;

&lt;P&gt;mpiifort -mmic -o module_bl_temf.o -c -O3 -fimf-precision=low -fimf-domain-exclusion=15 -opt-assume-safe-padding -opt-streaming-stores always -opt-streaming-cache-evict=0 -mP2OPT_hlo_pref_use_outer_strategy=F -w -openmp -auto -ftz -fno-alias -fp-model fast=1 -no-prec-div -no-prec-sqrt -FR -convert big_endian -auto -align array64byte&amp;nbsp;&amp;nbsp; -openmp -fpp -auto -I../dyn_em -I../dyn_nmm&amp;nbsp;&amp;nbsp; -I/root/WRF/WRFV370/WRFV3/mic/external/esmf_time_f90&amp;nbsp; -I/root/WRF/WRFV370/WRFV3/mic/main -I/root/WRF/WRFV370/WRFV3/mic/external/io_netcdf -I/root/WRF/WRFV370/WRFV3/mic/external/io_int -I/root/WRF/WRFV370/WRFV3/mic/frame -I/root/WRF/WRFV370/WRFV3/mic/share -I/root/WRF/WRFV370/WRFV3/mic/phys -I/root/WRF/WRFV370/WRFV3/mic/chem -I/root/WRF/WRFV370/WRFV3/mic/inc -I/opt/intelsoft/mic/netcdf-3.6.3/include&amp;nbsp; -real-size `expr 8 \* 4` -i4&amp;nbsp; module_bl_temf.f90&lt;/P&gt;

&lt;P&gt;catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report.&amp;nbsp; Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;
	compilation aborted for module_bl_temf.f90 (code 1)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Srikanth&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 18:14:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025503#M109184</guid>
      <dc:creator>Srikanth_Yalavarthi</dc:creator>
      <dc:date>2015-06-03T18:14:32Z</dc:date>
    </item>
    <item>
      <title>Please try a newer compiler.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025504#M109185</link>
      <description>&lt;P&gt;Please try a newer compiler. 15.0.3 is current.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 19:24:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025504#M109185</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-06-03T19:24:07Z</dc:date>
    </item>
    <item>
      <title>It fails on the -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025505#M109186</link>
      <description>&lt;P&gt;It fails on the -O3 optimization, run the compile using -O3 and then change to -O2 in configure.wrf and compile the rest with that. Or update your compiler.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:33:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025505#M109186</guid>
      <dc:creator>Per_A_</dc:creator>
      <dc:date>2015-06-26T19:33:33Z</dc:date>
    </item>
    <item>
      <title>It would help quite a bit if</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025506#M109187</link>
      <description>&lt;P&gt;It would help quite a bit if one of you WRF users posted the machine-generated source file (module_bl_temf.f90, the attempted compilation of which caused the ICE), plus any required INCLUDEd files. Without that being available, the task of assembling a matching environment (OS, tools, system header files, compiler, libraries, MPI setup) is so big and the number of variations so numerous that mere reproducing of the ICE becomes a big project, so you will have to rely entirely upon other WRF users.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2015 13:59:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025506#M109187</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-06-27T13:59:39Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025507#M109188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have attached the machine generated source file. Please have a look at it.&lt;/P&gt;

&lt;P&gt;Srikanth&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2015 17:58:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025507#M109188</guid>
      <dc:creator>Srikanth_Yalavarthi</dc:creator>
      <dc:date>2015-06-27T17:58:48Z</dc:date>
    </item>
    <item>
      <title>Well, IFort 15.0.4-32-bit</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025508#M109189</link>
      <description>&lt;P&gt;Well, IFort 15.0.4-32-bit compiled the file module_bl_temf.f90 with no errors on Windows with the default option (/fast /MD) and also with /O3.&lt;/P&gt;

&lt;P&gt;The 64-bit compiler did fine with /O2, but was taking an inordinately long time with /O3, so I aborted the run. It may be worth trying to compile the file on Linux using the current version of IFort.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2015 18:26:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/WRF-3-7-catastrophic-error-Internal-compiler-error-segmentation/m-p/1025508#M109189</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-06-27T18:26:19Z</dc:date>
    </item>
  </channel>
</rss>

