Re: [OMPI devel] How to build Open MPI so the UCX used can be changed at runtime?

2021-02-01 Thread Tim Mattox via devel
; > > > I don't see any obvious reason cited in the git history. Do you > > remember? > > Many centers deploying OpenMPI on clusters probably DONT want runpath > instead of rpath (what new-dtags does). > > For many "protection" against LD_LIBRARY_PATH i

Re: [OMPI devel] How to build Open MPI so the UCX used can be changed at runtime?

2021-01-27 Thread Tim Mattox via devel
/bogus/lib -Wl,--enable-new-dtags > -L/home/jsquyres/bogus/lib -lmpi > > -- > Jeff Squyres > jsquy...@cisco.com > -- Tim Mattox, Ph.D. - tmat...@gmail.com

Re: [OMPI devel] How to build Open MPI so the UCX used can be changed at runtime?

2021-01-26 Thread Tim Mattox via devel
i_check_ucx_dir" || test "$ompi_check_ucx_dir" = "from_runtime_env"], [OPAL_CHECK_PACKAGE([ompi_check_ucx], [ucp/api/ucp.h], [ucp], On Tue, Jan 26, 2021 at 12:04 PM Tim Mattox

Re: [OMPI devel] How to build Open MPI so the UCX used can be changed at runtime?

2021-01-26 Thread Tim Mattox via devel
Ugh, apparently my one-line patch to openmpi-4.1.0/config/ompi_check_ucx.m4 wasn't sufficient on a fresh install... debugging... On Tue, Jan 26, 2021 at 10:16 AM Tim Mattox wrote: > > My environment modules were already setting LD_LIBRARY_PATH to point > to my UCX lib directory

Re: [OMPI devel] How to build Open MPI so the UCX used can be changed at runtime?

2021-01-26 Thread Tim Mattox via devel
gt; > An other option (I did not try) would be to install UCX on your build > machine in /usr > (since I expect /usr/lib/libuct.so is not hardcoded) and then use > LD_LIBRARY_PATH > (I assume your ucx module set it) to point to the UCX flavor of your choice). > > Cheers, > &

Re: [OMPI devel] How to build Open MPI so the UCX used can be changed at runtime?

2021-01-24 Thread Tim Mattox via devel
ng which can be resolved another way. > > --Yossi > > -Original Message- > From: devel On Behalf Of Tim Mattox via > devel > Sent: Sunday, 24 January 2021 23:18 > To: devel@lists.open-mpi.org > Cc: Tim Mattox > Subject: [OMPI devel] How to build Open MPI so the

[OMPI devel] How to build Open MPI so the UCX used can be changed at runtime?

2021-01-24 Thread Tim Mattox via devel
aving to configure/build different instances of Open MPI? When I configure Open MPI 4.1.0 with "--with-ucx" it is hardcoding the full path to the UCX .so library files to the UCX version it found at configure time. -- Tim Mattox, Ph.D. - tmat...@gmail.com

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r32711 - trunk/opal/mca/pmix/cray

2014-09-11 Thread Tim Mattox
(r32711) > @@ -257,6 +257,7 @@ > } > > if (NULL != pmix_lranks) { > +pmix_lranks = NULL; > free(pmix_lranks); > } > > ___ > svn-full mailing list > svn-f...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/svn-full > -- Tim Mattox, Ph.D. - tmat...@gmail.com

Re: [OMPI devel] Open MPI SVN -> Git (github) conversion

2014-08-08 Thread Tim Mattox
Jeff, I may someday again be working for an organization that is an Open MPI contributor... so could you update my e-mail address in the authors.txt file to be "timattox = Tim Mattox " Thanks! On Fri, Aug 8, 2014 at 11:00 AM, Jeff Squyres (jsquyres) wrote: >

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r31838 - trunk/ompi/mca/pml/ob1

