<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>Hi Jayesh,</DIV>
<DIV>&nbsp;</DIV>
<DIV>This time it seems itīs going to work.&nbsp;I have&nbsp;modified the "mpi2.bat" file, now it is:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;<EM>C:<BR>cd \Program Files\MPICH2\bin\</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>mpiexec -n 1 D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster\Prueba32-01 : -n 1 D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster1\Prueba32-01 : -n 1 D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster2\Prueba32-01 : -n 1 D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster3\Prueba32-01</EM></DIV>
<DIV>&nbsp;</DIV>
<DIV>Now the system is asking for user credentials. But when I enter "computer-name\User" and my windows account password, it didnīt accept it. </DIV>
<DIV>Do you know what credentials is this referring to? (Please see the attached image)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>Horacio. 
<DIV>&nbsp;</DIV>
<DIV>PS: I asume if I add <EM>\Program Files\MPICH2\bin\</EM> to my path environmental variable this should work without need to go to this directory to run the mpiexec.</DIV>
<DIV><BR>&nbsp;</DIV>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt"><BR>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 13px"><FONT size=2 face=Tahoma>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">De:</SPAN></B> Jayesh Krishna &lt;jayesh@mcs.anl.gov&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Para:</SPAN></B> Horacio Pedro Burbridge &lt;hpbridge@yahoo.com.ar&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">CC:</SPAN></B> mpich-discuss@mcs.anl.gov<BR><B><SPAN style="FONT-WEIGHT: bold">Enviado:</SPAN></B> martes, 30 de noviembre, 2010 13:57:54<BR><B><SPAN style="FONT-WEIGHT: bold">Asunto:</SPAN></B> Re: [mpich-discuss] How to run MPI code on a single machin with four cores when using MPICH2<BR></FONT><BR>Hi,<BR>AFAIK, MPICH and MPICH2 can be installed on the same machine (Although we don't test that setup routinely in our lab). We currently do not support installing two versions of MPICH2 on the same machine.<BR>Try specifying the complete path to mpiexec (C:\Progra~1\MPICH2\bin\mpiexec -n 1 ...). Let us know if it works.<BR><BR>Regards,<BR>Jayesh<BR>----- Original Message -----<BR>From: Horacio Pedro Burbridge &lt;<A
 href="mailto:hpbridge@yahoo.com.ar" ymailto="mailto:hpbridge@yahoo.com.ar">hpbridge@yahoo.com.ar</A>&gt;<BR>To: Jayesh Krishna &lt;<A href="mailto:jayesh@mcs.anl.gov" ymailto="mailto:jayesh@mcs.anl.gov">jayesh@mcs.anl.gov</A>&gt;, <A href="mailto:mpich-discuss@mcs.anl.gov" ymailto="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</A><BR>Sent: Tue, 30 Nov 2010 09:37:19 -0600 (CST)<BR>Subject: Re: [mpich-discuss] How to run MPI code on a single machin with four cores when using MPICH2<BR><BR>Hi Jayesh,<BR><BR>Thanks&nbsp;for your answer. <BR>I&nbsp;followed&nbsp;your suggestion by creating a bat file&nbsp;that executes the command you <BR>sent to me. <BR><BR><BR>The content of the bat&nbsp;file is:<BR><BR>&nbsp;D:<BR>cd \HORACIO\DOCTORADO\2-Corridas\MPI\Cluster<BR><BR>mpiexec -n 1 D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster\Prueba32-01 : -n 1 <BR>D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster1\Prueba32-01 : -n 1
 <BR>D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster2\Prueba32-01 : -n 1 <BR>D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster3\Prueba32-01<BR><BR>The answer is:<BR><BR>Aborting, unable to connect to Usuario-PC, smpd version mismatch<BR><BR>ŋHow can be problems with smpd version if this is only one machine with four <BR>cores? There is no way to have different versions of MPICH2 installed. <BR><BR><BR>Note: In addition to have MPICH2 installed I also have MPICH installed into the <BR>same computer.<BR><BR>Thank you.<BR><BR>&nbsp;Horacio. <BR><BR><BR><BR><BR>________________________________<BR>De: Jayesh Krishna &lt;<A href="mailto:jayesh@mcs.anl.gov" ymailto="mailto:jayesh@mcs.anl.gov">jayesh@mcs.anl.gov</A>&gt;<BR>Para: <A href="mailto:mpich-discuss@mcs.anl.gov" ymailto="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</A><BR>CC: <A href="mailto:hpbridge@yahoo.com.ar" ymailto="mailto:hpbridge@yahoo.com.ar">hpbridge@yahoo.com.ar</A><BR>Enviado:
 domingo, 21 de noviembre, 2010 2:42:37<BR>Asunto: Re: [mpich-discuss] How to run MPI code on a single machin with four <BR>cores when using MPICH2<BR><BR>Hi,<BR>You should be able to launch different executables as part of the same job by <BR>separating the executables (and the executable specific args) by a colon (:). <BR>Try the following command and let us know if it works for you.<BR><BR>mpiexec -n 1 D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster\Prueba32-01 : -n 1 <BR>D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster1\Prueba32-01 : -n 1 <BR>D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster2\Prueba32-01 : -n 1 <BR>D:\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster3\Prueba32-01<BR><BR><BR>Regards,<BR>Jayesh<BR>----- Original Message -----<BR>From: Horacio Pedro Burbridge &lt;<A href="mailto:hpbridge@yahoo.com.ar" ymailto="mailto:hpbridge@yahoo.com.ar">hpbridge@yahoo.com.ar</A>&gt;<BR>To: <A href="mailto:mpich-discuss@mcs.anl.gov"
 ymailto="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</A><BR>Sent: Sat, 20 Nov 2010 16:35:40 -0600 (CST)<BR>Subject: [mpich-discuss] How to run MPI code on a single machin with four&nbsp;&nbsp;&nbsp; <BR>cores when using MPICH2<BR><BR>Hello,<BR>&nbsp;<BR>I&nbsp;got&nbsp;this&nbsp;e-mail&nbsp;from the mpich_discuss forum. I have already suscribed to it.<BR>&nbsp;<BR>I have a code paralellized that is runnig OK when I compile it using Win32 Intel <BR><BR>Fortran compiler and MPICH1 libraries.<BR>When I compile it using&nbsp;EMT64 Intel Fortran compiler and MPICH2 libraries it is <BR>compiled OK but I canīt make it run.<BR>&nbsp;<BR>I need to run this on a single&nbsp;Windows 7 machine using its four cores (Intel <BR>i7). Once the core is finished I will run it on a 20&nbsp;node cluster. Now my <BR>problem is to run on a single machine. <BR><BR>When running the win32 MPICH1 compiled executable there is no problem at all. <BR>Iīm using four
 different folders and executing four executables. The executables <BR><BR>are the same, but the information they use is readed from different folders. For <BR><BR>this, Iīm setting the enviromental varibles manually, and runing the executable <BR>"Prueba32-01.exe" on four cores as follows:<BR>&nbsp;<BR>file "mpi.bat" on folder \HORACIO\DOCTORADO\2-Corridas\MPI\Cluster:<BR>&nbsp;<BR>&nbsp;D:<BR>&nbsp;cd <BR>\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR><BR><BR>&nbsp;&nbsp; <BR>&nbsp;set MPICH_JOBID=ns.123<BR>&nbsp;set MPICH_IPROC= 0<BR>&nbsp;set MPICH_NPROC=
 4<BR>&nbsp;set MPICH_ROOT=Usuario-PC:1<BR>&nbsp;Prueba32-01<BR><BR>file "mpi.bat" on folder \HORACIO\DOCTORADO\2-Corridas\MPI\Cluster1:<BR>&nbsp;<BR>&nbsp;D:<BR>&nbsp;cd <BR>\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR><BR><BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;set MPICH_JOBID=ns.123<BR>&nbsp;set MPICH_IPROC=&nbsp;1<BR>&nbsp;set MPICH_NPROC= 4<BR>&nbsp;set MPICH_ROOT=Usuario-PC:1<BR>&nbsp;Prueba32-01<BR>&nbsp;<BR>file "mpi.bat" on folder \HORACIO\DOCTORADO\2-Corridas\MPI\Cluster2:<BR>&nbsp;<BR>&nbsp;D:<BR>&nbsp;cd
 <BR>\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR><BR><BR>&nbsp;&nbsp; <BR>&nbsp;set MPICH_JOBID=ns.123<BR>&nbsp;set MPICH_IPROC=&nbsp;2<BR>&nbsp;set MPICH_NPROC= 4<BR>&nbsp;set MPICH_ROOT=Usuario-PC:1<BR>&nbsp;Prueba32-01<BR><BR>&nbsp;<BR>file "mpi.bat" on folder \HORACIO\DOCTORADO\2-Corridas\MPI\Cluster3:<BR>&nbsp;<BR>&nbsp;D:<BR>&nbsp;cd
 <BR>\HORACIO\DOCTORADO\2-Corridas\MPI\Cluster3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR><BR><BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;set MPICH_JOBID=ns.123<BR>&nbsp;set MPICH_IPROC=&nbsp;3<BR>&nbsp;set MPICH_NPROC= 4<BR>&nbsp;set MPICH_ROOT=Usuario-PC:1<BR>&nbsp;Prueba32-01<BR><BR>This works fine with&nbsp;MPICH1. I couldnīt find a way to launch this executable on <BR>four different folders using mpiexec or even manually&nbsp;by setting the <BR>environmental variables "PMI_RANK"&nbsp;and "PMI_SIZE"<BR><BR>Could you please help me?<BR><BR>Thank you in advance.<BR>&nbsp;Horacio.
 <BR><BR><BR><BR></DIV></DIV></div><br>




      &nbsp;</body></html>