Re: [OMPI devel] Merging in the CPC work

2008-04-24 Thread Jeff Squyres
. -Original Message- From: Jeff Squyres (jsquyres) Sent: Thursday, April 24, 2008 10:56 AM Eastern Standard Time To: pa...@dev.mellanox.co.il Cc: Open MPI Developers Subject:Re: [OMPI devel] Merging in the CPC work Its unavoidable in the current rev of libibcm :( - sean

Re: [OMPI devel] Merging in the CPC work

2008-04-24 Thread Jeff Squyres (jsquyres)
Message- From: Pavel Shamis (Pasha) [mailto:pa...@dev.mellanox.co.il] Sent: Thursday, April 24, 2008 10:52 AM Eastern Standard Time To: Jeff Squyres (jsquyres) Cc: Open MPI Developers Subject:Re: [OMPI devel] Merging in the CPC work The trivial tests Pass and now I'm

Re: [OMPI devel] Merging in the CPC work

2008-04-24 Thread Pavel Shamis (Pasha)
The patch below resolves the segfault : -- btl_openib_connect_ibcm.c.orig 2008-04-24 15:14:28.500676000 +0300 +++ btl_openib_connect_ibcm.c 2008-04-24 15:15:08.961168000 +0300 @@ -328,7 +328,7 @@ { int rc; modex_msg_t *msg; -ibcm_module_t *m; +ibcm_module_t *m = NULL;

Re: [OMPI devel] Merging in the CPC work

2008-04-24 Thread Jeff Squyres
I had a linker error with the rdmacm library yesterday that I fixed later, sorry. Could you try it again? You'll need to svn up, re-autogen, etc. It should be obvious whether I fixed it -- even trivial apps will work or not work. Thanks. On Apr 24, 2008, at 6:24 AM, Gleb Natapov

Re: [OMPI devel] Merging in the CPC work

2008-04-24 Thread Pavel Shamis (Pasha)
Jeff, All my tests fail. XRC disabled tests failed with: mtt/installs/Zq_9/install/lib/openmpi/mca_btl_openib.so: undefined symbol: rdma_create_event_channel XRC enabled failed with segfault , I will take a look later today. Pasha Jeff Squyres wrote: As we discussed yesterday, I have started

[OMPI devel] Merging in the CPC work

2008-04-23 Thread Jeff Squyres
As we discussed yesterday, I have started the merge from the /tmp- public/openib-cpc2 branch. "oob" is currently the default. Unfortunately, it caused quite a few conflicts when I merged with the trunk, so I created a new temp branch and put all the work there: /tmp- public/openib-cpc3.