Thank you for your answer. <br><br>I am getting the hostnames dynamically(at runtime). To create a file I must crate a datastream. I was using it but If I create a stream I am loosing too many clock cycles. I am now triing to do it faster. <br>
<br>Isn&#39;t it possible without a hostfile? Can&#39;t we add more then one hostname to MPI_Info object?<br><br><br><br><div class="gmail_quote">On 24 February 2012 15:48, Rajeev Thakur <span dir="ltr">&lt;<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You can store all the host names in a file and use the info key &quot;hostlist&quot; with the value being the name of the file.<br>

<div><div class="h5"><br>
On Feb 24, 2012, at 6:38 AM, Umit wrote:<br>
<br>
&gt; Hello all,<br>
&gt;<br>
&gt; Is there any comprehensive documentation about mpich2?<br>
&gt;<br>
&gt; I want to learn which keys are allowed in MPI_comm_spawn. Is not there any documentation about these things?<br>
&gt;<br>
&gt; I want to create more then one process at once on specific hosts.<br>
&gt;<br>
&gt; If I run the programm with following code I can create two processes on core01<br>
&gt;     np=2;<br>
&gt;     MPI_Info_create( &amp;info2 );<br>
&gt;     MPI_Info_set(info2, &quot;host&quot;,&quot;core01&quot;);<br>
&gt;     MPI_Comm_spawn( &quot;/demo2/./demo2&quot;, MPI_ARGV_NULL, np, info2, 0, MPI_COMM_WORLD, &amp;intercomm, errcodes );<br>
&gt;<br>
&gt; But I want to create each process in other core? Is is possible? I tried adding more then one core to info2 but it did not work :<br>
&gt;     MPI_Info_set(info2, &quot;host&quot;,&quot;core01,core02&quot;);<br>
&gt;<br>
&gt; I got he following error: Fatal error in MPI_Comm_spawn: Other MPI error, error stack<br>
&gt;<br>
&gt; Can somebody help me please?<br>
&gt;<br>
&gt; Kind Regards,<br>
</div></div>&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; To manage subscription options or unsubscribe:<br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br>
_______________________________________________<br>
mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
To manage subscription options or unsubscribe:<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>
</blockquote></div><br>