I'm running OpenMPI on OS X 4.11. After upgrading to OpenMPI-1.3 I
get the following error when submitting a job via XGrid:
dyld: lazy symbol binding failed: Symbol not found:
_orte_pointer_array_add
Referenced from: /usr/local/mpi/lib/openmpi/mca_plm_xgrid.so
Expected in: flat namespace
users-requ...@open-mpi.org wrote:
A few clarifying questions:
What is your netmask on these hosts?
Where is the MPI_ALLREDUCE in your app -- right away, or somewhere deep
within the application? Can you replicate this with a simple MPI
application that essentially calls MPI_INIT, MPI_ALLREDUCE