Re: [mpich-discuss] Do I need to run "mpd" every time before I execute "mpiexec"?
That's not possible, unless there are other options you are passing to configure that you didn't mention here. With mpich-3.0.4, --with-pm=hydra is default. So whether you pass it or not, there's no difference in the build. -- Pavan On Sep 5, 2013, at 8:14 PM, Seungbum Koo wrote:
Yes the build failed without "--with-pm=hydra". I reconfigured "--with-pm=hydra" and then it worked.
I'm struggling with other issue though...
On Thu, Sep 5, 2013 at 8:04 PM, Pavan Balaji <[email protected]> wrote:
Is the build failing without --with-pm=hydra?
-- Pavan
On Sep 5, 2013, at 2:26 PM, Seungbum Koo wrote:
Sorry. The log file at the stage of the problem is overwritten when I was reconfiguring MPICH again.
I don't know if it will help, but I attached 'config.log' I just ran without "--with-pm=hydra" option.
Seungbum
On Thu, Sep 5, 2013 at 9:07 AM, Ken Raffenetti <[email protected]> wrote: You should not have to specify hydra with the 3.0.4 release. It is the default. Can you send your config.log so we know what went wrong?
----- Original Message -----
From: "Seungbum Koo" <[email protected]> To: "Jeff Hammond" <[email protected]>, [email protected] Cc: "MPICH" <[email protected]> Sent: Thursday, September 5, 2013 6:59:12 AM Subject: Re: [mpich-discuss] Do I need to run "mpd" every time before I execute "mpiexec"?
Wow. Thank you for the fast replies. You guys hardly sleep.
PROBLEM SOLVED. It works now.
Nicolás/ No. that can't be. It is my personal computer and I haven't installed MPICH so far. Jeff/ I saw that FAQ but didn't try --with-pm=hydra.
I first didn't configure MPICH with any process manager since hydra is set to default according to the installation guide. I reconfigured "--with-pm=hydra" and reinstalled. Now it is working.
Once again, thank you for your interest and help.
Seungbum
On Wed, Sep 4, 2013 at 11:14 PM, Jeff Hammond < [email protected] > wrote:
http://wiki.mpich.org/mpich/index.php/Frequently_Asked_Questions#Q:_I_don.27...
On Wed, Sep 4, 2013 at 11:02 PM, Nicolas Rosner < [email protected] > wrote:
Hi Seungbum,
do I need to run "mpd" every time before I run "mpiexec"?
No. You shouldn't need to run mpd at all.
From the FAQ: "The mpd process manager has many problems, as well as an annoying mpdboot step that is fragile and difficult to use correctly. The mpd process manager is deprecated at this point ..."
Perhaps when you typed "mpiexec", you were not really running the mpiexec binary that you had just built, but rather some other (really old) version that was already lying around on your system?
I'd suggest: running "which mpiexec" and "mpiexec --version" checking your $PATH specifying an absolute pathname to the new mpiexec binary instead of just "mpiexec"
Hope this helps, Nicolás _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
-- Jeff Hammond [email protected]
_______________________________________________ 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
<config.log>_______________________________________________ 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
-- Pavan Balaji http://www.mcs.anl.gov/~balaji
participants (1)
-
Pavan Balaji