<?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 in installing parallel siesta in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883848#M3439</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Tim18,&lt;/P&gt;
&lt;P&gt;thanks for your answer to my post.&lt;/P&gt;
&lt;P&gt;Well, I bought the Intel Cluster Toolkit.&lt;/P&gt;
&lt;P&gt;the result of mpiifort -V is&lt;/P&gt;
&lt;P&gt;Intel Fortran Compiler Professional for applications running on IA-32, Version 11.1 Build 20091012 Package ID: l_cprof_p_11.1.059&lt;BR /&gt;Copyright (C) 1985-2009 Intel Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Looking at this, it seems I have a 32 bit version installed but my machine is 64 bit. Am I right on this?&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2010 02:00:13 GMT</pubDate>
    <dc:creator>piquini</dc:creator>
    <dc:date>2010-02-26T02:00:13Z</dc:date>
    <item>
      <title>problem in installing parallel siesta</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883846#M3437</link>
      <description>&lt;P&gt;I am trying to install the parallel version of the Siesta code in my Core 2Quad Intel Xeon machine.&lt;/P&gt;
&lt;P&gt;For that I need to set an arch.make file, that I show below&lt;/P&gt;
&lt;P&gt;It stops because apparently it cannot recgnize the format of a subroutine. See the error below&lt;/P&gt;
&lt;P&gt;***************************************************************************&lt;/P&gt;
/opt/intel/impi/3.2.2.006/bin64/mpiifort -o kind_explorer kind_explorer.o&lt;BR /&gt;ipo: warning #11009: file format not recognized for /opt/intel/impi/3.2.2.006/lib64/libmpi.so&lt;BR /&gt;ipo: warning #11009: file format not recognized for /opt/intel/impi/3.2.2.006/lib64/libmpiif.so&lt;BR /&gt;ld: skipping incompatible /opt/intel/impi/3.2.2.006/lib64/libmpi.so when searching for -lmpi&lt;BR /&gt;ld: skipping incompatible /opt/intel/impi/3.2.2.006/lib64/libmpi.a when searching for -lmpi&lt;BR /&gt;ld: cannot find -lmpi&lt;BR /&gt;make[2]: *** [kind_explorer] Error 1&lt;BR /&gt;make[2]: Leaving directory `/home/piquini/piquini/codes.dir/siesta-3.0-b/Obj/MPI'&lt;BR /&gt;make[1]: *** [Interfaces.f90] Error 2&lt;BR /&gt;make[1]: Leaving directory `/home/piquini/piquini/codes.dir/siesta-3.0-b/Obj/MPI'&lt;BR /&gt;make: ** [libmpi_f90.a] Erro 2&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;***************************************************************************&lt;/P&gt;
&lt;P&gt;The kind_explorer.f90 file, for which this error appear is showwd below.&lt;/P&gt;
&lt;P&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;
&lt;P&gt;program kind_explorer&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;! Simple program to detect the kinds of real numbers&lt;BR /&gt;! Standard output: one or two integers, corresponding&lt;BR /&gt;! to the "single" and "double precision"&lt;BR /&gt;!&lt;BR /&gt;integer, parameter :: sp = selected_real_kind(6,34)&lt;BR /&gt;integer, parameter :: dp = selected_real_kind(15,300)&lt;BR /&gt;&lt;BR /&gt;integer, parameter :: default_p = kind(1.0)&lt;BR /&gt;&lt;BR /&gt;if (sp &amp;gt; 0) then&lt;BR /&gt; if (dp &amp;gt; 0) then&lt;BR /&gt; if (sp /= dp) then&lt;BR /&gt; write(unit=*,fmt=*) sp, dp&lt;BR /&gt; write(unit=0,fmt=*) "Single: ", sp, " Double: ", dp&lt;BR /&gt; else&lt;BR /&gt; write(unit=*,fmt=*) dp&lt;BR /&gt; write(unit=0,fmt=*) "In your computer sp=dp"&lt;BR /&gt; endif&lt;BR /&gt; else&lt;BR /&gt; write(unit=*,fmt=*) sp&lt;BR /&gt; write(unit=0,fmt=*) "Your computer does not have double prec reals!"&lt;BR /&gt; endif&lt;BR /&gt;else&lt;BR /&gt; if (dp &amp;gt; 0) then&lt;BR /&gt; write(unit=*,fmt=*) dp&lt;BR /&gt; write(unit=0,fmt=*) "Your computer does not have single prec reals!"&lt;BR /&gt; else&lt;BR /&gt; write(unit=0,fmt=*) "Your computer's real number system is weird"&lt;BR /&gt; endif&lt;BR /&gt;endif&lt;BR /&gt;write(unit=0,fmt=*) "Your computer's default precision real kind is ", default_p&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;end program kind_explorer&lt;/P&gt;
&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2010 21:39:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883846#M3437</guid>
      <dc:creator>piquini</dc:creator>
      <dc:date>2010-02-24T21:39:42Z</dc:date>
    </item>
    <item>
      <title>problem in installing parallel siesta</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883847#M3438</link>
      <description>&lt;P&gt;Do you have ifort environment variables set correctly? ifort isn't included with Intel MPI (unless you install the Cluster Tools Compiler Edition).&lt;/P&gt;
