[padb-devel] [padb] r261 committed - Don't abort if the parallel command is an emtpy string, this is valid ...

codesite-noreply at google.com codesite-noreply at google.com
Tue Sep 15 21:02:19 BST 2009


Revision: 261
Author: apittman
Date: Tue Sep 15 13:02:04 2009
Log: Don't abort if the parallel command is an emtpy string, this is valid  
if the
resource manager is "local" as we just want to spawn padb itself again.

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

Modified:
  /branches/3.0/src/padb

=======================================
--- /branches/3.0/src/padb	Tue Sep  1 13:07:04 2009
+++ /branches/3.0/src/padb	Tue Sep 15 13:02:04 2009
@@ -4195,8 +4195,6 @@
      # involve setting environment variables.
      my ( $cmd, $ncpus, $hosts ) = setup_pcmd($jobid);

-    return 1 unless ($cmd);
-
      $conf{verbose} && defined $ncpus && print "Job has $ncpus  
process(es)\n";
      $conf{verbose} && defined $hosts && print "Job spans $hosts host(s)\n";





More information about the padb-devel mailing list