1
1

mca/threads/qthreads: remove Argobots dependency

Signed-off-by: Shintaro Iwasaki <siwasaki@anl.gov>
Этот коммит содержится в:
Shintaro Iwasaki 2020-10-05 11:39:09 -05:00
родитель 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;