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 1212 * All rights reserved.
1313 * Copyright (c) 2019 Sandia National Laboratories. All rights reserved.
1414 *
15+ * Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
1516 * $COPYRIGHT$
1617 *
1718 * Additional copyrights may follow
1819 *
1920 * $HEADER$
2021 */
2122
23+ #include "opal_config.h"
24+
2225#include <unistd.h>
2326
2427#include "opal/mca/threads/argobots/threads_argobots.h"
Original file line number Diff line number Diff line change 1818 * Copyright (c) 2020 Triad National Security, LLC. All rights
1919 * reserved.
2020 *
21+ * Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
2122 * $COPYRIGHT$
2223 *
2324 * Additional copyrights may follow
2829#ifndef OPAL_MCA_THREADS_ARGOBOTS_THREADS_ARGOBOTS_MUTEX_H
2930#define OPAL_MCA_THREADS_ARGOBOTS_THREADS_ARGOBOTS_MUTEX_H
3031
31- #include "opal/mca/threads/argobots/threads_argobots.h"
3232#include "opal_config.h"
3333
3434#include <errno.h>
3535#include <stdio.h>
3636
37+ #include "opal/mca/threads/argobots/threads_argobots.h"
38+
3739#include "opal/class/opal_object.h"
3840#include "opal/sys/atomic.h"
3941#include "opal/util/output.h"
Original file line number Diff line number Diff line change 1818 * Copyright (c) 2020 Triad National Security, LLC. All rights
1919 * reserved.
2020 *
21+ * Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
2122 * $COPYRIGHT$
2223 *
2324 * Additional copyrights may follow
3738 *
3839 */
3940
40- #include "opal/mca/threads/qthreads/threads_qthreads.h"
4141#include "opal_config.h"
4242
4343#include <errno.h>
4444#include <stdio.h>
4545
46+ #include "opal/mca/threads/qthreads/threads_qthreads.h"
4647#include "opal/class/opal_object.h"
4748#include "opal/sys/atomic.h"
4849#include "opal/util/output.h"
You can’t perform that action at this time.
0 commit comments