For the record Ethan and I took this off-list and got it working shortly
afterwards, results are now on-line and the code is in SVN.
Attached is a final patch to cleanup the output by removing a extraneous
space which is inserted in the final output.
Ashley.
--
Ashley Pittman, Bath, UK.
Padb - A parallel job inspection tool for cluster computing
http://padb.pittman.org.uk
Index: lib/MTT/DoCommand.pm
===================================================================
--- lib/MTT/DoCommand.pm (revision 1327)
+++ lib/MTT/DoCommand.pm (working copy)
@@ -619,7 +619,7 @@
if (FindProgram(qw(padb))) {
my $padb_cmd = "padb --config-option rmgr=mpirun --full-report=$pid";
- $ret .= "\n $padb_cmd";
+ $ret .= "\n$padb_cmd";
$ret .= "\n" . `$padb_cmd`;
} else {