Closed thierry3000 closed 7 years ago
While adding pagmo to the adaption problem, I needed openmpi to be compiled with the option above. Maybe this also helps to set up a better environment for trilinos which can be with and without MPI support.
import ctypes ctypes.CDLL("libmpi.so", mode=ctypes.RTLD_GLOBAL)
also seems to work. See https://github.com/baidu-research/tensorflow-allreduce/issues/4
While adding pagmo to the adaption problem, I needed openmpi to be compiled with the option above. Maybe this also helps to set up a better environment for trilinos which can be with and without MPI support.