[OMPI devel] Branch for iWARP uDAPL enablement

2007-11-29 Thread Jon Mason
I created a public branch to make available the patch which gets OPMI uDAPL to kinda work on iWARP. The branch can be found at: http://svn.open-mpi.org/svn/ompi/tmp-public/iwarp-ompi-v1.2/ The branch contains an updated version of the patch Steve Wise sent out some time ago. Below is the patch (

Re: [OMPI devel] Indirect calls to wait* and test*

2007-11-29 Thread Aurelien Bouteiller
This patch introduces customisable wait/test for requests as discussed at the face-to-face ompi meeting in Paris. A new global structure (ompi_request_functions) holding all the pointers to the wait/test functions have been added. ompi_request_wait* and ompi_request_test* have been #defined

[OMPI devel] Using ompi_proc_t's proc_name.vpid as Universal rank

2007-11-29 Thread Sajjad Tabib
Hello, I have a proprietary transport/messaging layer that sits below an MTL component. This transport layer requires OpenMPI to assign it a rank that is unique and specific to that process and will not change from execution to termination. In a way, I am trying to find a one-one correspondence

[OMPI devel] Using MTT to test the newly added SCTP BTL

2007-11-29 Thread Karol Mroz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Good morning... So Brad Penoff and I would like begin MTT tests of the SCTP BTL, but due to the presence of the .ompi_ignore file, the SCTP BTL source is not included in nightly tarballs. I was curious if anyone would object to our removing .ompi_igno

[OMPI devel] configure: error: Cannot support Fortran MPI_ADDRESS_KIND!

2007-11-29 Thread geetha r
Hi, I want to install opnempi-1.2.4 on windows machine thru cygwin. i used following build command to build openmpi-1.2.4 on windows. ./configure --disable-mpi-f77 --with-devel-headers Getting Following error: - configure: error: Cannot support Fortran

Re: [OMPI devel] [openMPI-infiniband] openMPI in IB network when openSM with LASH is running

2007-11-29 Thread Keshetti Mahesh
On Nov 28, 2007 9:58 PM, Jeff Squyres wrote: > There is work starting literally right about now to allow Open MPI to > use the RDMA CM and/or the IBCM for creating OpenFabrics connections > (IB or iWARP). > > When this is expected to be completed? -Mahes