<div>I'm working in a project in which I need to parse the machinefile provided in the mpirun call, so I need the name and path provided in the argument after the "-machinefile" (or "-f") option.</div>

<div><br></div><div>At this time I wouldn't like to wrap the calls to mpirun as Myles suggested. I would like to be able (if it is possible) to do the parse in the C code.</div><div><br></div><div>Thank you,</div><div>

<br></div><div>Gonzalo Martin</div><br><div class="gmail_quote">On Mon, Aug 27, 2012 at 2:26 PM, Pavan Balaji <span dir="ltr"><<a href="mailto:balaji@mcs.anl.gov" target="_blank">balaji@mcs.anl.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Why do you need the remaining arguments?  There are other ways in MPI to get this information.<br>
<br>
 -- Pavan<div class="im"><br>
<br>
On 08/27/2012 06:20 AM, Gonzalo Martín Cruz wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi,<br>
<br>
I am trying to parse the command line global options for mpirun in the<br>
main section of my C program. For example, when I run:<br>
<br>
mpirun -np 2 -machinefile hostfile ./myprogram 100<br>
<br>
I would like to parse the seven arguments instead of these two only:<br>
"./myprogram" and "100".<br>
<br>
I tried to parse the arguments before the MPI_Init call but at this<br>
point I already got only two arguments, I guess the mpirun executable<br>
"eats" the MPI specific arguments. I can't find the way to do that.<br>
<br>
Thank you in advance,<br>
<br>
Gonzalo Martin<br>
Computer Architecture Group<br>
Universidad Carlos III de Madrid<br></div>
e-mail: <a href="mailto:gmcruz@arcos.inf.uc3m.es" target="_blank">gmcruz@arcos.inf.uc3m.es</a> <mailto:<a href="mailto:gmcruz@arcos.inf.uc3m.es" target="_blank">gmcruz@arcos.inf.uc3m.<u></u>es</a>><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">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/<u></u>mailman/listinfo/mpich-discuss</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Pavan Balaji<br>
<a href="http://www.mcs.anl.gov/~balaji" target="_blank">http://www.mcs.anl.gov/~balaji</a><br>
</font></span></blockquote></div><br>