OpenMPI  0.1.1
orte_quit.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
3  *
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 
11 /**
12  * @file
13  *
14  */
15 
16 #ifndef ORTE_QUIT_H
17 #define ORTE_QUIT_H
18 
19 #include "orte_config.h"
20 
21 BEGIN_C_DECLS
22 
23 ORTE_DECLSPEC void orte_jobs_complete(void);
24 
25 ORTE_DECLSPEC void orte_quit(void);
26 
27 END_C_DECLS
28 
29 #endif /* ORTE_CR_H */