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

Revision 4887, 410 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 FORK_H_INCLUDED
8#define FORK_H_INCLUDED
9
10#include "hydra_base.h"
11
12HYD_Status HYD_BSCD_fork_launch_procs(char **global_args, const char *partition_id_str,
13                                      struct HYD_Partition *partition_list);
14
15#endif /* FORK_H_INCLUDED */
Note: See TracBrowser for help on using the browser.