2014-05-20 Thread Tim Mattox
opal_output(0, "mca_pml_ob1_component_open: unable to initialize > allocator\n"); > + return NULL; > +} > + > if(OMPI_SUCCESS != mca_bml_base_init( enable_progress_threads, >enable_mpi_threads)) { > return NULL; > ___ > svn-full mailing list > svn-f...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/svn-full > -- Tim Mattox, Ph.D. - tmat...@gmail.com

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r31369 - trunk/ompi/include

2014-04-11 Thread Tim Mattox
unk, for example, it's replaced by: > > /* Enable warnings in wrong usage (e.g. deprecated) in user-level code */ > #ifndef OMPI_WANT_MPI_INTERFACE_WARNING > #define OMPI_WANT_MPI_INTERFACE_WARNING 1 > #endif > > > On Apr 11, 2014, at 11:26 AM, Tim Mattox wrote: > > >

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r31369 - trunk/ompi/include

2014-04-11 Thread Tim Mattox
en MPI-1.7 by default */ > -/* Users should be notified about this proposed change. */ > #ifndef OMPI_WANT_MPI_INTERFACE_WARNING > #undef OMPI_WANT_MPI_INTERFACE_WARNING > #endif > ___ > svn-full mailing list > svn-f...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/svn-full > -- Tim Mattox, Ph.D. - tmat...@gmail.com

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r29293 - trunk/ompi/mca/coll/hcoll

2013-09-30 Thread Tim Mattox
; > } > @@ -354,9 +342,6 @@ > ompi_proc_t *my_proc = ompi_comm_peer_lookup(comm,my_rank); > ec_handle->handle = (void *)my_proc; > ec_handle->rank = my_rank; > -#if RTE_DEBUG > -ec_handle->group = grp_h; > -#endif > return HCOLL_SUCCESS; > } > > ___ > svn-full mailing list > svn-f...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/svn-full -- Tim Mattox, Ph.D. - tmat...@gmail.com

[OMPI devel] Potential Performance issues with mmap'ed files

2013-08-22 Thread Tim Mattox
g-store file. But I don't remember if those became the default, or if mmap'ed files was still the default. Anyway, back to lurking on the mailing lists for me. P.S. - Darn, my timat...@open-mpi.org e-mail alias is gone... c'est la vie! -- Tim Mattox, Ph.D. - tmat...@gmail.com

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r28911 - trunk

2013-07-22 Thread Tim Mattox
;on-node shared memory and process loopback devices for high >performance. The BTL interface allows multiple devices to be used >simultaneously. For the MX BTL it is recommended that the first > @@ -624,6 +621,11 @@ > >See http://runtime.bordeaux.inria.fr/knem/ for d

Re: [OMPI devel] Annual OMPI membership review: SVN accounts

2013-07-09 Thread Tim Mattox
rni > afriedle: Andrew Friedley **NO COMMITS IN LAST > YEAR** > timattox: Tim Mattox **NO COMMITS IN LAST YEAR** > > -- Tim Mattox, Ph.D. - I'm a bright... http://www.the-brights.net/ timat...@open-mpi.org || tmat...@gmail.com

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r27573 - trunk/ompi/mca/pml/v

