[padb] r382 committed - Add mpiexec to the list of resource manager process names for use...

padb at googlecode.com padb at googlecode.com
Sun Jan 10 14:58:28 GMT 2010


Revision: 382
Author: apittman
Date: Sun Jan 10 06:58:11 2010
Log: Add mpiexec to the list of resource manager process names for use
in the "mpirun" resource manager code.  This is because Hydra (MPICH2)
now supports the MPIR_proctable interface.

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

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Tue Dec 22 13:31:11 2009
+++ /trunk/src/padb	Sun Jan 10 06:58:11 2010
@@ -537,7 +537,7 @@
  $conf{interval}            = '10s';
  $conf{watch_clears_screen} = 'enabled';
  $conf{scripts}             = 'bash,sh,dash,ash,perl,xterm';
-$conf{mpirun}              = 'mpirun,orterun,srun,mpdrun,prun';
+$conf{mpirun}              = 'mpirun,orterun,srun,mpdrun,prun,mpiexec';
  $conf{lsf_job_offset}      = 1;
  $conf{local_fd_name}       = '/dev/null';
  $conf{inner_callback}      = 'disabled';




More information about the padb-devel mailing list