Re: [OMPI users] Unable to run MPI application
On Thu, 25 Jun 2020 14:04:12 + "CHESTER, DEAN \(PGR\) via users" wrote: ... > The cluster hardware is QLogic infiniband with Intel CPUs. My > understanding is that we should be using the old PSM for networking. > > Any thoughts what might be going wrong with the build? Yes only PSM will perform well on that hardware. Make sure that PSM works on the system. Then make sure you got a mca_mtl_psm built. We run several truescale clusters but I've not tried OpenMPI-4.x there... /Peter K
[OMPI users] Build error On macOS
I am trying to build openmpi-4.0.3 with gcc 11 on macOS. I ran following to configure: ../configure --prefix=/path-to/opt/openmpi-4.0.3 --with-wrapper-ldflags="-Wl,-search_paths_first” I keep getting following error: checking for objdump... objdump /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump: error: 'conftest.o': Invalid/Unsupported object file format. Any ideas? Sahir