Man Linux: Main Page and Category List

NAME

       mpdman

FILE

       /Users/goodell/svn/mpich2-1.2.1p1-tmp/src/pm/mpd/mpdman.py

DESCRIPTION

       mpdman  does NOT run as a standalone console program; it is only exec’d
       (or imported) by mpd

CLASSES

       __builtin__.object MPDMan

       class MPDMan(__builtin__.object)

              |      Methods defined here:

              |

              |      __init__(self)

              |

              |      create_line_label(self, line_label_fmt, spawned)

              |

              |      handle_child_stderr_tree_input(self, sock)

              |

              |      handle_child_stdout_tree_input(self, sock)

              |

              |      handle_cli_stderr_input(self, sock)

              |

              |      handle_cli_stdout_input(self, sock)

              |

              |      handle_console_input(self, sock)

              |

              |      handle_lhs_input(self, sock)

              |

              |      handle_mpd_input(self, sock)

              |

              |      handle_nonring_connection(self, sock)

              |

              |      handle_pmi_connection(self, sock)

              |

              |      handle_pmi_input(self, sock)

              |

              |      handle_rhs_input(self, sock)

              |

              |      handle_spawned_child_input(self, sock)

              |

              |      launch_client_via_fork_exec(self, cli_env)

              |

              |      launch_client_via_subprocess(self, cli_env)

              |

              |      run(self)

              |

              |      ----------------------------------------------------------------------

              |      Data descriptors defined here:

              |

              |      __dict__

              |      dictionary for instance variables (if defined)

              |

              |      __weakref__

              |      list of weak references to the object (if defined)

FUNCTIONS

       ctime(...)  ctime(seconds) -> string

              Convert  a  time in seconds since the Epoch to a string in local
              time.  This is equivalent to  asctime(localtime(seconds)).  When
              the  time  tuple  is  not  present,  current time as returned by
              localtime() is used.

       in_stdinRcvrs(myRank, stdinDest)

       loads(...)  loads(string) -- Load a pickle from the given string

       parse_pmi_msg(msg)

       set_limits(limits)

       sigchld_handler(signum, frame)

       sleep(...)  sleep(seconds)

              Delay execution for a given number of seconds.
                     The argument may be a floating point number for subsecond
                     precision.

DATA

       __author__  = ’Ralph Butler and Rusty Lusk’ __credits__ = ’’ __date__ =
       ’Mon  Feb  22  16:28:13  2010’  __version__  =  ’$Revision:  1.160   $’
       mpd_dbg_level      =      0     subprocess_module_available     =     1
       syslog_module_available = 1

VERSION

       1.160

DATE

       Mon Feb 22 16:28:13 2010

AUTHOR

       Ralph Butler and Rusty Lusk

CREDITS

                               22 February 2010                      mpdman(1)