Re: [OMPI devel] patch for building gm btl

2008-01-03 Thread Jeff Squyres
On Jan 3, 2008, at 5:13 PM, Patrick Geoffray wrote: One thing I quickly learned with MTT is that there is only 24 hours in a day :-) Sweet. :-) Be sure to ask any questions you have about MTT on the MTT users list (mtt-us...@open-mpi.org ). -- Jeff Squyres Cisco Systems

Re: [OMPI devel] patch for building gm btl

2008-01-03 Thread Patrick Geoffray
Paul, Paul H. Hargrove wrote: discuss what tests we will run, but it will probably be a very minimal set. Once we both have MTT setup and running GM tests, we should compare configs to avoid overlap (and thus increase coverage). That would be great. I have only one 32-node 2G cluster I can u

Re: [OMPI devel] patch for building gm btl

2008-01-03 Thread Paul H. Hargrove
Patrick, Thanks for the info. Jeff and I are working (well Jeff is working anyway) to get MTT setup on my cluster to do MTT builds against both the GM-1.6.4 and GM-2.0.19 libs I have installed. While there is no current development at Myricom for GM, there are still folks with older hardwar

Re: [OMPI devel] patch for building gm btl

2008-01-03 Thread Patrick Geoffray
Hi Paul, Paul H. Hargrove wrote: The fact that this has gone unfixed for 2 months suggests to me that nobody is building the GM BTL. So, how would I go about checking ... a) ...if there exists any periodic build of the GM BTL via MTT? We are deploying MTT on all our clusters. Right now, we

Re: [OMPI devel] patch for building gm btl

2008-01-02 Thread Jeff Squyres
FWIW: I'd say that if Paul has GM clusters and is willing to test, let's let him. :-) On Jan 2, 2008, at 11:11 AM, George Bosilca wrote: Same here at UTK, no more GM clusters around. I guess I can reinstall the GM libraries, just to test the ompi compilation step. george. On Jan 2, 200

Re: [OMPI devel] patch for building gm btl

2008-01-02 Thread George Bosilca
Same here at UTK, no more GM clusters around. I guess I can reinstall the GM libraries, just to test the ompi compilation step. george. On Jan 2, 2008, at 9:51 AM, Tim Prins wrote: On Wednesday 02 January 2008 08:52:08 am Jeff Squyres wrote: On Dec 31, 2007, at 11:42 PM, Paul H. Hargrove

Re: [OMPI devel] patch for building gm btl

2008-01-02 Thread Tim Prins
On Wednesday 02 January 2008 08:52:08 am Jeff Squyres wrote: > On Dec 31, 2007, at 11:42 PM, Paul H. Hargrove wrote: > > I tried today to build the OMPI trunk on a system w/ GM libs installed > > (I tried both GM-2.0.16 and GM-1.6.4) and found that the GM BTL won't > > even compile, due to unbalanc

Re: [OMPI devel] patch for building gm btl

2008-01-02 Thread Jeff Squyres
On Dec 31, 2007, at 11:42 PM, Paul H. Hargrove wrote: I tried today to build the OMPI trunk on a system w/ GM libs installed (I tried both GM-2.0.16 and GM-1.6.4) and found that the GM BTL won't even compile, due to unbalanced parens. The patch below reintroduces the parens that were apparently

[OMPI devel] patch for building gm btl

2007-12-31 Thread Paul H. Hargrove
I tried today to build the OMPI trunk on a system w/ GM libs installed (I tried both GM-2.0.16 and GM-1.6.4) and found that the GM BTL won't even compile, due to unbalanced parens. The patch below reintroduces the parens that were apparently lost in r16633: ---