1 /* 2 * Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana 3 * University Research and Technology 4 * Corporation. All rights reserved. 5 * Copyright (c) 2004-2005 The University of Tennessee and The University 6 * of Tennessee Research Foundation. All rights 7 * reserved. 8 * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, 9 * University of Stuttgart. All rights reserved. 10 * Copyright (c) 2004-2005 The Regents of the University of California. 11 * All rights reserved. 12 * Copyright (c) 2007-2011 Cisco Systems, Inc. All rights reserved. 13 * Copyright (c) 2012-2013 Los Alamos National Security, LLC. 14 * All rights reserved 15 * Copyright (c) 2014 Intel, Inc. All rights reserved. 16 * $COPYRIGHT$ 17 * 18 * Additional copyrights may follow 19 * 20 * $HEADER$ 21 */ 22 23 #ifndef ORTERUN_ORTERUN_H 24 #define ORTERUN_ORTERUN_H 25 26 #include "orte_config.h" 27 28 BEGIN_C_DECLS 29 30 /** 31 * Main body of orterun functionality 32 */ 33 int orterun(int argc, char *argv[]); 34 35 END_C_DECLS 36 37 #endif /* ORTERUN_ORTERUN_H */