Hi Jayesh,<br><br>This is my config file.<br><br>In this sample MPICH2 does not launch the test.exe.<br><br>-host localhost -genvlist CNTRL_MPI_DIR,CNTRL_MPI_OUT -p 8676 -wdir <Working DIR> -path <pathDIR> test.exe -mpion -controller<br>
-host localhost -p 8676 -wdir <Working DIR> -path <pathDIR1> test.exe -mpion -worker<br>-host localhost -p 8676 -wdir <Working DIR> -path <pathDIR2> test.exe -mpion -worker<br><br>However this is working :<br>
<br>
-host localhost -env CNTRL_MPI_DIR d:\mpi -p 8676 -wdir <Working
DIR> -path <pathDIR> product.exe -mpion -controller<br>
-host localhost -p 8676 -wdir <Working DIR> -path <pathDIR1> product.exe -mpion -worker<br>
-host localhost -p 8676 -wdir <Working DIR> -path <pathDIR2> product.exe -mpion -worker<br><br>In this sample mapping is not done on all the nodes. The workaround : I have to map network drive first manually and then use -mapall option on controller.<br>
<br>-host localhost -map z:\\abhishekp-xp\mpi\ -p 8676 -wdir <Working DIR> -path <pathDIR> test.exe -mpion -controller<br>-host localhost -p 8676 -wdir <Working DIR> -path <pathDIR1> test.exe -mpion -worker<br>
-host localhost -p 8676 -wdir <Working DIR> -path <pathDIR2> test.exe -mpion -worker<br><br>Am I missing something in config file.<br><br>Thanks,<br>Abhishek<br><br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 8:11 PM, Jayesh Krishna <span dir="ltr"><<a href="mailto:jayesh@mcs.anl.gov">jayesh@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
Can you send us a sample config file that does not work ?<br>
<br>
Regards,<br>
Jayesh<br>
<div><div></div><div class="h5">----- Original Message -----<br>
From: "abhishek pandey" <<a href="mailto:hipandey@gmail.com">hipandey@gmail.com</a>><br>
To: <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
Sent: Thursday, October 29, 2009 5:26:22 AM GMT -06:00 US/Canada Central<br>
Subject: [mpich-discuss] genvlist & map is not working in config file<br>
<br>
<br>
Hi,<br>
<br>
On windows, I tried to use genvlist and map in mpi config file. ( mpiexec.exe -configfile <config file>).<br>
But it is not working. Am I missing something ?<br>
<br>
However -env and -mapall options are working in configfile. Also, I always have to set environment variables in configfile. Is there a way to just use the environment variables once it has been set on command line or in my-computer properties ?<br>
<br>
Thanks,<br>
Abhishek<br>
<br>
</div></div>_______________________________________________<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>
</blockquote></div><br>