Re: [OMPI users] Help with One-Sided Communication: Works in Intel MPI, Fails in Open MPI

2020-02-25 Thread Adam Simpson via users
I would start by running with the docker flags I provided to see if that fixes the issue: $ docker run --privileged --security-opt label=disable --security-opt seccomp=unconfined --security-opt apparmor=unconfined --ipc=host --network=host ... These flags strip away some of the security and

Re: [OMPI users] Help with One-Sided Communication: Works in Intel MPI, Fails in Open MPI

2020-02-25 Thread Matt Thompson via users
Adam, A couple questions. First, is seccomp the reason you think I have the MPI_THREAD_MULTIPLE error? Or is it more for the vader error? If so, the environment variable Nathan provided is probably enough. These are unit tests and should execute in seconds at most (building them takes 10x-100x