<?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 Problem when executing code compiled with -parallel flag in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem-when-executing-code-compiled-with-parallel-flag/m-p/902316#M4288</link>
    <description>&lt;P&gt;Hi everone,&lt;/P&gt;
&lt;P&gt;Well, as the thread title indicates, I am having problems when executing code compiled using the -parallel flag.&lt;/P&gt;
&lt;P&gt;There is no error during compilation.&lt;/P&gt;
&lt;P&gt;The message I get in the terminal are:&lt;/P&gt;
&lt;P&gt;Program Started.&lt;BR /&gt;OMP: Warning #2: Cannot open message catalog "libiomp5.cat":&lt;BR /&gt;OMP: System error #2: No such file or directory&lt;BR /&gt;OMP: Hint: Check NLSPATH environment variable, its value is "(null)".&lt;BR /&gt;OMP: Hint: Check LANG environment variable, its value is "fr_FR.UTF-8".&lt;BR /&gt;OMP: Info #3: Default messages will be used.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;where the first line is from my code, so the code has actually started to execute.&lt;/P&gt;
&lt;P&gt;I am using xubuntu9.10 and ifort 11.1.064&lt;/P&gt;
&lt;P&gt;As you can guess, I am not an advance user... I have no idea where I can modify the NLSPATH variable, and to change it for what?&lt;/P&gt;
&lt;P&gt;Any ideas? I will love to see my code be able to use the two cores of my cpu...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Jofre&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2010 11:23:43 GMT</pubDate>
    <dc:creator>jofre</dc:creator>
    <dc:date>2010-02-03T11:23:43Z</dc:date>
    <item>
      <title>Problem when executing code compiled with -parallel flag</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem-when-executing-code-compiled-with-parallel-flag/m-p/902316#M4288</link>
      <description>&lt;P&gt;Hi everone,&lt;/P&gt;
&lt;P&gt;Well, as the thread title indicates, I am having problems when executing code compiled using the -parallel flag.&lt;/P&gt;
&lt;P&gt;There is no error during compilation.&lt;/P&gt;
&lt;P&gt;The message I get in the terminal are:&lt;/P&gt;
&lt;P&gt;Program Started.&lt;BR /&gt;OMP: Warning #2: Cannot open message catalog "libiomp5.cat":&lt;BR /&gt;OMP: System error #2: No such file or directory&lt;BR /&gt;OMP: Hint: Check NLSPATH environment variable, its value is "(null)".&lt;BR /&gt;OMP: Hint: Check LANG environment variable, its value is "fr_FR.UTF-8".&lt;BR /&gt;OMP: Info #3: Default messages will be used.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;where the first line is from my code, so the code has actually started to execute.&lt;/P&gt;
&lt;P&gt;I am using xubuntu9.10 and ifort 11.1.064&lt;/P&gt;
&lt;P&gt;As you can guess, I am not an advance user... I have no idea where I can modify the NLSPATH variable, and to change it for what?&lt;/P&gt;
&lt;P&gt;Any ideas? I will love to see my code be able to use the two cores of my cpu...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Jofre&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2010 11:23:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem-when-executing-code-compiled-with-parallel-flag/m-p/902316#M4288</guid>
      <dc:creator>jofre</dc:creator>
      <dc:date>2010-02-03T11:23:43Z</dc:date>
    </item>
    <item>
      <title>Problem when executing code compiled with -parallel flag</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem-when-executing-code-compiled-with-parallel-flag/m-p/902317#M4289</link>
      <description>&lt;P&gt;It seems this pertains to whether OpenMP threading library run-time error messages can be displayed, should the occasion arise. Possibly it doesn't know how to deal with French language settings. This doesn't prevent use of 2 cores.&lt;/P&gt;
&lt;P&gt;As you must be using an Intel C++ or Fortran compiler, the question would be more topical on the related forum (C++ or linux Fortran).&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2010 22:38:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem-when-executing-code-compiled-with-parallel-flag/m-p/902317#M4289</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-02-03T22:38:05Z</dc:date>
    </item>
    <item>
      <title>Problem when executing code compiled with -parallel flag</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem-when-executing-code-compiled-with-parallel-flag/m-p/902318#M4290</link>
      <description>&lt;P&gt;Ups, you are right, the code is actually running ok! I presumed that the execution had halted and did "ctrl + C".&lt;/P&gt;
&lt;P&gt;Thanks for the hint!&lt;/P&gt;
&lt;P&gt;All the best,&lt;/P&gt;
&lt;P&gt;Jofre&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2010 11:46:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem-when-executing-code-compiled-with-parallel-flag/m-p/902318#M4290</guid>
      <dc:creator>jofre</dc:creator>
      <dc:date>2010-02-04T11:46:26Z</dc:date>
    </item>
  </channel>
</rss>

