Thx you both for such fast reply. Ill try your advices on wednesday and report results.<br>Gregory.<br><br><div class="gmail_quote">2010/7/19 Dave Goodell <span dir="ltr">&lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Jul 19, 2010, at 11:51 AM CDT, Grzegorz Dwornicki wrote:<br>
<br>
&gt; If im writing double message on list pls let me know.<br>
&gt;<br>
&gt; Im writing a graduating paper on my university about MPICH and im having some trouble launching programs. For example I need to run perfomance tests on cluster, to determine it max. potencial. To do this Im using hpl linpack from <a href="http://www.netlib.org/benchmark/hpl/" target="_blank">http://www.netlib.org/benchmark/hpl/</a>. Compilation goes without any errors but when I type f.e:<br>

&gt;<br>
&gt; mpirun -np 4 ./xhpl<br>
&gt;<br>
&gt; Im getting output like this:<br>
&gt; 0 - &lt;NO ERROR MESSAGE&gt; : Could not convert index 1140850688 into a pointer<br>
&gt; The index may be an incorrect argument.<br>
<br>
</div>You have somehow mixed MPICH2&#39;s mpi.h or mpif.h headers  with the library from MPICH:<br>
<br>
% perl -e &#39;printf(&quot;%#x\n&quot;,1140850688);&#39;<br>
0x44000000<br>
% grep 0x44000000 mpi.h<br>
#define MPI_COMM_WORLD ((MPI_Comm)0x44000000)<br>
<br>
As Pavan suggested, uninstall MPICH and make sure that MPICH2 is fully installed.  Also, make sure that you recompile your application once the MPICH installation is removed.  Make sure to use the compiler wrappers provided by MPICH2 (mpicc, mpif90, etc) when building your application.<br>

<font color="#888888"><br>
-Dave<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</div></div></blockquote></div><br>