Re: [O-MPI devel] recommended way to update an ompi tree

2005-09-06 Thread Jeff Squyres
On Sep 6, 2005, at 10:34 AM, Peter Kjellström wrote: What is the recommended way to update a local svn snap shot? (a tree that has been checked out, autogen'ed, configured and built) is it: $ svn up $ ./autogen.sh $ make distclean $ configure ... $ make all install No need for "make distclean

[O-MPI devel] recommended way to update an ompi tree

2005-09-06 Thread Peter Kjellström
Hello, Sorry for this possibly silly question but I couldn't find the answer in any of the included documentation files.. What is the recommended way to update a local svn snap shot? (a tree that has been checked out, autogen'ed, configured and built) is it: $ svn up $ ./autogen.sh $ make distc

[O-MPI devel] error in ompi/mca/rcache/rb/rcache_rb_mru.c

2005-09-06 Thread John Ryan
Hi, trivial errors to report in the current trunk (7191) file: ompi-trunk/ompi/mca/rcache/rb/rcache_rb_mru.c lines: 75 & 85, arguments to the lock/unlock functions were incorrect (i.e. each missing a '&' to the lock argument) Congratulations on the fine work done by all! Thanks, John 67

Re: [O-MPI devel] Small ltdl use update

2005-09-06 Thread Jeff Squyres
Got it -- thanks! On Sep 5, 2005, at 4:39 AM, Ralf Wildenhues wrote: Hi Jeff, * Jeff Squyres wrote on Thu, Sep 01, 2005 at 02:45:41PM CEST: On Aug 31, 2005, at 7:46 AM, Ralf Wildenhues wrote: Please apply the first patch (or a similar solution) to include ltdl.h directly. This is both how