From db3e598b6a6bff7a726c57a4d1493453165b0171 Mon Sep 17 00:00:00 2001 From: Shintaro Iwasaki Date: Mon, 5 Oct 2020 11:39:09 -0500 Subject: [PATCH] mca/threads/qthreads: remove Argobots dependency Signed-off-by: Shintaro Iwasaki --- opal/mca/threads/qthreads/threads_qthreads_wait_sync.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/opal/mca/threads/qthreads/threads_qthreads_wait_sync.h b/opal/mca/threads/qthreads/threads_qthreads_wait_sync.h index e23ad4fb94..ca0d19ba40 100644 --- a/opal/mca/threads/qthreads/threads_qthreads_wait_sync.h +++ b/opal/mca/threads/qthreads/threads_qthreads_wait_sync.h @@ -28,13 +28,10 @@ #define OPAL_MCA_THREADS_QTHREADS_THREADS_QTHREADS_WAIT_SYNC_H 1 #include "opal/mca/threads/qthreads/threads_qthreads.h" -#include typedef struct ompi_wait_sync_t { opal_atomic_int32_t count; int32_t status; - ABT_cond condition; - ABT_mutex lock; struct ompi_wait_sync_t *next; struct ompi_wait_sync_t *prev; volatile bool signaling;