2012-11-07 Thread Tim Mattox
NULL == vprotocol_include_list) { > +if (NULL != vprotocol_include_list) { > free (vprotocol_include_list); > } > > ___ > svn-full mailing list > svn-f...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/svn-full -- Tim Mattox, Ph.D. - I'm a bright... http://www.the-brights.net/ timat...@open-mpi.org || tmat...@gmail.com

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r27035 - trunk/orte/util

2012-08-14 Thread Tim Mattox
, > pptr); > +} > + node->daemon = pptr; > +opal_pointer_array_add(orte_node_pool, node); > } > if (NULL != proc->node) { > if (node != proc->node) { > ___ > svn-full mailing list > svn-f...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/svn-full -- Tim Mattox, Ph.D. - I'm a bright... http://www.the-brights.net/ timat...@open-mpi.org || tmat...@gmail.com

Re: [OMPI devel] Open MPI services migration: part 1

2012-06-01 Thread Tim Mattox
ut/doing_business/legal/cri/ >>> >>> >>> ___ >>> mtt-devel-core mailing list >>> mtt-devel-c...@open-mpi.org >>> http://www.open-mpi.org/mailman/listinfo.cgi/mtt-devel-core >> >> >> -- >>

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r25431

2011-11-06 Thread Tim Mattox
really useful when developing and debugging later. > > Just my $0.02. > > Brian > > On 11/4/11 5:18 PM, "Jeff Squyres" wrote: > >>+1 -- we shouldn't be using assert(). >> >> >>On Nov 4, 2011, at 2:15 PM, Tim Mattox wrote: >> >>

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r25431

2011-11-04 Thread Tim Mattox
t;                 rc = oob_module_start_connect(ib_endpoint->endpoint_local_cpc, > @@ -879,6 +880,7 @@ >             break; > >         case MCA_BTL_IB_CONNECTING : > +           assert(rem_info.rem_qps != NULL); >             set_remote_info(ib_endpoint, &rem_info); >             if (OM

Re: [OMPI devel] RFC: MCA param registration errors

2011-11-03 Thread Tim Mattox
kind of behavior is clearly an error and >>>>>>>>>>>> should be fixed.  Unfortunately, in most cases, we don't >>>>>>>>>>>>actually >>>>>>>>>>>> check the return value from MCA param re

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r25270

2011-10-12 Thread Tim Mattox
8 -- >   trunk/opal/config/opal_setup_cc.m4                    |    20 ++ >   trunk/opal/util/bit_ops.h                             |   106 > +++++++ >   trunk/test/util/Makefile.am                           |    14 - >   15 files changed, 158 insertions(+), 60 deletions(-) > [snip] -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/  timat...@open-mpi.org || tmat...@gmail.com     I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] new btl

2011-06-14 Thread Tim Mattox
___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/  timat...@open-mpi.org || tmat...@gmail.com     I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24665

2011-04-30 Thread Tim Mattox
ot;); > +                    break; > +                case 3: > +                    *mask = parse_dots("224.0.0.0"); > +                    break; > +                case 2: > +                    *mask = parse_dots("192.0.0.0"); > +                    break;

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24536

2011-03-17 Thread Tim Mattox
-- >   1 files changed, 7 insertions(+), 202 deletions(-) -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/  timat...@open-mpi.org || tmat...@gmail.com     I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24047

2010-11-16 Thread Tim Mattox
ype/opal_datatype_copy.c   |   253 > +++ >   trunk/opal/datatype/opal_datatype_memcpy.h |    28 >   3 files changed, 48 insertions(+), 236 deletions(-) > > Modified: trunk/opal/datatype/Makefile.am [snip] -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/  timat...@open-mpi.org || tmat...@gmail.com     I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] configure broken

2009-10-22 Thread Tim Mattox
: line 5480: /bin/true: No such file or directory >> ../ompi/configure: line 5488: /bin/true: No such file or directory >> >> >> >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > ___

Re: [OMPI devel] build problem, autogen

2009-08-27 Thread Tim Mattox
g.php However, if you are using a nightly tarball or a release tarball, you should not need to (nor want to!) run autogen.sh, and can just do the usual: "./configure --pile-of-options; make; make install" On Thu, Aug 27, 2009 at 9:45 PM, Eugene Loh wrote: > Tim Mattox wrote: > >> D

Re: [OMPI devel] build problem, autogen

2009-08-27 Thread Tim Mattox
shd   openmpi-1.4a1r20984 >  ./autogen.sh > # ./configure                         \ > #   --disable-visibility              \ > #   --enable-mpirun-prefix-by-default \ > #   --prefix=$INSTALLDIR > # make > # make install > popd > > ls > > > > -- > Jeff Squyres > jsquy...@cisco.com > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] SM init failures

2009-03-30 Thread Tim Mattox
.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] SM init failures

2009-03-27 Thread Tim Mattox
ing point would be running IU_Sif without coll_hierarch and > seeing where we stand. > > And, again, my gut feel is that the failures are unrelated to the 0.01% > failures that Jeff and Terry were seeing. > ___ > devel mailing list > d

Re: [OMPI devel] OMPI vs Scali performance comparisons

