<?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 Ask in the Intel® Software in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008160#M105385</link>
    <description>&lt;P&gt;Ask in the&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing" style="background-color: rgb(242, 242, 242);"&gt;Intel® Software Development Products Download, Registration &amp;amp; Licensing&lt;/A&gt;&amp;nbsp;forum.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2014 16:38:24 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2014-07-24T16:38:24Z</dc:date>
    <item>
      <title>Catastrophic error when compiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008151#M105376</link>
      <description>&lt;P&gt;When compiling a program using the 2013 version of Intel Fortran on RedHat 5.9 I received the following error message&lt;/P&gt;

&lt;P&gt;/tmp/ifort31HZxZ.i90: 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;/P&gt;

&lt;P&gt;Is there any work around for this problem?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 23:53:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008151#M105376</guid>
      <dc:creator>Mark_B_1</dc:creator>
      <dc:date>2014-07-22T23:53:04Z</dc:date>
    </item>
    <item>
      <title>Please post the source file</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008152#M105377</link>
      <description>&lt;P&gt;Please post the source file concerned, and state the compiler options used.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 00:19:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008152#M105377</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-07-23T00:19:19Z</dc:date>
    </item>
    <item>
      <title>The major issue with red hat</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008153#M105378</link>
      <description>&lt;P&gt;The major issue with red hat 5.9 is that AVX and AVX2 (including -xHost on an AVX CPU) aren't supported, although violation of that restriction shouldn't produce internal error.&lt;/P&gt;

&lt;P&gt;Likely work arounds are to cut back on aggressive options or use a current compiler version.&amp;nbsp; If you still have internal error with a current release, as the message says, you are advised to file a problem report with a reproducer.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 03:14:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008153#M105378</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-07-23T03:14:46Z</dc:date>
    </item>
    <item>
      <title>At an absolute minimum we</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008154#M105379</link>
      <description>&lt;P&gt;At an absolute minimum we need to see the compiler options used.&amp;nbsp; Also the specific version and build string from the compiler, via 'ifort -V'&lt;/P&gt;

&lt;P&gt;Catastrophic error is a catchall for all sorts of problems.&amp;nbsp; This doesn't give us any more information other than the compiler aborted.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:15:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008154#M105379</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2014-07-23T14:15:32Z</dc:date>
    </item>
    <item>
      <title>The options were</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008155#M105380</link>
      <description>&lt;P&gt;The options were&lt;/P&gt;

&lt;P&gt;ifort -o module_bl_temf.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian&amp;nbsp;&amp;nbsp; -openmp -fpp -auto -I../dyn_em -I../dyn_nmm&amp;nbsp;&amp;nbsp; -I/pln1/WRF/WRFV3/external/esmf_time_f90&amp;nbsp; -I/pln1/WRF/WRFV3/main -I/pln1/WRF/WRFV3/external/io_netcdf -I/pln1/WRF/WRFV3/external/io_int -I/pln1/WRF/WRFV3/frame -I/pln1/WRF/WRFV3/share -I/pln1/WRF/WRFV3/phys -I/pln1/WRF/WRFV3/chem -I/pln1/WRF/WRFV3/inc -I/usr/local/include&amp;nbsp; -i4&amp;nbsp; module_bl_temf.f90&lt;/P&gt;

&lt;P&gt;The source file is attached&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 14:50:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008155#M105380</guid>
      <dc:creator>Mark_B_1</dc:creator>
      <dc:date>2014-07-23T14:50:04Z</dc:date>
    </item>
    <item>
      <title>WRF, it figures, I should</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008156#M105381</link>
      <description>&lt;P&gt;WRF, it figures, I should have known LOL.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;OK, what version of WRF and I still need to know your compiler version:&lt;/P&gt;

&lt;P&gt;ifort -V&lt;/P&gt;

&lt;P&gt;I'll have one of our engineers familiar with build WRF to look into this one.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 15:34:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008156#M105381</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2014-07-23T15:34:53Z</dc:date>
    </item>
    <item>
      <title>It is WRF 3.6</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008157#M105382</link>
      <description>&lt;P&gt;It is WRF 3.6&lt;/P&gt;

&lt;P&gt;The compiler is&lt;/P&gt;

&lt;P&gt;Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.2.144 Build 20140120&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 16:08:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008157#M105382</guid>
      <dc:creator>Mark_B_1</dc:creator>
      <dc:date>2014-07-23T16:08:39Z</dc:date>
    </item>
    <item>
      <title>There is a known issue with</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008158#M105383</link>
      <description>&lt;P&gt;There is a known issue with compiling &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;module_bl_temf.f90&amp;nbsp;&lt;/SPAN&gt;that has since been confirmed as fixed in 2013 SP1 Update 3.&lt;/P&gt;

