[padb] r340 committed - Add a couple of missing newlines to error messages in the mpirun...

padb at googlecode.com padb at googlecode.com
Wed Nov 25 20:58:10 GMT 2009


Revision: 340
Author: apittman
Date: Wed Nov 25 12:57:47 2009
Log: Add a couple of missing newlines to error messages in the mpirun
resource manager.

http://code.google.com/p/padb/source/detail?r=340

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Wed Nov 25 10:21:40 2009
+++ /trunk/src/padb	Wed Nov 25 12:57:47 2009
@@ -2960,7 +2960,7 @@

      my $nprocs = gdb_read_value( $gdb, 'MPIR_proctable_size' );
      if ( not defined $nprocs ) {
-        print "No MPIR_proctable_size symbol found, cannot continue";
+        print "No MPIR_proctable_size symbol found, cannot continue\n";
          return;
      }

@@ -2983,7 +2983,7 @@
      my @hosts = keys(%pt);

      if ( @hosts == 0 ) {
-        print "No process data found";
+        print "No process data found\n";
          return;
      }





More information about the padb-devel mailing list