We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38e2e6 commit 80bdbfdCopy full SHA for 80bdbfd
orte/mca/ess/lsf/ess_lsf_module.c
@@ -11,6 +11,8 @@
11
* All rights reserved.
12
* Copyright (c) 2007-2011 Cisco Systems, Inc. All rights reserved.
13
* Copyright (c) 2013 Intel, Inc. All rights reserved.
14
+ * Copyright (c) 2016 Research Organization for Information Science
15
+ * and Technology (RIST). All rights reserved.
16
* $COPYRIGHT$
17
*
18
* Additional copyrights may follow
@@ -31,6 +33,7 @@
31
33
#include <lsf/lsbatch.h>
32
34
35
#include "opal/util/opal_environ.h"
36
+#include "opal/util/argv.h"
37
38
#include "orte/util/show_help.h"
39
#include "orte/util/name_fns.h"
orte/test/system/regex.c
@@ -10,6 +10,8 @@
10
#include <stdio.h>
#include <unistd.h>
+
#include "orte/util/proc_info.h"
#include "orte/util/regex.h"
#include "orte/mca/errmgr/errmgr.h"
0 commit comments