<?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 explain error code 151 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014515#M106765</link>
    <description>&lt;P&gt;I get error code 151 when trying to allocate an array.&lt;/P&gt;

&lt;P&gt;I have -traceback, but still don't get any further info.&lt;/P&gt;

&lt;P&gt;In another thread, I saw 151 being associated with allocating&lt;/P&gt;

&lt;P&gt;an array that is already allocated. Is this the meaning of this error?&lt;/P&gt;

&lt;P&gt;Am I missing some other flags to get this diagnostics?&lt;/P&gt;

&lt;P&gt;Many thanks&lt;/P&gt;

&lt;P&gt;Anton&lt;/P&gt;</description>
    <pubDate>Mon, 12 Oct 2015 10:17:39 GMT</pubDate>
    <dc:creator>AShte</dc:creator>
    <dc:date>2015-10-12T10:17:39Z</dc:date>
    <item>
      <title>explain error code 151</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014515#M106765</link>
      <description>&lt;P&gt;I get error code 151 when trying to allocate an array.&lt;/P&gt;

&lt;P&gt;I have -traceback, but still don't get any further info.&lt;/P&gt;

&lt;P&gt;In another thread, I saw 151 being associated with allocating&lt;/P&gt;

&lt;P&gt;an array that is already allocated. Is this the meaning of this error?&lt;/P&gt;

&lt;P&gt;Am I missing some other flags to get this diagnostics?&lt;/P&gt;

&lt;P&gt;Many thanks&lt;/P&gt;

&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 10:17:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014515#M106765</guid>
      <dc:creator>AShte</dc:creator>
      <dc:date>2015-10-12T10:17:39Z</dc:date>
    </item>
    <item>
      <title>I doubt you are missing any</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014516#M106766</link>
      <description>&lt;P&gt;I doubt you are missing any compiler options. I do not know what you might be lacking to not have received the complete forrtl message. In the past there was some use of NLSPATH in locating the message catalog but I'm not sure if it is today.&amp;nbsp;Maybe other possibilities are the locale or LANG setting.&lt;/P&gt;

&lt;P&gt;What version of ifort are you using?&lt;BR /&gt;
	What does the &lt;STRONG&gt;locale &lt;/STRONG&gt;command report?&lt;/P&gt;

&lt;P&gt;The List of Run-Time Error Messages is here, &lt;A href="https://software.intel.com/en-us/node/579769"&gt;https://software.intel.com/en-us/node/579769&lt;/A&gt;, and yes "151" does correspond to: &lt;STRONG&gt;severe (151): Allocatable array is already allocated&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:04:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014516#M106766</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2015-10-12T13:04:01Z</dc:date>
    </item>
    <item>
      <title>Thank you.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014517#M106767</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;

&lt;P&gt;Yes, my bad, I found my error.&lt;/P&gt;

&lt;P&gt;Would be great if I can figure out how to get the rull rtl error message.&lt;/P&gt;

&lt;P&gt;Although, now that I got the link will the error codes, this is not that important.&lt;/P&gt;

&lt;P&gt;In case it matters, below is the info you asked about:&lt;/P&gt;

&lt;P&gt;newblue4&amp;gt; ifort --version&lt;BR /&gt;
	ifort (IFORT) 16.0.0 20150815&lt;BR /&gt;
	Copyright (C) 1985-2015 Intel Corporation.&amp;nbsp; All rights reserved.&lt;/P&gt;

&lt;P&gt;newblue4&amp;gt; locale&lt;BR /&gt;
	LANG=en_US.UTF-8&lt;BR /&gt;
	LC_CTYPE="en_US.UTF-8"&lt;BR /&gt;
	LC_NUMERIC="en_US.UTF-8"&lt;BR /&gt;
	LC_TIME="en_US.UTF-8"&lt;BR /&gt;
	LC_COLLATE="en_US.UTF-8"&lt;BR /&gt;
	LC_MONETARY="en_US.UTF-8"&lt;BR /&gt;
	LC_MESSAGES="en_US.UTF-8"&lt;BR /&gt;
	LC_PAPER="en_US.UTF-8"&lt;BR /&gt;
	LC_NAME="en_US.UTF-8"&lt;BR /&gt;
	LC_ADDRESS="en_US.UTF-8"&lt;BR /&gt;
	LC_TELEPHONE="en_US.UTF-8"&lt;BR /&gt;
	LC_MEASUREMENT="en_US.UTF-8"&lt;BR /&gt;
	LC_IDENTIFICATION="en_US.UTF-8"&lt;BR /&gt;
	LC_ALL=&lt;BR /&gt;
	newblue4&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 17:11:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014517#M106767</guid>
      <dc:creator>AShte</dc:creator>
      <dc:date>2015-10-12T17:11:50Z</dc:date>
    </item>
    <item>
      <title>Thanks for the details. This</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014518#M106768</link>
      <description>&lt;P&gt;Thanks for the details. This doesn't appear related to locale settings. I'll look into this further and try recreating it and then come back to you when I have some additional insight.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 08:26:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014518#M106768</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2015-10-13T08:26:12Z</dc:date>
    </item>
    <item>
      <title>@Anton S.,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014519#M106769</link>
      <description>&lt;P&gt;@Anton S.,&lt;/P&gt;

&lt;P&gt;What further diagnostics are you looking for? &amp;nbsp;Do you use "ERRMSG=" attribute in your ALLOCATE statement?&lt;/P&gt;

&lt;P&gt;See this thread:&amp;nbsp;https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/594911, message #5 with a simple code snippet that shows an ALLOCATION error 151. &amp;nbsp;Have you considered error handling your ALLOCATE statements similarly?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 12:58:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/explain-error-code-151/m-p/1014519#M106769</guid>
      <dc:creator>FortranFan</dc:creator>
      <dc:date>2015-10-13T12:58:02Z</dc:date>
    </item>
  </channel>
</rss>

