[padb-devel] [padb] r153 committed - Only send the rank information over then network when using orte, the ...

codesite-noreply at google.com codesite-noreply at google.com
Tue Aug 25 13:49:44 BST 2009


Revision: 153
Author: apittman
Date: Tue Aug 25 05:48:55 2009
Log: Only send the rank information over then network when using orte, the
rest of the information isn't used so avoid sending it.

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

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Tue Aug 25 05:44:35 2009
+++ /trunk/src/padb	Tue Aug 25 05:48:55 2009
@@ -3315,7 +3315,7 @@
      $req->{jobconfig}{rmgr}  = $conf{rmgr};

      if ( $conf{rmgr} eq "orte" ) {
-        $req->{jobconfig}{orte_data} = $open_jobs{ $comm_data->{jobid} };
+        $req->{jobconfig}{orte_data} = $open_jobs{ $comm_data->{jobid}  
}{ranks};
      }

      $req->{cinner} = \%cinner;
@@ -6468,8 +6468,8 @@

      my $hostname = $confInner{hostname};

-    foreach my $rank ( keys( %{ $confInner{orte_data}{ranks}{$hostname} }  
) ) {
-        maybe_show_pid( $rank,  
$confInner{orte_data}{ranks}{$hostname}{$rank} );
+    foreach my $rank ( keys( %{ $confInner{orte_data}{$hostname} } ) ) {
+        maybe_show_pid( $rank, $confInner{orte_data}{$hostname}{$rank} );
      }
  }





More information about the padb-devel mailing list