root/mpich2/trunk/src/pm/hydra/bootstrap/rsh/rsh.h @ 4887

Revision 4887, 405 bytes (checked in by balaji, 5 months ago)

Warning stomp.

Line 
1/* -*- Mode: C; c-basic-offset:4 ; -*- */
2/*
3 *  (C) 2008 by Argonne National Laboratory.
4 *      See COPYRIGHT in top-level directory.
5 */
6
7#ifndef RSH_H_INCLUDED
8#define RSH_H_INCLUDED
9
10#include "hydra_base.h"
11
12HYD_Status HYD_BSCD_rsh_launch_procs(char **global_args, const char *partition_id_str,
13                                     struct HYD_Partition *partition_list);
14
15#endif /* RSH_H_INCLUDED */
Note: See TracBrowser for help on using the browser.