2009-03-18 Thread Tim Mattox
>    8      414     758     1535    1294 >>>>>> >>>>>> OMPI latency is nearly 2x slower than Scali's.  Presumably, "fastpath" >>>>>> PML latency optimizations would help us a lot here.  Thankfully, our >>>>>> latency >>>>>> is flat with np with the recent "single-queue" fixes... otherwise our >>>>>> high-np latency story would be so much worse.  We're behind on bandwidth >>>>>> as >>>>>> well, though not as pitifully so. >>>>> > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] sm latency putback

2009-02-17 Thread Tim Mattox
)); +} + #endif That would avoid adding an "if" to the critical code path on receiving a sm message. Jeff graciously just added a Developer Configure Options wiki page that describes OMPI_ENABLE_DEBUG among other useful things: https://svn.open-mpi.org/trac/ompi/wiki/de

[OMPI devel] Open MPI v1.2.9 released

2009-02-17 Thread Tim Mattox
ticket #1580. -- Tim Mattox, Ph.D. Open Systems Lab Indiana University

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r20557

2009-02-14 Thread Tim Mattox
This commit appears to have broken the openib BTL on the trunk. It is possible some other commit was the source of the problem, but this is the only commit that touched the openib BTL yesterday, AFAIK. All of IU's MTT tests that tried to use the openib BTL on the trunk failed last night with error

Re: [OMPI devel] MPI_Op_free crashes in MTT

2009-02-12 Thread Tim Mattox
n my Linux cluster, TCP based not Myrinet. Let's see if other contributors >> to the MTT tests trigger the same errors. >> >> george. >> >> >> On Feb 12, 2009, at 12:04 , Tim Mattox wrote: >> >>> Hello, >>> Last night's MTT ru

[OMPI devel] MPI_Op_free crashes in MTT

2009-02-12 Thread Tim Mattox
il, so it could be a coincidence... but it sure seems like it was caused by either/both of these changes to the "op" stuff yesterday: r20521 and/or r20522 -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] [OMPI svn-private] svn:open-mpi r20380

2009-01-29 Thread Tim Mattox
01-28 13:10:36 EST (Wed, 28 Jan 2009) > @@ -159,6 +159,14 @@ > mv ompi/mca/common onet/mca/ > > echo > +echo Moving the allocator there > +mv ompi/mca/allocator onet/mca/ > + > +echo > +echo Moving the rcache there > +mv ompi/mca/rcache onet/mca/ > + [snip] --

[OMPI devel] Open MPI v1.3rc7 has been posted

2009-01-15 Thread Tim Mattox
an openib change... see ticket #1753: https://svn.open-mpi.org/trac/ompi/ticket/1753 -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] RFC: Eliminate opal_round_up_to_nearest_pow2()

2009-01-15 Thread Tim Mattox
ll > to opal_round_up_to_nearest_pow2() has not already been > removed, then remove > >#include "opal/util/pow2.h" > > and replace > >size = opal_round_up_to_nearest_pow2(size_of_fifo); > > with > >size = 1; >while ( size < size

[OMPI devel] Open MPI v1.3rc6 has been posted