&lt;P&gt;See this thread for details:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/topic/506826"&gt;https://software.intel.com/en-us/forums/topic/506826&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 17:58:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008158#M105383</guid>
      <dc:creator>Amanda_S_Intel</dc:creator>
      <dc:date>2014-07-23T17:58:11Z</dc:date>
    </item>
    <item>
      <title>So, I should use a later</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008159#M105384</link>
      <description>&lt;P&gt;So, I should use a later version of the compiler.&amp;nbsp; The problem is that our compiler is registered to a person who no longer works for our company.&amp;nbsp; How can I transfer the registration to myself so that I can update our compiler?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 15:17:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008159#M105384</guid>
      <dc:creator>Mark_B_1</dc:creator>
      <dc:date>2014-07-24T15:17:51Z</dc:date>
    </item>
    <item>
      <title>Ask in the Intel® Software</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008160#M105385</link>
      <description>&lt;P&gt;Ask in the&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing" style="background-color: rgb(242, 242, 242);"&gt;Intel® Software Development Products Download, Registration &amp;amp; Licensing&lt;/A&gt;&amp;nbsp;forum.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 16:38:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008160#M105385</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-07-24T16:38:24Z</dc:date>
    </item>
    <item>
      <title>We updated the compiler and</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008161#M105386</link>
      <description>&lt;P&gt;We updated the compiler and still get the same error.&amp;nbsp; Now the compiler version is&lt;/P&gt;

&lt;P&gt;Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.3.174 Build 20140422&lt;BR /&gt;
	Copyright (C) 1985-2014 Intel Corporation.&amp;nbsp; All rights reserved.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 15:58:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008161#M105386</guid>
      <dc:creator>Mark_B_1</dc:creator>
      <dc:date>2014-07-25T15:58:19Z</dc:date>
    </item>
    <item>
      <title>Hi Mark,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008162#M105387</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi Mark,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I cannot reproduce the error with Update 3. Something may be amiss in your environment.&amp;nbsp;Try sourcing the compilervars script to ensure that the environment is properly set up.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;--Amanda&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;[aksharp@orcsle127 phys]$ bash
[aksharp@orcsle127 phys]$ source /opt/intel/composer_xe_2013_sp1.2.144/bin/compilervars.sh intel64
[aksharp@orcsle127 phys]$ ifort -V
Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.2.144 Build 20140120
Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.

[aksharp@orcsle127 phys]$ ifort -o module_bl_temf.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian   -openmp -fpp -auto -I../dyn_em -I../dyn_nmm   -I/pln1/WRF/WRFV3/external/esmf_time_f90  -I/pln1/WRF/WRFV3/main -I/pln1/WRF/WRFV3/external/io_netcdf -I/pln1/WRF/WRFV3/external/io_int -I/pln1/WRF/WRFV3/frame -I/pln1/WRF/WRFV3/share -I/pln1/WRF/WRFV3/phys -I/pln1/WRF/WRFV3/chem -I/pln1/WRF/WRFV3/inc -I/usr/local/include  -i4  module_bl_temf.f90
/tmp/ifort0JRLbR.i90: 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.  Note: File and line given may not be explicit cause of this error.
compilation aborted for module_bl_temf.f90 (code 1)
[aksharp@orcsle127 phys]$ exit
exit
[aksharp@orcsle127 phys]$ bash
[aksharp@orcsle127 phys]$ source /opt/intel/composer_xe_2013_sp1.3.174/bin/compilervars.sh intel64
[aksharp@orcsle127 phys]$ ifort -V
Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.3.174 Build 20140422
Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.

[aksharp@orcsle127 phys]$ ifort -o module_bl_temf.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian   -openmp -fpp -auto -I../dyn_em -I../dyn_nmm   -I/pln1/WRF/WRFV3/external/esmf_time_f90  -I/pln1/WRF/WRFV3/main -I/pln1/WRF/WRFV3/external/io_netcdf -I/pln1/WRF/WRFV3/external/io_int -I/pln1/WRF/WRFV3/frame -I/pln1/WRF/WRFV3/share -I/pln1/WRF/WRFV3/phys -I/pln1/WRF/WRFV3/chem -I/pln1/WRF/WRFV3/inc -I/usr/local/include  -i4  module_bl_temf.f90
[aksharp@orcsle127 phys]$&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Jul 2014 19:44:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008162#M105387</guid>
      <dc:creator>Amanda_S_Intel</dc:creator>
      <dc:date>2014-07-29T19:44:11Z</dc:date>
    </item>
    <item>
      <title>We have everything working</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008163#M105388</link>
      <description>&lt;P&gt;We have everything working now.&amp;nbsp; Thanks for all of your help.&amp;nbsp; You were wonderful.&lt;/P&gt;

&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2014 21:08:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-error-when-compiling/m-p/1008163#M105388</guid>
      <dc:creator>Mark_B_1</dc:creator>
      <dc:date>2014-07-30T21:08:01Z</dc:date>
    </item>
  </channel>
</rss>

