1 /* 2 * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. 3 * Copyright (c) 2012 Los Alamos National Security, LLC. All rights 4 * reserved. 5 * Copyright (c) 2016 Intel, Inc. All rights reserved. 6 * 7 * $COPYRIGHT$ 8 * 9 * Additional copyrights may follow 10 * 11 * $HEADER$ 12 */ 13 14 /** 15 * @file 16 * 17 */ 18 19 #ifndef ORTE_QUIT_H 20 #define ORTE_QUIT_H 21 22 #include "orte_config.h" 23 24 #include "orte/runtime/orte_globals.h" 25 26 BEGIN_C_DECLS 27 28 ORTE_DECLSPEC void orte_quit(int fd, short args, void *cbdata); 29 30 ORTE_DECLSPEC int orte_print_aborted_job(orte_job_t *job, 31 orte_app_context_t *approc, 32 orte_proc_t *proc, 33 orte_node_t *node); 34 35 END_C_DECLS 36 37 #endif /* ORTE_CR_H */