Re: [OMPI users] Issues with compilers

2021-02-01 Thread Jeff Squyres (jsquyres) via users
Can you `make V=1` for that orte-info build? That will show us the exact command that was used to build orte-info (vs. just the abbreviated "CCorte-info.o" On Feb 1, 2021, at 4:50 AM, Alvaro Payero Pinto <10alvaro...@gmail.com> wrote: Hi Jeff, First of all,

Re: [OMPI users] OpenMPI version compatibility with libfabric, UCX, etc...

2021-02-01 Thread Jeff Squyres (jsquyres) via users
On Jan 26, 2021, at 3:03 PM, Craig via users mailto:users@lists.open-mpi.org>> wrote: Is there a table somewhere that tells me what version of things like libfabric and UCX (and maybe compiler versions if there are known issues) are known to be good with which versions of OpenMPI? I poked arou

Re: [OMPI users] High errorcode message

2021-02-01 Thread Arturo Fernandez via users
The app is not calling MPI_ABORT directly. I dug a little deeper into it but didn't find anything interesting. It just doesn't find the subdirectory for output purposes (the internal error variable is 0) and simply crashes when returning from the subroutine. It was just me not setting things up pr