Re: [mpich-discuss] error was seen in the selection of process managers
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 --with-device=ch3:sock and smpd to run stand-alone daemons on each node . thanks, Doha On Sat, Apr 18, 2015 at 7:04 PM, Balaji, Pavan <[email protected]> wrote:
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?
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.
Also, --disable-f77 and --disable-fc are deprecated options. You can pass --disable-fortran now.
Finally, is there a reason to use --with-device=ch3:sock instead of the default (--with-device=ch3:nemesis)?
-- Pavan
On Apr 18, 2015, at 6:44 AM, Doha Ehab <[email protected]> wrote:
Hello I'm trying to cross compile mpich with the following configuration options ./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
and I get the following error message
configure: ===== done with src/openpa configure ===== configure: WARNING: /home/do/mpich-3.1.4/src/pm/smpd does not exist. PM is unknown configure: error: Aborting configure because an error was seen in the selection of process managers
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
-- Pavan Balaji ✉️ http://www.mcs.anl.gov/~balaji
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Doha Ehab