[padb-devel] [padb commit] r50 - Add documentation of the kill mode and make sure

codesite-noreply at google.com codesite-noreply at google.com
Mon Jun 15 21:46:00 BST 2009


Author: apittman
Date: Mon Jun 15 13:38:38 2009
New Revision: 50

Modified:
    trunk/doc/modes.html
    trunk/doc/upload_website

Log:
Add documentation of the kill mode and make sure
we upload the ompi patch to the correct directory.


Modified: trunk/doc/modes.html
==============================================================================
--- trunk/doc/modes.html	(original)
+++ trunk/doc/modes.html	Mon Jun 15 13:38:38 2009
@@ -27,7 +27,7 @@
  <p>

  <i>Padb</i> can be told to loop, performing the same query over and over  
again.  This is enabled by the <b>--watch</b> flag
-and further controlled by <b>--config-option=interval=<seconds></b>  
and <b>--config-option=watch-clears-screen=<bool></b>
+and further controlled by <b>--config-option interval=<seconds></b>  
and <b>--config-option watch-clears-screen=<bool></b>
  options, the default values for these options are 10 and 1 respectively.

  <p>
@@ -178,9 +178,14 @@

  <h2>MPI Specific modes</h3>

-<a name=message-queue><h3>MPI message queues</h3></a>
-The option <b>--message-queue</b> will tell <i>padb</i> to read the MPI  
message
+<a name=mpi-queue><h3>MPI message queues</h3></a>
+<a name=message-queue></a>
+The option <b>--mpi-queue</b> will tell <i>padb</i> to read the MPI message
  queues from your application if possible.  Here shown with the  
<b>--compress</b> option.
+
+<p>
+The option <b>--message-queue</b> shows the tport queues on QsNet  
systems.  On non-QsNet systems it automatically falls back
+to <b>--mpi-queue</b>.
  <table border=1>
  <tr><td>
  <pre>
@@ -272,6 +277,10 @@
  </pre>
  </tr></td>
  </table>
+
+<a name=kill><h3>Signal delivery</h2></a>
+To deliver signals to processes in a job use the <b>--kill</b> mode  
together with the optional
+<b>--signal=&ltname&gt></b> option.  No output is produced by this mode.

  <h2>Quadrics specific modes</h2>
  The <b>--set-debug</b>, <b>--group</b> and <b>--statistics</b> modes are  
QsNet specific.  The <b>--deadlock</b> mode

Modified: trunk/doc/upload_website
==============================================================================
--- trunk/doc/upload_website	(original)
+++ trunk/doc/upload_website	Mon Jun 15 13:38:38 2009
@@ -22,7 +22,7 @@
  done

  ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD  OpenMPI-padb-groups.patch
-ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as download/OpenMPI-padb-groups.patch OpenMPI-padb-groups.patch
+ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as extensions/OpenMPI-padb-groups.patch  
OpenMPI-padb-groups.patch

  echo All done.
  exit 0




More information about the padb-devel mailing list