#include <context.h>
Data Fields | |
PLASMA_bool | initialized |
int | world_size |
int | group_size |
int | thread_bind [CONTEXT_THREADS_MAX] |
int | thread_rank [CONTEXT_THREADS_MAX] |
pthread_attr_t | thread_attr |
pthread_t | thread_id [CONTEXT_THREADS_MAX] |
pthread_mutex_t | action_mutex |
pthread_cond_t | action_condt |
volatile PLASMA_enum | action |
void(* | parallel_func_ptr )(struct plasma_context_struct *) |
unsigned char | args_buff [ARGS_BUFF_SIZE] |
PLASMA_bool | errors_enabled |
PLASMA_bool | warnings_enabled |
PLASMA_bool | autotuning_enabled |
PLASMA_bool | dynamic_section |
PLASMA_enum | scheduling |
PLASMA_enum | householder |
PLASMA_enum | translation |
int | nb |
int | ib |
int | nbnbsize |
int | ibnbsize |
int | info |
int | iinfo |
int | rhblock |
int volatile | barrier_id |
int volatile | barrier_nblocked_thrds |
pthread_mutex_t | barrier_synclock |
pthread_cond_t | barrier_synccond |
int | ss_ld |
volatile int | ss_abort |
volatile int * | ss_progress |
Quark * | quark |
PLASMA context