<?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 building open mpi with ifort in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771775#M22922</link>
    <description>After entering the "source ...compilervars.sh..." command, run the Configure script &lt;SPAN style="text-decoration: underline;"&gt;in the same shell&lt;/SPAN&gt;. That way, the configure script will find the Intel compiler when it probes the computer to see if the specified Fortran compiler is useable.</description>
    <pubDate>Fri, 08 Jun 2012 21:06:43 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2012-06-08T21:06:43Z</dc:date>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771774#M22921</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I wish to use open-mpi for best performance of academic research.&lt;BR /&gt;I downloaded open-mpi 1.6 and ran on my terminal the command:&lt;BR /&gt;&lt;BR /&gt;hugo@remotebatcomputer:~/openmpi-1.6$ ./configure --prefix=/usr/local/ FC=gnuplot&lt;BR /&gt;&lt;BR /&gt;This step went out without problems. But, if I use:&lt;BR /&gt;&lt;BR /&gt;hugo@remotebatcomputer:~/openmpi-1.6$ ./configure --prefix=/usr/local/ FC=ifort&lt;BR /&gt;&lt;BR /&gt;This returned me the error:&lt;BR /&gt;**********************************************************************&lt;BR /&gt;* It appears that your Fortran compiler is unable to produce working&lt;BR /&gt;* executables. A simple test application failed to properly&lt;BR /&gt;* execute. Note that this is likely not a problem with Open MPI,&lt;BR /&gt;* but a problem with the local compiler installation. More&lt;BR /&gt;* information (including exactly what command was given to the&lt;BR /&gt;* compiler and what error resulted when the command was executed) is&lt;BR /&gt;* available in the config.log file in this directory.&lt;BR /&gt;**********************************************************************&lt;BR /&gt;configure: error: Could not run a simple Fortran program. Aborting.&lt;BR /&gt;&lt;BR /&gt;How can I fix this??&lt;BR /&gt;&lt;BR /&gt;As a comment, I cannot compile using only ifort. If I restart my computer&lt;BR /&gt;before compiling a program I must execute:&lt;BR /&gt;&lt;BR /&gt;source /opt/intel/bin/compilervars.sh ia32&lt;BR /&gt;&lt;BR /&gt;After this, the compiling process execute without problem.&lt;BR /&gt;&lt;BR /&gt;P.D.&lt;BR /&gt;I'm a scientist student, not experimented on programation topics&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2012 20:57:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771774#M22921</guid>
      <dc:creator>jivifair</dc:creator>
      <dc:date>2012-06-08T20:57:35Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771775#M22922</link>
      <description>After entering the "source ...compilervars.sh..." command, run the Configure script &lt;SPAN style="text-decoration: underline;"&gt;in the same shell&lt;/SPAN&gt;. That way, the configure script will find the Intel compiler when it probes the computer to see if the specified Fortran compiler is useable.</description>
      <pubDate>Fri, 08 Jun 2012 21:06:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771775#M22922</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-06-08T21:06:43Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771776#M22923</link>
      <description>If you intend to run across a cluster, you will need to set up so that your shells open with your compiler and MPI paths set anyway, so it's probably good for you to practice adding the source compilervars to your shell startup. Think about what you will do when you update your installation and may need to edit this stuff.&lt;BR /&gt;Unless you own the entire cluster and will run only the one installation of OpenMP, it's a bad idea to configure that to install in /usr/local/ just to avoid setting the correct PATHs.&lt;BR /&gt;You really can't avoid dealing with some basic linux issues (or Windows.... as the case may be) if you are going into cluster computing.&lt;BR /&gt;Your results with OpenMPI will be only as good as the planning you put into it. OpenMPI is less automatic than some others. You have only to read the Intel ads to see how much it loses if you don't study the correct parameters. They have good FAQs on how to use Intel compilers. Consider them.</description>
      <pubDate>Fri, 08 Jun 2012 21:40:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771776#M22923</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-06-08T21:40:07Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771777#M22924</link>
      <description>You're right, I done what you said and that went without problem.&lt;BR /&gt;Now I have a little nasty error if I execute "make all install"&lt;BR /&gt;So the installation is not fulfilled, any idea what's happening?&lt;BR /&gt;&lt;BR /&gt;The message error is:&lt;BR /&gt;...&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/ompi/tools/ompi-profiler&lt;BR /&gt; CC ompi-profiler.o&lt;BR /&gt;ompi-profiler.c: In function main:&lt;BR /&gt;ompi-profiler.c:271:
 warning: ignoring return value of asprintf, declared with attribute warn_unused_result&lt;BR /&gt;ompi-profiler.c:276: warning: ignoring return value of asprintf, declared with attribute warn_unused_result&lt;BR /&gt;ompi-profiler.c:279: warning: ignoring return value of asprintf, declared with attribute warn_unused_result&lt;BR /&gt; CCLD ompi-profiler&lt;BR /&gt;Creating ompi-profiler.1 man page...&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/ompi/tools/ompi-profiler&lt;BR /&gt;make[1]: se sale del directorio /home/hugo/openmpi-1.6/ompi&lt;BR /&gt;Making all in test&lt;BR /&gt;make[1]: se ingresa al directorio /home/hugo/openmpi-1.6/test&lt;BR /&gt;Making all in support&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/test/support&lt;BR /&gt;make[2]: No se hace nada para all.&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/test/support&lt;BR /&gt;Making all in asm&lt;BR /&gt;make[2]: se ingresa al directorio
 /home/hugo/openmpi-1.6/test/asm&lt;BR /&gt;make[2]: No se hace nada para all.&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/test/asm&lt;BR /&gt;Making all in class&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/test/class&lt;BR /&gt;make[2]: No se hace nada para all.&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/test/class&lt;BR /&gt;Making all in threads&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/test/threads&lt;BR /&gt;make[2]: No se hace nada para all.&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/test/threads&lt;BR /&gt;Making all in datatype&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/test/datatype&lt;BR /&gt;make[2]: No se hace nada para all.&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/test/datatype&lt;BR /&gt;Making all in util&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/test/util&lt;BR /&gt;make[2]: No se hace nada para all.&lt;BR /&gt;make[2]: se sale del
 directorio /home/hugo/openmpi-1.6/test/util&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/test&lt;BR /&gt;make[2]: No se hace nada para all-am.&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/test&lt;BR /&gt;make[1]: se sale del directorio /home/hugo/openmpi-1.6/test&lt;BR /&gt;make[1]: se ingresa al directorio /home/hugo/openmpi-1.6&lt;BR /&gt;make[1]: No se hace nada para all-am.&lt;BR /&gt;make[1]: se sale del directorio /home/hugo/openmpi-1.6&lt;BR /&gt;Making install in config&lt;BR /&gt;make[1]: se ingresa al directorio /home/hugo/openmpi-1.6/config&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/config&lt;BR /&gt;make[2]: No se hace nada para install-exec-am.&lt;BR /&gt;make[2]: No se hace nada para install-data-am.&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/config&lt;BR /&gt;make[1]: se sale del directorio /home/hugo/openmpi-1.6/config&lt;BR /&gt;Making install in contrib&lt;BR /&gt;make[1]: se ingresa al directorio
 /home/hugo/openmpi-1.6/contrib&lt;BR /&gt;make[2]: se ingresa al directorio /home/hugo/openmpi-1.6/contrib&lt;BR /&gt;make[2]: No se hace nada para install-exec-am.&lt;BR /&gt;test -z "/usr/local/share/openmpi/amca-param-sets" || /bin/mkdir -p "/usr/local/share/openmpi/amca-param-sets"&lt;BR /&gt;/bin/mkdir: no se puede crear el directorio /usr/local/share/openmpi: Permiso denegado&lt;BR /&gt;make[2]: *** [install-dist_amca_paramDATA] Error 1&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/contrib&lt;BR /&gt;make[1]: *** [install-am] Error 2&lt;BR /&gt;make[1]: se sale del directorio /home/hugo/openmpi-1.6/contrib&lt;BR /&gt;make: *** [install-recursive] Error 1&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2012 23:39:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771777#M22924</guid>
      <dc:creator>jivifair</dc:creator>
      <dc:date>2012-06-08T23:39:49Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771778#M22925</link>
      <description>Did you use&lt;BR /&gt;sudo make install&lt;BR /&gt;or equivalent? It looks like you didn't gain write permission on your designated install directories. I hope your Spanish is better than mine, if you chose to set your linux environment that way.</description>
      <pubDate>Sat, 09 Jun 2012 00:06:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771778#M22925</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-06-09T00:06:54Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771779#M22926</link>
      <description>/configure --prefix=/usr/local/&lt;BR /&gt;
