Re: [OMPI devel] basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-11 Thread Jeff Squyres (jsquyres)
I'm not sure what you're saying -- isn't this an Automake bug? Or are you saying that we're doing something wrong in OMPI's Makefile.am's? On Jul 11, 2013, at 7:47 AM, Vasiliy wrote: > I've also tracked down that problem with 'test-driver'. Look at that: > > $ gdb --args /usr/bin/sh /usr/sha

Re: [OMPI devel] RFC: Dead code removal

2013-07-11 Thread Shamis, Pavel
Jeff, I reviewed the changes in the collectives code(ml,bcol,sbgp) - everything looks fine. Thanks for the cleanup. -P. On Jul 5, 2013, at 9:56 AM, Jeff Squyres (jsquyres) mailto:jsquy...@cisco.com>> wrote: They are assigned but not used. On Jul 5, 2013, at 8:47 AM, "Shamis, Pavel" mai

[OMPI devel] RFC: remove opal_trace macro

2013-07-11 Thread Ralph Castain
WHAT: remove the old and stale "OPAL_TRACE" macro WHY: it is old, stale, no longer needed, and largely unused WHEN: since it is virtually unused, a short timeout seems appropriate so let's set it for Tues 7/16

Re: [OMPI devel] Fwd: basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-11 Thread Vasiliy
no, it's not about automake 1.9, it's about automake 1.13-1.14, and I have the latest 'config.guess', 'config.sub' and all the autotools assembled from their sources, which do recognize Cygwin 64-bit config.sub: timestamp='2013-04-24' config.guess: timestamp='2013-06-10' On Thu, Jul 11, 2013 at 1

Re: [OMPI devel] Fwd: basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-11 Thread marco atzeri
Il 7/11/2013 1:47 PM, Vasiliy ha scritto: I've also tracked down that problem with 'test-driver'. Look at that: $ gdb --args /usr/bin/sh /usr/share/automake-1.14/test-driver GNU gdb (GDB) 7.6.50.20130320-cvs Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or l

[OMPI devel] Fwd: basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-11 Thread Vasiliy
I've also tracked down that problem with 'test-driver'. Look at that: $ gdb --args /usr/bin/sh /usr/share/automake-1.14/test-driver GNU gdb (GDB) 7.6.50.20130320-cvs Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This

[OMPI devel] basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-11 Thread Vasiliy
upon inspecting: $ /usr/share/automake-1.14/test-driver --help Usage: test-driver --test-name=NAME --log-file=PATH --trs-file=PATH [--expect-failure={yes|no}] [--color-tests={yes|no}] [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT The '--test-name', '--log-file' and