No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
assigned to @mark
The problem is actually stranger than originally thought.
ldd -v /path/to/bin/snappyHexMesh | grep libscotch
mpirun -np 1 ldd -v /path/to/bin/snappyHexMesh | grep libscotch
/usr/lib64/mpi/gcc/openmpi2/lib64/libscotch.so
is being used.This will not be any different for libptscotch, so it looks like we always run the risk of ill-defined behaviour when there is an MPI system version of thirdparty software!
mentioned in commit bf1ed94e
mentioned in commit f89fb3e0
closed