<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>the directory is inside ClearCase vobs, knowns as 'view' in ClearCase.&nbsp; It is only visible after</DIV>
<DIV>running the 'clearcase setview' command.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The way people got around probelm with Grid+Clearcase is to add a wrapper shell to check for the</DIV>
<DIV>env var CLEARCASE_ROOT, and run the clearcase setview command, like&nbsp;: </DIV>
<DIV>&nbsp;</DIV>
<DIV>#!/bin/sh </DIV>
<DIV>&nbsp;&nbsp; if [ X_$CLEARCASE_ROOT = X_ ] then</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # NOT Clearcase</DIV>
<DIV>&nbsp;&nbsp; else</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cleartool setview -exec "whatever command commands " `basename $CLEARCASE_ROOT</DIV>
<DIV>&nbsp;&nbsp; fi</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>----</DIV>
<DIV>make this the wrapper script to the grid.&nbsp;&nbsp;&nbsp; (CLEARCASE_ROOT is of the form /view/&lt;viewname&gt;,</DIV>
<DIV>we only need the &lt;viewname&gt; part to set the view)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I think something like this will be need for mpiexec hydra.&nbsp; Hopefully the info here is enough to get the</DIV>
<DIV>support into hydra.</DIV>
<DIV>&nbsp;</DIV>
<DIV>tan</DIV>
<DIV><BR>&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, 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">From:</SPAN></B> Pavan Balaji &lt;balaji@mcs.anl.gov&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> mpich-discuss@mcs.anl.gov<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thu, January 14, 2010 3:56:42 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [mpich-discuss] mpiexec.hydra does not work in ClearCase vobs<BR></FONT><BR><BR>Unfortunately, I don't know anything about ClearCase. Is the directory<BR>you are launching mpiexec from available on all machines (I'm assuming<BR>you are not explicitly setting -wdir in mpiexec)?<BR><BR>-- Pavan<BR><BR>On 01/14/2010 12:51 PM, Dave Goodell wrote:<BR>&gt; On Jan 14, 2010, at 12:42 PM, chong tan wrote:<BR>&gt; <BR>&gt;&gt; if the wdir is in ClearCaseVob.&nbsp; Getting this error:<BR>&gt;&gt;<BR>&gt;&gt; [proxy@cappy] HYD_pmcd_pmi_proxy_launch_procs<BR>&gt;&gt; (./pm/pmiserv/pmi_proxy_utils.c:658): unable to change wdir (No such<BR>&gt;&gt; file
 or directory)<BR>&gt; <BR>&gt; Not sure about this here.&nbsp; My limited understanding of ClearCase is that<BR>&gt; it provides its VCS capabilities in large part through a custom<BR>&gt; filesystem that is mounted on the machine.&nbsp; So it's entirely possible<BR>&gt; that hydra and that filesystem are not interacting correctly.<BR>&gt; <BR>&gt; Unfortunately I don't believe that we have access to ClearCase here at<BR>&gt; ANL, so it will be very difficult for us to reproduce and debug the<BR>&gt; problem.&nbsp; Pavan may have an idea of what's going on here, but otherwise<BR>&gt; we would welcome any patches or assistance that you can offer figuring<BR>&gt; out what's going on.<BR>&gt; <BR>&gt;&gt; Another issue: it ask for my passwd on 'localhost' when I run<BR>&gt;&gt; mpiexec.hydra locally.&nbsp; This does not make much sense as I am already<BR>&gt;&gt; logged in.<BR>&gt; <BR>&gt; It makes sense for various implementation reasons when you are
 using the<BR>&gt; default bootstrap server, "ssh".&nbsp; If you only wish to run processes on<BR>&gt; the current node, you can use the "fork" bootstrap server:<BR>&gt; <BR>&gt; http://wiki.mcs.anl.gov/mpich2/index.php/Using_the_Hydra_Process_Manager#Bootstrap_Servers<BR>&gt; <BR>&gt; <BR>&gt; Basically pass "-bootstrap fork" to mpiexec or set the HYDRA_BOOTSTRAP<BR>&gt; environment variable to fork.<BR>&gt; <BR>&gt; -Dave<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; mpich-discuss mailing list<BR>&gt; <A href="mailto:mpich-discuss@mcs.anl.gov" ymailto="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</A><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>Pavan Balaji<BR>http://www.mcs.anl.gov/~balaji<BR>_______________________________________________<BR>mpich-discuss mailing list<BR><A
 href="mailto:mpich-discuss@mcs.anl.gov" ymailto="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></DIV></DIV><!-- cg26.c2.mail.re1.yahoo.com compressed/chunked Fri Jan 15 09:09:25 PST 2010 --></div><br>

      </body></html>