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 co
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
mor