[mpich-discuss] Run mpich on localhost

Zhou, Hui zhouh at anl.gov
Thu May 7 13:30:37 CDT 2020


Hi Martin,

Could you try the latest version https://www.mpich.org/downloads/ ?

--
Hui Zhou


From: Martin Ivanov via discuss <discuss at mpich.org>
Reply-To: "discuss at mpich.org" <discuss at mpich.org>
Date: Thursday, May 7, 2020 at 11:35 AM
To: "discuss at mpich.org" <discuss at mpich.org>
Cc: Martin Ivanov <marto1980 at gmail.com>
Subject: [mpich-discuss] Run mpich on localhost

Hello,
I installed mpich-3.0.4 on a x86_64 BSD machine. I need to run MPI on this single machine, which has 8 cores. When I run the cpi example, I get:

marto@% mpiexec -n 3 mpich-3.0.4/examples/cpi
ssh: Could not resolve hostname : hostname nor servname provided, or not known

If I make a hosts file with a single line content like this:

marto@% cat hosts
localhost:3

and again try the cpi example, I get:

marto@% mpiexec -f hosts -n 3 mpich-3.0.4/examples/cpi
[mpiexec@] HYD_pmcd_pmiserv_proxy_init_cb (./pm/pmiserv/pmiserv_cb.c:517): assert (!closed) failed
[mpiexec@] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
[mpiexec@] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:197): error waiting for event
[mpiexec@] main (./ui/mpich/mpiexec.c:331): process manager error waiting for completion

Any suggestions will be appreciated.

Best regards,
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20200507/b967749c/attachment-0001.html>


More information about the discuss mailing list