Gilles Gouaillardet
Gilles Gouaillardet
That typically occurs when you use MPICH's `mpirun` and your app uses Open MPI `libmpi.so` (or the other way around). try using the absolute path to `mpirun` in your script,...
@FlorentGermain-Bull Thanks for the patch! can you please share a test program that evidences the issue? I will then add it to our test suite.
FWIW and IIRC, the existing conversion subroutine was used between `x86_64` and `sparcv9`
@fortnern thanks for the report and the reproducer! meanwhile, you can force using the ROMIO component instead of the (native) `ompio` one: ``` mpirun --mca io ^ompio -n 3 a.out...
Refs open-mpi/ompi#3302
with this PR, it is pretty trivial to untar and add an embedded hwloc tarball into ompi and as a standalone package (_a la_ libevent, pmix or romio) do you...
``` ./configure --enable-embedded-mode make dist ``` then the tarball can be untarred and renamed into ```opal/mca/hwloc/hwloc2x/hwloc``` the pro is from ompi, you can ``` ./autogen.sh ./configure ... make dist tar...
i will make the requested changes sometimes this week let me emphasize i claim __no__ insightful knowledge on how autotools work. so what i did is (my builddir is not...
what i meant is i cannot embedded two components in the ompi source tree (e.g. hwloc1116 and hwloc2x) (so enduser/CI can ```configure``` with ```--with-hwloc=internal``` (for embedded 1.11.6) or ```--with-hwloc=future``` (for...