File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
* All rights reserved.
13
13
* Copyright (c) 2019 Sandia National Laboratories. All rights reserved.
14
14
*
15
+ * Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
15
16
* $COPYRIGHT$
16
17
*
17
18
* Additional copyrights may follow
18
19
*
19
20
* $HEADER$
20
21
*/
21
22
23
+ #include "opal_config.h"
24
+
22
25
#include <unistd.h>
23
26
24
27
#include "opal/mca/threads/argobots/threads_argobots.h"
Original file line number Diff line number Diff line change 18
18
* Copyright (c) 2020 Triad National Security, LLC. All rights
19
19
* reserved.
20
20
*
21
+ * Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
21
22
* $COPYRIGHT$
22
23
*
23
24
* Additional copyrights may follow
28
29
#ifndef OPAL_MCA_THREADS_ARGOBOTS_THREADS_ARGOBOTS_MUTEX_H
29
30
#define OPAL_MCA_THREADS_ARGOBOTS_THREADS_ARGOBOTS_MUTEX_H
30
31
31
- #include "opal/mca/threads/argobots/threads_argobots.h"
32
32
#include "opal_config.h"
33
33
34
34
#include <errno.h>
35
35
#include <stdio.h>
36
36
37
+ #include "opal/mca/threads/argobots/threads_argobots.h"
38
+
37
39
#include "opal/class/opal_object.h"
38
40
#include "opal/sys/atomic.h"
39
41
#include "opal/util/output.h"
Original file line number Diff line number Diff line change 18
18
* Copyright (c) 2020 Triad National Security, LLC. All rights
19
19
* reserved.
20
20
*
21
+ * Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
21
22
* $COPYRIGHT$
22
23
*
23
24
* Additional copyrights may follow
37
38
*
38
39
*/
39
40
40
- #include "opal/mca/threads/qthreads/threads_qthreads.h"
41
41
#include "opal_config.h"
42
42
43
43
#include <errno.h>
44
44
#include <stdio.h>
45
45
46
+ #include "opal/mca/threads/qthreads/threads_qthreads.h"
46
47
#include "opal/class/opal_object.h"
47
48
#include "opal/sys/atomic.h"
48
49
#include "opal/util/output.h"
You can’t perform that action at this time.
0 commit comments