[O-MPI devel] FreeBSD port committed

2005-10-27 Thread Brooks Davis
I've committed a port of Open MPI 1.0rc4 to the FreeBSD ports collection. That should at least generate wider exposure for the build and hopefully for the code a well. It will be regularly built on FreeBSD 4, 5, 6, and 7 under i386, ia64, amd64, alpha, sparc64, and ppc. -- Brooks -- Any statem

Re: [O-MPI devel] MPI_Barrier in Netpipe causes segfault

2005-10-27 Thread Jeff Squyres
On Oct 27, 2005, at 7:12 PM, Brian Barrett wrote: I think we just committed a fix for this one on both the trunk and v1.0 branch. Will be in the tarballs tomorrow morning. Minor clarification just so that everyone is on the same sheet of music -- these fixes will be in the nightly tarballs t

Re: [O-MPI devel] MPI_Barrier in Netpipe causes segfault

2005-10-27 Thread Brian Barrett
On Oct 24, 2005, at 10:21 PM, Troy Benjegerdes wrote: On Mon, Oct 24, 2005 at 06:03:02PM -0500, Troy Benjegerdes wrote: troy@opteron1:/usr/src/netpipe3-dev$ mpirun -np 2 -mca btl_base_exclude openib NPmpi 1: opteron1 0: opteron1 mpirun noticed that job rank 1 with PID 352 on node "localhost"

Re: [O-MPI devel] [OMPI svn] svn:open-mpi-tests r422

2005-10-27 Thread Edgar Gabriel
I would like to appologize for this email, I obviously mixed up to email compose windows :-) Edgar Edgar Gabriel wrote: Hi Hatem, I am very probably gone today by 5.30, can we maybe reschedule our meeting for tomorrow, maybe 11am? Best regards Edgar brbar...@osl.iu.edu wrote: Author: b

Re: [O-MPI devel] [OMPI svn] svn:open-mpi-tests r422

2005-10-27 Thread Edgar Gabriel
Hi Hatem, I am very probably gone today by 5.30, can we maybe reschedule our meeting for tomorrow, maybe 11am? Best regards Edgar brbar...@osl.iu.edu wrote: Author: brbarret Date: 2005-10-27 14:45:14 -0500 (Thu, 27 Oct 2005) New Revision: 422 Added: trunk/ibm/onesided/c_create_no_free.c

Re: [O-MPI devel] [PATCH] openib btl.

2005-10-27 Thread Tim S. Woodall
Gleb, Thanks! I'll try to apply these today. Tim Gleb Natapov wrote: Return unused entry to free list before trying to allocate new one. Otherwise the code may deadlock. Index: ompi/mca/btl/openib/btl_openib_component.c === ---

[O-MPI devel] [PATCH] openib btl.

2005-10-27 Thread Gleb Natapov
Return unused entry to free list before trying to allocate new one. Otherwise the code may deadlock. Index: ompi/mca/btl/openib/btl_openib_component.c === --- ompi/mca/btl/openib/btl_openib_component.c (revision 7878) +++ ompi/mca/bt

[O-MPI devel] [PATCH] fix ompi_free_list_grow

2005-10-27 Thread Gleb Natapov
Hello, Current ompi_free_list_grow implementation can fail before max_elements_to_alloc is reached. This cause deadlock for me sometimes. Included patch fix this. Index: ompi/class/ompi_free_list.c === --- ompi/class/ompi_free_list.c