-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPICH -- mpi returns myrank = 0 for all processors #7064
Comments
Sorry for the neglect. The issue is due to running |
Thank you for your email..
I have fixed this problem by using a fresh installation of MPICH using
source code.
Regards
…On Wed, Aug 21, 2024 at 9:58 AM Hui Zhou ***@***.***> wrote:
Sorry for the neglect. The issue is due to running mpiexec from Open MPI.
The ubuntu default to use openMPI for dependency, so it is easy for them to
mess this up.
—
Reply to this email directly, view it on GitHub
<#7064 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUNJIFGRXWDDF4QX5SX3YTZSQJOXAVCNFSM6AAAAABK2ZFA7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBQHA3DKOJSGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Just tested ubuntu 24.04 using docker. Indeed it is broken. The issue is they build mpich with |
Ok, thanks a lot for the update.
…On Wed, Aug 21, 2024 at 10:23 AM Hui Zhou ***@***.***> wrote:
Just tested ubuntu 24.04 using docker. Indeed it is broken. The issue is
they build mpich with --with-pmix=/usr/lib/x86_64-linux-gnu/pmix2, which
forces to disable hydra's launch, and need to be launched with openpmix
or openmpi's launcher instead. We need reach out to the package maintainer
to fix this.
—
Reply to this email directly, view it on GitHub
<#7064 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUNJIERD6S4HZLH757FJMTZSQMK5AVCNFSM6AAAAABK2ZFA7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBRGAZDMMRZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
FYI we were informed that the configuration issue would be fixed in the next update to the |
Awesome, thanks for the update!
…On Wed, 11 Sep 2024 at 9:15 PM, Ken Raffenetti ***@***.***> wrote:
FYI we were informed that the configuration issue would be fixed in the
next update to the mpich package.
https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338. I have not
yet seen the update in the package repos, though.
—
Reply to this email directly, view it on GitHub
<#7064 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUNJIHFWW7LILSDEEZXJLLZWBQR5AVCNFSM6AAAAABK2ZFA7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBUGAZTGNZUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
MPICH has been installed in Kubuntu 24.04 LTS as below
sudo apt-get update,
sudo apt install build-essential,
sudo apt install mpich libmpich-dev
After installation, with a simple test code it fails to return correct rank values for each processors (all have zero rank). Only MPICH is being installed, no other MPI such openMPI is working in parallel. How to fix the issue? Any suggestions?
The text was updated successfully, but these errors were encountered: