[OMPI users] orte-clean errors out on Ubuntu 20.04

2021-07-19 Thread Sage Imel via users
Hello, Whenever I try to run orte-clean on any Ubuntu 20.04 system it errors out with an "OPAL ERROR: Unreachable" error. This is using the system packages for openmpi, which is version 4.0.3-0ubuntu1. The full error message is provided at the end of this email. I've seen this both on the fully man

Re: [OMPI users] vectorized reductions

2021-07-19 Thread Gilles Gouaillardet via users
One motivation is packaging: a single Open MPI implementation has to be built, that can run on older x86 processors (supporting only SSE) and the latest ones (supporting AVX512). The op/avx component will select at runtime the most efficient implementation for vectorized reductions. On Mon, Jul 19

[OMPI users] vectorized reductions

2021-07-19 Thread Dave Love via users
I meant to ask a while ago about vectorized reductions after I saw a paper that I can't now find. I didn't understand what was behind it. Can someone explain why you need to hand-code the avx implementations of the reduction operations now used on x86_64? As far as I remember, the paper didn't j