2009-01-14 Thread Tim Mattox
with respect to rc5 (ticket #1751), so if you have already started testing with rc5, and are not explicitly enabling coll_hierarch, there is no need to start your tests over. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a brig

[OMPI devel] Open MPI v1.3rc5 has been posted

2009-01-14 Thread Tim Mattox
Hi All, The fifth release candidate of Open MPI v1.3 is now available: http://www.open-mpi.org/software/ompi/v1.3/ Please run it through it's paces as best you can. Anticipated release of 1.3 is tonight/tomorrow. (again) -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/

Re: [OMPI devel] RFC: Fragmented sm Allocations

2009-01-14 Thread Tim Mattox
attribute to the changes. > (Results are the median of 5 measurements. The values look smooth, but the > error bars, which are difficult to characterize, are probably greater than > the 0.01-0.02 µsec differences seen here.) > > Other Considerations > > Simply going from

Re: [OMPI devel] reduce_scatter bug with hierarch

2009-01-14 Thread Tim Mattox
t;> Parallel Software Technologies Lab http://pstl.cs.uh.edu >>>>> Department of Computer Science University of Houston >>>>> Philip G. Hoffman Hall, Room 524Houston, TX-77204, USA >>>>> Tel: +1 (713) 743-3857 Fax: +1 (713) 743-3335 >>>>> ___ >>>>> devel mailing list >>>>> de...@open-mpi.org >>>>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >>>> >>>> >>>> -- >>>> Jeff Squyres >>>> Cisco Systems >>>> >>>> ___ >>>> devel mailing list >>>> de...@open-mpi.org >>>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >>> >>> ___ >>> devel mailing list >>> de...@open-mpi.org >>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >> >> >> -- >> Jeff Squyres >> Cisco Systems >> >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] reduce_scatter bug with hierarch

2009-01-13 Thread Tim Mattox
3857 Fax: +1 (713) 743-3335 >>> ___ >>> devel mailing list >>> de...@open-mpi.org >>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >> >> >> -- >> Jeff Squyres >> Cisco Systems >> >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] Open MPI v1.2.9rc2 has been posted

2009-01-13 Thread Tim Mattox
Hi All, The second release candidate of Open MPI v1.2.9 is now available: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can, if you care. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org

Re: [OMPI devel] 1.3 PML default choice

2009-01-13 Thread Tim Mattox
BTL to behave so poorly with MX ? > > Thanks for any insight into this issues. > > -- > Bogdan Costescu > > IWR, University of Heidelberg, INF 368, D-69120 Heidelberg, Germany > Phone: +49 6221 54 8240, Fax: +49 6221 54 8850 > E-mail: bogdan.coste...@iwr.uni-heidelberg.de &

[OMPI devel] Open MPI v1.3rc4 has been posted

2009-01-13 Thread Tim Mattox
Hi All, The fourth release candidate of Open MPI v1.3 is now available: http://www.open-mpi.org/software/ompi/v1.3/ Please run it through it's paces as best you can. Anticipated release of 1.3 is tonight/tomorrow. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmai

[OMPI devel] Open MPI v1.3rc3 has been posted

2009-01-09 Thread Tim Mattox
Hi All, The "third" release candidate of v1.3 is now up on the website: http://www.open-mpi.org/software/ompi/v1.3/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - timat...@open-mpi.org

Re: [OMPI devel] Thread/Process affinity for Mac OS X

2008-12-12 Thread Tim Mattox
inherit affinity from the orted anyway, so I > don't see why the exec call is an issue for us. The MPI proc sets its own > affinity during MPI_Init using the paffinity framework, so it looks to me > like the only thing missing is the correct set_affinity code in the darwin > paf

[OMPI devel] Thread/Process affinity for Mac OS X

2008-12-12 Thread Tim Mattox
tence about exec(3) that makes things (very) difficult for us. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] Open MPI v1.3rc2 has been posted

2008-12-05 Thread Tim Mattox
Hi All, The second release candidate of Open MPI v1.3 is now available: http://www.open-mpi.org/software/ompi/v1.3/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org

Re: [OMPI devel] Jan ORTE meeting

2008-12-04 Thread Tim Mattox
it make sense to tack it on before/after that > meeting? I'm not sure Jan is a requirement, especially given the holiday > break after the Dec meeting. > > >> >> >> -- >> Jeff Squyres >> Cisco Systems >> >> _______ >> devel mail

Re: [OMPI devel] Preparations for moving the btl's

2008-12-03 Thread Tim Mattox
gt;>>> ___ >>>> devel mailing list >>>> de...@open-mpi.org >>>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >>>> >>> >>> ___ >>> devel mailing list >>> de...@open-mpi.org >>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >> >> >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] Open MPI v1.3rc1 has been posted

2008-12-02 Thread Tim Mattox
Hi All, The first release candidate of Open MPI v1.3 is now available: http://www.open-mpi.org/software/ompi/v1.3/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org

[OMPI devel] Open MPI v1.2.9rc1 has been posted

