Re: [OMPI users] Typo in r14829?

2007-06-01 Thread Brian Barrett
On Jun 1, 2007, at 12:15 PM, Bert Wesarg wrote: Hello, is the 'EGREP' a typo in the first hunk of r14829: https://svn.open-mpi.org/trac/ompi/changeset/14829/trunk/config/ cxx_find_template_repository.m4 Gah! Yes, it is. Should be $GREP. I'll fix this evening. Thanks, Brian

[OMPI users] Typo in r14829?

2007-06-01 Thread Bert Wesarg
Hello, is the 'EGREP' a typo in the first hunk of r14829: https://svn.open-mpi.org/trac/ompi/changeset/14829/trunk/config/cxx_find_template_repository.m4 Regards Bert

[OMPI users] Compilation bug in libtool

2007-06-01 Thread Daniel Pfenniger
Hello, version 1.2.2 refuses to compile on Mandriva 2007.1: (more details are in the attached lg files) ... make[2]: Entering directory `/usr/src/rpm/BUILD/openmpi-1.2.2/opal/asm' depbase=`echo asm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile

Re: [OMPI users] mixing MX and TCP

2007-06-01 Thread Reese Faucette
Just to brainstorm on this a little - the two different clusters will have different "mapper IDs", and this can be learned via the attached code snippet. As long as fma is the mapper (as opposed the the older, deprecated "gm_mapper" or "mx_mapper"), then Myrinet topology rules ensure that NIC 0

Re: [OMPI users] mixing MX and TCP

2007-06-01 Thread George Bosilca
Well, we are aware of this problem, but to be honest I was ready to bet that nobody will use a cluster of cluster with Myrinet and TCP ... so it was in a low priority TODO list. The problem is the routing table of the MX device. The MX BTL is unable to identify in a unique manner that there

Re: [OMPI users] mixing MX and TCP

2007-06-01 Thread Christian Kauhaus
Kees Verstoep : >I am currently experimenting with OpenMPI in a multi-cluster setting >where each cluster has its private Myri-10G/MX network besides TCP. Very interesting topic. :) >I see MX rather than tcp-level connections between clusters being >tried, which across clusters fails in mx_connec