Skip to content

Commit db3e598

Browse files
mca/threads/qthreads: remove Argobots dependency
Signed-off-by: Shintaro Iwasaki <siwasaki@anl.gov>
1 parent 6cc17b0 commit db3e598

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

opal/mca/threads/qthreads/threads_qthreads_wait_sync.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@
2828
#define OPAL_MCA_THREADS_QTHREADS_THREADS_QTHREADS_WAIT_SYNC_H 1
2929

3030
#include "opal/mca/threads/qthreads/threads_qthreads.h"
31-
#include <abt.h>
3231

3332
typedef struct ompi_wait_sync_t {
3433
opal_atomic_int32_t count;
3534
int32_t status;
36-
ABT_cond condition;
37-
ABT_mutex lock;
3835
struct ompi_wait_sync_t *next;
3936
struct ompi_wait_sync_t *prev;
4037
volatile bool signaling;

0 commit comments

Comments
 (0)