Re: [O-MPI users] thread support

2005-10-24 Thread Hugh Merz
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

Re: [O-MPI users] thread support

2005-10-24 Thread Jeff Squyres
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

Re: [O-MPI users] Correction to 'Questions about mpif90/g95'

2005-10-24 Thread Jeff Squyres
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