It's still only lightly tested. I'm surprised that it totally hangs for
you, though -- what is your simple test program doing?
It just initializes mpi (tried both mpi_init and mpi_init_thread), prints
a string and exits. It works fine without thread support compiled into
ompi.
It happens w
It's still only lightly tested. I'm surprised that it totally hangs for
you, though -- what is your simple test program doing?
Hugh Merz wrote:
Howdy,
I tried installing the release candidate with thread support
enabled ( --enable-mpi-threads and --enable-progress-threads ) using an
old
We actually do not have profiling versions of the MPI_Wtick and
MPI_Wtime functions -- the MPI standard says that we don't have to
(indeed, in Open MPI, they're inline functions in mpi.h).
I just built the PETSc tests last week with no problem, however (but on
Linux, not OSX). Can you send mo