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/
--
> 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/
ot;);
> + break;
> + case 3:
> + *mask = parse_dots("224.0.0.0");
> + break;
> + case 2:
> + *mask = parse_dots("192.0.0.0");
> + break;
___
> 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/
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/
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
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
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:
>>
>>
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
>>
>>
>> --
>>
,
> 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
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
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
;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
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
;
> }
> @@ -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
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
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:
>
> >
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
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
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
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
&
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
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/
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/
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
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/
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
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
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/
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]
--
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/
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
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
ticket #1580.
--
Tim Mattox, Ph.D.
Open Systems Lab
Indiana University
));
+}
+ #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
> 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/
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
.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/
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/
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
: 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
>
> ___
ion of the new science building (MSB-1).
-- End Forwarded message ------
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http://www.the-brights.net/
ttp://www.open-mpi.org/mailman/listinfo.cgi/testing
___
testing mailing list
test...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/testing
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http://www.the-brights.net/
Hi All,
The 4th beta of v1.2 is now up on the website:
http://www.open-mpi.org/software/ompi/v1.2/
Please run it through it's paces as best you can.
This could rightfully have been called rc1, but
there was some concern about Trac ticket #882.
--
Tim Mattox - http://homepage.mac.com/tm
_component = {
___
svn-full mailing list
svn-f...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/svn-full
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http://www.the-brights.net/
FYI - I fixed it in r13853 by adding a missing "extern" keyword.
On 2/28/07, Tim Mattox wrote:
This breaks the build on my x86 OS X laptop with the following error:
.lots of outputthen...
/usr/bin/ld: multiple definitions of symbol _ompi_mtl_base_selected_compo
Hi All,
The first release condidate of v1.2 is now up on the website:
http://www.open-mpi.org/software/ompi/v1.2/
Please run it through it's paces as best you can.
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http
mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http://www.the-brights.net/
Hi All,
The second release condidate of v1.2 is now up on the website:
http://www.open-mpi.org/software/ompi/v1.2/
Please run it through it's paces as best you can.
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http
Hi All,
The third release candidate of v1.2 is now up on the website:
http://www.open-mpi.org/software/ompi/v1.2/
Please run it through it's paces as best you can.
This fixes two compiler warnings introduced in rc2.
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com ||
rning is fixed.
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http://www.the-brights.net/
Hi All,
The second release candidate of Open MPI v1.2.1 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 - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http
without the low-level packet reordering problem.
If you really want to know more about this, I could go on at length,
but I'll spare the rest of the readers on the mailing list for now.
--
Tim Mattox - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a
Hi All,
The first release candidate of Open MPI v1.2.2 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 - http://homepage.mac.com/tmattox/
tmat...@gmail.com || timat...@open-mpi.org
I'm a bright... http
End of error message ***
> Segmentation fault
>
>
> So... what am I doing wrong and how can I fix it?
>
> Thank you
> --David
> ___________
> 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/
/* 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
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/
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
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
> 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.
> > --
> >
-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/
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:
.
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
&
; 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
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
'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'
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/
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
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
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
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'
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
; 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/
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
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
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
___
> 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/
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
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
&
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
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
;>
>>> 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/
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
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/
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/
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
/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
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-&
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'
>&
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
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
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/
://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
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/
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/
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
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
&
;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/
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
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
1 - 100 of 114 matches
Mail list logo