Re: [OMPI users] [EXTERNAL] Beginner Troubleshooting OpenMPI Installation - pmi.h Error

2022-10-05 Thread Jeffrey D. (JD) Tamucci via users
Gladly, I tried it that way and it worked in that it was able to find pmi.h. Unfortunately there's a new error about finding lnuma and ludev. make[2]: Entering directory '/shared/maylab/src/openmpi-4.1.4/opal' CCLD libopen-pal.la /usr/bin/ld: cannot find -lnuma /usr/bin/ld: cannot find -lude

Re: [OMPI users] [EXTERNAL] Beginner Troubleshooting OpenMPI Installation - pmi.h Error

2022-10-05 Thread Pritchard Jr., Howard via users
Hi Jeff, I think you are now in the “send the system admin an email to install RPMs, in particular ask that the numa and udev devel rpms be installed”. They will need to install these rpms on the compute node image(s) as well. Howard From: "Jeffrey D. (JD) Tamucci" Date: Wednesday, October

Re: [OMPI users] [EXTERNAL] Beginner Troubleshooting OpenMPI Installation - pmi.h Error

2022-10-05 Thread Jeff Squyres (jsquyres) via users
Actually, I think the problem might be a little more subtle. I see that you configured with both --enable-static and --enable-shared. My gut reaction is that there might be some kind of issue with enabling both of those options (by default, shared is enabled and static is disabled). If you con

Re: [OMPI users] [EXTERNAL] Beginner Troubleshooting OpenMPI Installation - pmi.h Error

2022-10-05 Thread Jeffrey D. (JD) Tamucci via users
Thank you for your assistance! I tried to compile it with either the --enabled-shared or --enable-static flag and they both seemed to have the same error as before (lnuma and ludev) unfortunately. A dropbox link to full output for each install is below: https://www.dropbox.com/s/axnbze56iokyyqe/om