2008-12-02 Thread Tim Mattox
Hi All, The first release candidate of Open MPI v1.2.9 is now available: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can, if you care. The v1.3rc1 will be out later this afternoon/evening. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tm

Re: [OMPI devel] RFC: merge windows branch into trunk

2008-11-20 Thread Tim Mattox
;t use windows myself, I appreciate your and others' efforts to expand the number of platforms we can run on. Great work! -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] SM backing file size

2008-11-14 Thread Tim Mattox
could bump the sm eager size down if you need to shoehorn a job >>>>> into a very small backing file. >>>>> >>>>> *) large-fragment free lists: We start with 8*n large >>>>> fragments. If this term plagues you, you can bump the sm chunk &

Re: [OMPI devel] SM backing file size

2008-11-14 Thread Tim Mattox
ree_list_num, I think). >> >> *) FIFOs: The code tries to align a number of things on pagesize >> boundaries, so you end up with about 3*n*n*pagesize overhead here. If this >> term is causing you problems, you're stuck (unless you modify OMPI). >> >> I&#

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r19991

2008-11-13 Thread Tim Mattox
ls/odls_types.h | 3 > trunk/orte/runtime/orte_wait.c | 17 ++ > trunk/orte/runtime/orte_wait.h |33 > 17 files changed, 491 insertions(+), 221 deletions(-) > > Modified: trunk/orte/mca/iof/base/base.h > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] Open MPI v1.3b2 has been posted

2008-11-04 Thread Tim Mattox
Hi All, The 2nd beta of v1.3 is now up on the website: http://www.open-mpi.org/software/ompi/v1.3/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] Need 3 CMR reviewers ASAP

2008-10-31 Thread Tim Mattox
://svn.open-mpi.org/trac/ompi/ticket/1594 "MX BTL changes for multi-rail scenarios" https://svn.open-mpi.org/trac/ompi/ticket/1614 "VT snprintf fix" https://svn.open-mpi.org/trac/ompi/ticket/1615 "VT fix for faulty buffer allocation" Thanks! -- Tim Mattox, Ph.D. - h

[OMPI devel] Open MPI v1.3b1 has been posted

2008-10-27 Thread Tim Mattox
hecks. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] Open MPI v1.2.8 released

2008-10-14 Thread Tim Mattox
process rank order. See ticket #1529. - Fix a regression introduced in 1.2.6 for the IBM eHCA. See ticket #1526. -- Tim Mattox, Ph.D. Open Systems Lab Indiana University

[OMPI devel] Open MPI v1.2.8rc1 has been posted

2008-10-09 Thread Tim Mattox
Hi All, The first release candidate of Open MPI v1.2.8 is now available: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a brig

Re: [OMPI devel] === CREATE FAILURE (v1.3) ===

2008-10-08 Thread Tim Mattox
ime/opal_cr.lo -MD -MP -MF runtime/.deps/opal_cr.Tpo -c >> ../../opal/runtime/opal_cr.c -fPIC -DPIC -o runtime/.libs/opal_cr.o >> ../../opal/runtime/opal_cr.c: In function `opal_cr_init': >> ../../opal/runtime/opal_cr.c:273: error: `opal_cr_thread_use_if_avail' >&

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r19628

2008-09-24 Thread Tim Mattox
if(first_time) { >>/* never been here before, setup cq and srq */ >>mca_btl_openib_component.ib_cq_size = (int) >> mca_btl_openib_component.ib_cq_size > >> -openib_btl->hca->ib_dev_attr.max_cqe ? >> - openib_btl-&

[OMPI devel] Commit access to 1.3 restricted to gatekeeper(s)

2008-09-22 Thread Tim Mattox
/wiki/SubmittingChangesetMoveReqs Sorry for the delay in actually closing off access since it was agreed that we would close things off two weeks ago, with some fuzz for a few remaining already-in-the-works CMRs. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat

Re: [OMPI devel] Upgrade GNU auto tools?

2008-09-19 Thread Tim Mattox
1.3 lockdown, so I figured it was ok to move) > > -- > Jeff Squyres > Cisco Systems > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac

