Hi,
I have been trying to install OpenMPI v4.1.4 on a university HPC cluster.
We use the Bright cluster manager and have SLURM v21.08.8 and RHEL 8.6. I
used a script to install OpenMPI that a former co-worker had used to
successfully install OpenMPI v3.0.0 previously. I updated it to include new
v
Can you include the configure command you used for Open MPI, as well as the
output of “make all V=1” (it’s ok if that’s from a tree you’ve already tried to
build, the full compile command for the file that is failing to compile is the
part of interest.
Thanks,
Brian
On 10/4/22, 9:06 AM, "user
HI JD,
Could you post the configure options your script uses to build Open MPI?
Howard
From: users on behalf of "Jeffrey D. (JD)
Tamucci via users"
Reply-To: Open MPI Users
Date: Tuesday, October 4, 2022 at 10:07 AM
To: "users@lists.open-mpi.org"
Cc: "Jeffrey D. (JD) Tamucci"
Subject: [EXT
Hi Howard and Brian,
Of course. Here's a dropbox link to the full folder:
https://www.dropbox.com/s/raqlcnpgk9wz78b/ompi-output_Sep30_2022.tar.bz2?dl=0
This was the configure and make commands:
./configure \
--prefix=/shared/maylab/mayapps/mpi/openmpi/4.1.4 \
--with-slurm \
Could you change the –with-pmi to be
--with-pmi=/cm/shared/apps/slurm21.08.8
?
From: "Jeffrey D. (JD) Tamucci"
Date: Tuesday, October 4, 2022 at 10:40 AM
To: "Pritchard Jr., Howard" , "bbarr...@amazon.com"
Cc: Open MPI Users
Subject: Re: [EXTERNAL] [OMPI users] Beginner Troubleshooting OpenM