mca/threads/qthreads: remove Argobots dependency
Signed-off-by: Shintaro Iwasaki <siwasaki@anl.gov>
Этот коммит содержится в:
родитель
6cc17b0c6a
Коммит
db3e598b6a
@ -28,13 +28,10 @@
|
||||
#define OPAL_MCA_THREADS_QTHREADS_THREADS_QTHREADS_WAIT_SYNC_H 1
|
||||
|
||||
#include "opal/mca/threads/qthreads/threads_qthreads.h"
|
||||
#include <abt.h>
|
||||
|
||||
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;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user