Re: [OMPI devel] IOF and scalability

2008-08-28 Thread Tim Mattox
Should improve > things considerably - hope to have it completed in a week or two, though it > won't come into the trunk until we release 1.3. > > Ralph > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] === CREATE FAILURE (trunk) ===

2008-08-22 Thread Tim Mattox
g list > test...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/testing > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] SM initialization race condition

2008-08-21 Thread Tim Mattox
ion." http://www.opengroup.org/onlinepubs/95399/functions/bzero.html However, who actually thinks that bzero would ever be removed? And yes, there is a hyphen in ;-)Now back to productive work for me. On Thu, Aug 21, 2008 at 9:39 AM, Tim Mattox wrote: > Actually, bzero() is P

Re: [OMPI devel] SM initialization race condition

2008-08-21 Thread Tim Mattox
;> >>> Has anyone else seen the above happening? >>> >>> --td >>> >>> ___ >>> devel mailing list >>> de...@open-mpi.org >>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >> >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > -- > Jeff Squyres > Cisco Systems > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] Open MPI v1.2.7rc5 has been posted

2008-08-19 Thread Tim Mattox
Hi All, The fifth (and final! :-) release candidate of Open MPI v1.2.7 is now available: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. Unless you find regressions from 1.2.6, hold off telling me about new bugs until Friday. :-) -- Tim M

[OMPI devel] Open MPI v1.2.7rc4 has been posted

2008-08-05 Thread Tim Mattox
Hi All, The "fourth" release candidate of Open MPI v1.2.7 is now available: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I

Re: [OMPI devel] new Open MPI team member

2008-08-04 Thread Tim Mattox
munity/contribute/open- > > pi-corporate-contributor-agrement.pdf by mail as well. > > > Best Regards, > Lenny. > > > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel &

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread Tim Mattox
s legitimate. Opening this attachment may cause irreparable >>> ** >>> ** damage to your computer and your files. If you have any questions >>> ** >>> ** about the validity of this message, PLEASE SEEK HELP BEFORE OPENING >>> IT. ** >>> ** &g

Re: [OMPI devel] Change in hostfile behavior

2008-07-28 Thread Tim Mattox
___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] Using Mercurial for OMPI devel

2008-07-18 Thread Tim Mattox
st showing how to make a repository > on www.open-mpi.org for sharing between Open MPI developers. > > Enjoy. > > -- > Jeff Squyres > Cisco Systems > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mp

[OMPI devel] Open MPI v1.2.7rc2 has been posted

2008-07-02 Thread Tim Mattox
Hi All, The second release candidate of Open MPI v1.2.7 is now available: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a brig

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r18748

2008-06-26 Thread Tim Mattox
free(remote_pml); /* cleanup before returning */ > return OMPI_ERR_UNREACH; > } > > ___ > svn-full mailing list > svn-f...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/svn-full > -- Tim Ma

Re: [OMPI devel] ompi_ignore dr pml?

2008-06-23 Thread Tim Mattox
; devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] Open MPI v1.2.7rc1 has been posted

2008-06-17 Thread Tim Mattox
Hi All, The first release candidate of Open MPI v1.2.7 is now available: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a brig

[OMPI devel] Brief mail services outage today

2008-06-12 Thread Tim Mattox
f svn checkin e-mails will be queued during that time or if they will be lost. So, if you have something important you are checking in to svn, you might avoid doing so during that hour today. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'

[OMPI devel] Open MPI v1.2.6rc3 has been posted

2008-03-25 Thread Tim Mattox
Hi All, The next release candidate (rc3) of Open MPI v1.2.6 is now up: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a brig

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r17766

2008-03-06 Thread Tim Mattox
f (terminating) { > +return; > +} > +terminating = true; > + [snip] I think this race condition should be dealt with like this: #include "opal/sys/atomic.h" static opal_atomic_lock_t terminating = OPAL_ATOMIC_UNLOCKED; ... if (opal_atomic_trylock(&t

[OMPI devel] Open MPI v1.2.6rc2 has been posted