&lt;BR /&gt;
If this is your machine (or you know your root password) you can do&lt;BR /&gt;
&lt;BR /&gt;
su -c "make install"&lt;BR /&gt;
&lt;BR /&gt;
or&lt;BR /&gt;
&lt;BR /&gt;
sudo make install&lt;BR /&gt;
&lt;BR /&gt;
to install openmpi. If not, you can choose another directory where you 
have write permissions. ~/bin or something of the kind, like:&lt;BR /&gt;
&lt;BR /&gt;
/configure --prefix=/home/hugo/openmpi &lt;BR /&gt;&lt;BR /&gt;for instance...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On another note, if youre you Linux, what distribution are you using?&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Jun 2012 07:59:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771779#M22926</guid>
      <dc:creator>rreis</dc:creator>
      <dc:date>2012-06-10T07:59:32Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771780#M22927</link>
      <description>It appears that I have a problem using the "sudo" prefix, when I do this I get:&lt;BR /&gt;&lt;BR /&gt;sudo: unable to resolve host&lt;BR /&gt;&lt;BR /&gt;I search on the net and the solution that I found was to edit the script hosts, I&lt;BR /&gt;changed the line:&lt;BR /&gt;&lt;BR /&gt;#127.0.1.1 ubuntu.ubuntu-domain ubuntu&lt;BR /&gt;&lt;BR /&gt;For:&lt;BR /&gt;&lt;BR /&gt;127.0.1.1 ubuntu&lt;BR /&gt;&lt;BR /&gt;Then I rebooted my pc but I still get the same problem. How can I fix this?&lt;BR /&gt;&lt;BR /&gt;I'm using:&lt;BR /&gt;Ubuntu 10.04, If I call recall right...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jun 2012 15:57:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771780#M22927</guid>
      <dc:creator>jivifair</dc:creator>
      <dc:date>2012-06-11T15:57:01Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771781#M22928</link>
      <description>If you aren't set up for sudo, you (or an administrator) must add you to the list in /etc/sudoers.&lt;BR /&gt;As suggested, if you can't gain privilege in /usr/local, you should reconfigure openmpi so as to install where you do have privilege.</description>
      <pubDate>Mon, 11 Jun 2012 18:07:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771781#M22928</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-06-11T18:07:54Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771782#M22929</link>
      <description>I tried all the four options:&lt;BR /&gt;&lt;BR /&gt;sudo make install&lt;BR /&gt;sudo make all install&lt;BR /&gt;su -c "make all install"&lt;BR /&gt;&lt;BR /&gt;and the last was...&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=/home/hugo/openmpi&lt;BR /&gt;&lt;BR /&gt;and then...&lt;BR /&gt;sudo make all install&lt;BR /&gt;&lt;BR /&gt;The last piece of the error message is:&lt;BR /&gt;=======================================================================&lt;BR /&gt;make all-recursive&lt;BR /&gt;make[3]: se ingresa al directorio /home/hugo/openmpi-1.6/ompi/mpi/f90&lt;BR /&gt;Making all in scripts&lt;BR /&gt;make[4]: se ingresa al directorio /home/hugo/openmpi-1.6/ompi/mpi/f90/scripts&lt;BR /&gt;make[4]: No se hace nada para all.&lt;BR /&gt;make[4]: se sale del directorio /home/hugo/openmpi-1.6/ompi/mpi/f90/scripts&lt;BR /&gt;make[4]: se ingresa al directorio /home/hugo/openmpi-1.6/ompi/mpi/f90&lt;BR /&gt;./scripts/mpi_sizeof.f90.sh /home/hugo/openmpi-1.6/ompi/mpi/f90 &amp;gt; mpi_sizeof.f90&lt;BR /&gt; FC mpi_sizeof.lo&lt;BR /&gt;fortcom: No such file or directory&lt;BR /&gt;ifort: error #10273: Fatal error in fortcom, terminated by 0x64&lt;BR /&gt;make[4]: *** [mpi_sizeof.lo] Error 1&lt;BR /&gt;make[4]: se sale del directorio /home/hugo/openmpi-1.6/ompi/mpi/f90&lt;BR /&gt;make[3]: *** [all-recursive] Error 1&lt;BR /&gt;make[3]: se sale del directorio /home/hugo/openmpi-1.6/ompi/mpi/f90&lt;BR /&gt;make[2]: *** [all] Error 2&lt;BR /&gt;make[2]: se sale del directorio /home/hugo/openmpi-1.6/ompi/mpi/f90&lt;BR /&gt;make[1]: *** [all-recursive] Error 1&lt;BR /&gt;make[1]: se sale del directorio /home/hugo/openmpi-1.6/ompi&lt;BR /&gt;make: *** [all-recursive] Error 1&lt;BR /&gt;&lt;BR /&gt;======================================================================&lt;BR /&gt;&lt;BR /&gt;And I can notice the lines:&lt;BR /&gt;&lt;BR /&gt;fortcom: No such file or directory&lt;BR /&gt;
