<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi Jayesh, <BR>&nbsp;<BR>thanks for your answers, i solved the first problem but&nbsp;not the second one, i think my question wasn't clear enough: i have an&nbsp;application which uses&nbsp;MPI_Comm_spawn,&nbsp;when the call is done the parent and the spwaned child continue to&nbsp;run on the same console (cmd window) but i need to separate them (each one in a separate cmd window), i don't know if this is possible.<BR>&nbsp;<BR>Thanks &amp; best Regards,<BR>Toufik.<br>&nbsp;<BR><div>&gt; Date: Thu, 12 Apr 2012 09:58:59 -0500<br>&gt; From: jayesh@mcs.anl.gov<br>&gt; To: mpich-discuss@mcs.anl.gov<br>&gt; CC: h_toufik7@hotmail.fr<br>&gt; Subject: Re: [mpich-discuss] questions about MPI_Comm_spawn<br>&gt; <br>&gt; Hi,<br>&gt;  Argh, I missed your first question. The suggestion (-localonly/localroot) was for the second (console...) question.<br>&gt;  Please take a look at "https://svn.mcs.anl.gov/repos/mpi/mpich2/trunk/test/mpi/spawn/spawnargv.c" for information on how to pass arguments to spawn.<br>&gt; <br>&gt; Regards,<br>&gt; Jayesh<br>&gt; <br>&gt; ----- Original Message -----<br>&gt; From: "toufik hadjazi" &lt;h_toufik7@hotmail.fr&gt;<br>&gt; To: mpich-discuss@mcs.anl.gov<br>&gt; Sent: Thursday, April 12, 2012 9:39:31 AM<br>&gt; Subject: Re: [mpich-discuss] questions about MPI_Comm_spawn<br>&gt; <br>&gt; <br>&gt; <br>&gt; Hi Jayesh, <br>&gt; <br>&gt; when i tried these options i got the message: <br>&gt; <br>&gt; unable to read the cmd header on the pmi context, Error = -1. <br>&gt; Error posting readv, An existing connection was forcibly closed by the remote host.(10054) <br>&gt; job aborted: <br>&gt; rank: node: exit code[: error message] <br>&gt; 0: Toufik-PC: 255: process 0 exited without calling finalize <br>&gt; <br>&gt; and about my second question, is it possible? <br>&gt; <br>&gt; best Regards, <br>&gt; Toufik. <br>&gt; <br>&gt; <br>&gt; &gt; Date: Thu, 12 Apr 2012 09:22:52 -0500 <br>&gt; &gt; From: jayesh@mcs.anl.gov <br>&gt; &gt; To: mpich-discuss@mcs.anl.gov <br>&gt; &gt; CC: h_toufik7@hotmail.fr <br>&gt; &gt; Subject: Re: [mpich-discuss] questions about MPI_Comm_spawn <br>&gt; &gt; <br>&gt; &gt; Hi, <br>&gt; &gt; Did you try launching your job with the "-localonly" option (Also try "-localroot")? <br>&gt; &gt; <br>&gt; &gt; Regards, <br>&gt; &gt; Jayesh <br>&gt; &gt; <br>&gt; &gt; ----- Original Message ----- <br>&gt; &gt; From: "toufik hadjazi" &lt;h_toufik7@hotmail.fr&gt; <br>&gt; &gt; To: mpich-discuss@mcs.anl.gov <br>&gt; &gt; Sent: Thursday, April 12, 2012 7:34:21 AM <br>&gt; &gt; Subject: [mpich-discuss] questions about MPI_Comm_spawn <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Hi, <br>&gt; &gt; <br>&gt; &gt; I am using MPICH2 on windows 7, and I have two questions: <br>&gt; &gt; 1- when i try to launch a process with MPI_comm_spawn using MPI_ARGV_NULL, it work normally but when i use an array of arguments the job abort; the call for the function is like that : <br>&gt; &gt; <br>&gt; &gt; char *arg_array[4]; <br>&gt; &gt; for (int i=0; i&lt;4; i++) <br>&gt; &gt; arg_array[i] = new char[255]; <br>&gt; &gt; <br>&gt; &gt; int level = 15, next = 4, range = 5; <br>&gt; &gt; itoa(level, arg_array[0], 10); <br>&gt; &gt; itoa(next, arg_array[1], 10); <br>&gt; &gt; itoa(range, arg_array[2], 10); <br>&gt; &gt; <br>&gt; &gt; MPI_Comm_spawn("testMPI.exe", arg_array, 1, MPI_INFO_NULL, 0, MPI_COMM_SELF, &amp;intercom, MPI_ERRCODES_IGNORE); <br>&gt; &gt; <br>&gt; &gt; 2- Is it possible to launch the spawned child on another console (a new console window in the same pc); maybe using the info keys? <br>&gt; &gt; <br>&gt; &gt; best Regards, <br>&gt; &gt; Toufik, <br>&gt; &gt; <br>&gt; &gt; _______________________________________________ <br>&gt; &gt; mpich-discuss mailing list mpich-discuss@mcs.anl.gov <br>&gt; &gt; To manage subscription options or unsubscribe: <br>&gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss <br>&gt; <br>&gt; _______________________________________________<br>&gt; mpich-discuss mailing list     mpich-discuss@mcs.anl.gov<br>&gt; To manage subscription options or unsubscribe:<br>&gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br></div>                                               </div></body>
</html>