2008-03-06 Thread Tim Mattox
Hi All, The "first" (actually rc2) release candidate of Open MPI v1.2.6 is now up: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org

Re: [OMPI devel] [OMPI svn] svn:open-mpi r17307

2008-01-30 Thread Tim Mattox
with any equivalent IPv6 settings (or if any exist). -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

[OMPI devel] TCP BTL vs MX BTL broke on the trunk a week ago...

2007-12-19 Thread Tim Mattox
'll apply a fix later today if I have time... P.S. - For completeness, here is a sampling of MTT results showing the problem: http://www.open-mpi.org/mtt/index.php?do_redir=478 -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'

[OMPI devel] Open MPI v1.2.5rc2 has been posted

2007-12-18 Thread Tim Mattox
Hi All, The second release candidate of Open MPI v1.2.5 is now up: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a brig

Re: [OMPI devel] pointer_array

2007-12-17 Thread Tim Mattox
; Adding RHC to the thread... > > > > I'm guessing that the patch will have to be modified for the ORTE tmp > > branch. > > > > > > > > On Dec 16, 2007, at 6:18 PM, George Bosilca wrote: > > > >> Right, I wonder why it didn't show in the pa

Re: [OMPI devel] pointer_array

2007-12-16 Thread Tim Mattox
mplemented in OPAL (and called opal_pointer_array). > > If nobody has complained before Wednesday noon I'll commit the patch. > >Thanks, > george. > > > > > ___ > devel mailing list > de...@open-mpi.org &

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r16893

2007-12-07 Thread Tim Mattox
This broke the nightly tarball creation for the trunk, AFAICT. See an excerpt from the "make distcheck" log at the end of this e-mail. Apparently, the configure stuff was not adjusted to only build the sctp btl upon request... and then a header file was missing... see this one line from the log: .

Re: [OMPI devel] === CREATE FAILURE ===

2007-12-06 Thread Tim Mattox
-fPIC - > > DPIC -o request/.libs/req_test.o > > ../../ompi/request/req_test.c:23:42: ompi/request/request_default.h: > > No such file or directory > > make[3]: *** [request/req_test.lo] Error 1 > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/home/mpiteam/openmpi/nightly-tarball- > > build-root/trunk/create-r16872/ompi/openmpi-1.3a1r16872/_build/ompi' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/mpiteam/openmpi/nightly-tarball- > > build-root/trunk/create-r16872/ompi/openmpi-1.3a1r16872/_build' > > make: *** [distcheck] Error 2 > > = > > == > > > > Your friendly daemon, > > Cyrador > > ___ > > testing mailing list > > test...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/testing > > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] [devel-core] Open MPI v1.2.5rc1 has been posted

2007-12-06 Thread Tim Mattox
> On Dec 6, 2007, at 4:43 PM, Tim Mattox wrote: > > > Hi All, > > The first release candidate of Open MPI v1.2.5 is now up: > > > > http://www.open-mpi.org/software/ompi/v1.2/ > > > > Please run it through it's paces as best you can. > > -- > >

[OMPI devel] Open MPI v1.2.5rc1 has been posted

2007-12-06 Thread Tim Mattox
Hi All, The first release candidate of Open MPI v1.2.5 is now up: http://www.open-mpi.org/software/ompi/v1.2/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http

[OMPI devel] 32-bit openib is broken on the trunk as of Nov 27th, r16799

2007-12-05 Thread Tim Mattox
PID 29761 on node odin001 calling "abort". This will have caused other processes in the application to be terminated by signals sent by mpirun (as reported here). -- Thanks, and happy bug hunting! -- T

Re: [OMPI devel] Release wiki pages

2007-11-08 Thread Tim Mattox
ssociated open tickets to milestone [X]" option for moving > all leftover tickets to the next milestone > > -- > Jeff Squyres > Cisco Systems > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r16200

2007-09-25 Thread Tim Mattox
/* Comm_size */ >charname[64];/* the name if it has one */ > } mqs_communicator; > _______ > svn-full mailing list > svn-f...@open-mpi.org > http://www.open-mpi.org/mailman/listinf

  1   2   >