ifort: error #10273: Fatal error in fortcom, terminated by 0x64&lt;BR /&gt;&lt;BR /&gt;But I executed previously the command: source ifortvars.sh ia32!&lt;BR /&gt;&lt;BR /&gt;Now I'm lost, I don't know if the current problem is with the sudo topic or it has something to do with the INtel compiler :S&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jun 2012 23:18:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771782#M22929</guid>
      <dc:creator>jivifair</dc:creator>
      <dc:date>2012-06-11T23:18:40Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771783#M22930</link>
      <description>You may have to set the ifort environment under sudo, e.g.&lt;BR /&gt;sudo su -&lt;BR /&gt;...&lt;BR /&gt;source ifortvars....&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jun 2012 02:26:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771783#M22930</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-06-12T02:26:58Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771784#M22931</link>
      <description>The "no such file or directory" is saying that it cannot locate mpi_sizeof.lo, whatever that is. It is not that the compiler could not be found.</description>
      <pubDate>Tue, 12 Jun 2012 13:56:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771784#M22931</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-06-12T13:56:39Z</dc:date>
    </item>
    <item>
      <title>building open mpi with ifort</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771785#M22932</link>
      <description>If I ignore all these building mpi warnings and I compile my program I get &lt;BR /&gt;&lt;BR /&gt;mpif90: error while loading shared libraries: libopen-pal.so.4: cannot open shared object file: No such file or directory&lt;BR /&gt;&lt;BR /&gt;But I know that the file is there because if I type:&lt;BR /&gt;&lt;BR /&gt;hugo@remotebatcomputer:~/Documentos/proyecto-maestria/program_29_may_12$ whereis libopen-pal.so.4&lt;BR /&gt;libopen-pal.so: /usr/local/lib/libopen-pal.so.4 /usr/local/lib/libopen-pal.so&lt;BR /&gt;&lt;BR /&gt;And I know the path to the library is right because on my makefile I have:&lt;BR /&gt;&lt;BR /&gt;MPI_LIBS  = -L/usr/local/lib -lmpi_f90 -lmpi_f77 -lmpi -lopen-rte -lopen-pal -llibopen-pal -lutil \&lt;BR /&gt; -L/opt/homebrew/lib &lt;BR /&gt;&lt;BR /&gt;How can I tell to the mpi compiler where is this file?&lt;BR /&gt;&lt;BR /&gt;By the way, I tried on my shell:&lt;BR /&gt;&lt;BR /&gt;hugo@remotebatcomputer:~/Documentos/proyecto-maestria/program_29_may_12$ echo $PATH&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.10.319/bin/ia32:/home/hugo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/lib/:/usr/local/bin/:/opt/intel/composer_xe_2011_sp1.10.319/mpirt/bin/ia32&lt;BR /&gt;&lt;BR /&gt;I added manually to my path the directories /usr/local/lib and /usr/local/bin&lt;BR /&gt;Still I'm getting the not found problem &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jun 2012 16:52:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/building-open-mpi-with-ifort/m-p/771785#M22932</guid>
      <dc:creator>jivifair</dc:creator>
      <dc:date>2012-06-12T16:52:46Z</dc:date>
    </item>
  </channel>
</rss>