&lt;P&gt;What do you get for&lt;/P&gt;
&lt;P&gt;mpiifort -V&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2010 21:29:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883847#M3438</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-02-25T21:29:13Z</dc:date>
    </item>
    <item>
      <title>problem in installing parallel siesta</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883848#M3439</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Tim18,&lt;/P&gt;
&lt;P&gt;thanks for your answer to my post.&lt;/P&gt;
&lt;P&gt;Well, I bought the Intel Cluster Toolkit.&lt;/P&gt;
&lt;P&gt;the result of mpiifort -V is&lt;/P&gt;
&lt;P&gt;Intel Fortran Compiler Professional for applications running on IA-32, Version 11.1 Build 20091012 Package ID: l_cprof_p_11.1.059&lt;BR /&gt;Copyright (C) 1985-2009 Intel Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Looking at this, it seems I have a 32 bit version installed but my machine is 64 bit. Am I right on this?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2010 02:00:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883848#M3439</guid>
      <dc:creator>piquini</dc:creator>
      <dc:date>2010-02-26T02:00:13Z</dc:date>
    </item>
    <item>
      <title>problem in installing parallel siesta</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883849#M3440</link>
      <description>&lt;P&gt;Yes, this is the 32-bit compiler. You should have complete installations for development and execution of both 32- and 64-bit applications. They will not work when mixed together, as it seems you have done.&lt;/P&gt;
&lt;P&gt;For 64-bit environment, typical bash setting:&lt;/P&gt;
&lt;P&gt;source /opt/intel/Compiler/11.1/059/bin/ifortvars.sh intel64&lt;/P&gt;
&lt;P&gt;source /opt/intel/impi/3.2.2/bin64/mpivars.sh&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;For 32-bit, change intel64 to ia32, and bin64 to bin. You probably don't want any 32-bit stuff, unless you are developing an application to run on a pure 32-bit cluster.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you wish to pursue this further, the Clusters and HPC forum is appropriate.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2010 14:11:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883849#M3440</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-02-26T14:11:08Z</dc:date>
    </item>
    <item>
      <title>problem in installing parallel siesta</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883850#M3441</link>
      <description>&lt;P&gt;Hi Tim18,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks again. I will install it correctly and try again.&lt;/P&gt;
&lt;P&gt;However, I was looking at the Siesta mailing list, and it seems that noboby was able to compile the Siesta code using the version 11 of fortran compiler. There are some bugs related to the FoX library etc.&lt;/P&gt;
&lt;P&gt;Anyway, I will try it again.&lt;/P&gt;
&lt;P&gt;Thanks you very much.&lt;/P&gt;
&lt;P&gt;Paulo&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2010 17:38:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883850#M3441</guid>
      <dc:creator>piquini</dc:creator>
      <dc:date>2010-02-26T17:38:35Z</dc:date>
    </item>
    <item>
      <title>problem in installing parallel siesta</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883851#M3442</link>
      <description>Problems with FoX have been discussed on the compiler forum. It would indicate there if any were solved in the latest update.</description>
      <pubDate>Fri, 26 Feb 2010 17:58:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/problem-in-installing-parallel-siesta/m-p/883851#M3442</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-02-26T17:58:10Z</dc:date>
    </item>
  </channel>
</rss>

