[padb-devel] [padb] r296 committed - Re-instate mpirun as a resource manager after I changed the ...

padb at googlecode.com padb at googlecode.com
Wed Oct 21 11:11:44 BST 2009


Revision: 296
Author: apittman
Date: Wed Oct 21 03:10:58 2009
Log: Re-instate mpirun as a resource manager after I changed the
way gdb handled pointers (and hence char * strings).

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

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Tue Oct 20 08:50:32 2009
+++ /trunk/src/padb	Wed Oct 21 03:10:58 2009
@@ -2700,7 +2700,7 @@
      my %pt;
      foreach my $proc ( 0 .. ( $nprocs - 1 ) ) {
          my $hostp =
-          gdb_read_value( $gdb, "(void *)MPIR_proctable[$proc].host_name"  
);
+          gdb_read_value_addr( $gdb, "(void  
*)MPIR_proctable[$proc].host_name" );
          my $host = gdb_string( $gdb, 1024, $hostp );
          my $pid = gdb_read_value( $gdb, "MPIR_proctable[$proc].pid" );
          if ( defined $host and defined $pid ) {




More information about the padb-devel mailing list