<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">I'm trying to cross compile mpich for arm arch. devices and statically link everything . And I'm not sure if the default configuration options will be supported by the platform that's why I'm using <span style="font-size:13px">--with-device=ch3:sock and smpd to run </span>stand-alone daemons on each node .<div><br></div><div>thanks,</div><div>Doha </div><div><div><span style="font-size:13px"><br></span></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 18, 2015 at 7:04 PM, Balaji, Pavan <span dir="ltr"><<a href="mailto:balaji@anl.gov" target="_blank">balaji@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>
The smpd process manager has been removed for some time, and deprecated for many years before that.  Is there a reason you want to use that instead of the default process manager (hydra) which is significantly better in many ways?<br>
<br>
Btw, --enable-static is on by default.  If you want to force the use of static libraries, you need to --disable-shared, since shared libraries are prioritized over static libraries on most systems when linking.<br>
<br>
Also, --disable-f77 and --disable-fc are deprecated options.  You can pass --disable-fortran now.<br>
<br>
Finally, is there a reason to use --with-device=ch3:sock instead of the default (--with-device=ch3:nemesis)?<br>
<br>
  -- Pavan<br>
<div><div class="h5"><br>
> On Apr 18, 2015, at 6:44 AM, Doha Ehab <<a href="mailto:dohaehab@gmail.com">dohaehab@gmail.com</a>> wrote:<br>
><br>
> Hello<br>
>  I'm trying to cross compile mpich with the following configuration options<br>
> ./configure --prefix=/home/do/buildroot-2014.11/output/host/usr --host=arm-linux  --enable-static --with-pm=smpd --with-device=ch3:sock --disable-f77 --disable-fc<br>
><br>
> and I get the following error message<br>
><br>
> configure: ===== done with src/openpa configure =====<br>
> configure: WARNING: /home/do/mpich-3.1.4/src/pm/smpd does not exist. PM is unknown<br>
> configure: error: Aborting configure because an error was seen in the selection of process managers<br>
><br>
</div></div>> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
<br>
--<br>
Pavan Balaji  ✉️<br>
<a href="http://www.mcs.anl.gov/~balaji" target="_blank">http://www.mcs.anl.gov/~balaji</a><br>
<br>
_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a></blockquote></div><br></div>