|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#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 | 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 |
| volatile PLASMA_enum plasma_context_struct::action |
| pthread_cond_t plasma_context_struct::action_condt |
| pthread_mutex_t plasma_context_struct::action_mutex |
| unsigned char plasma_context_struct::args_buff[ARGS_BUFF_SIZE] |
| PLASMA_bool plasma_context_struct::autotuning_enabled |
| pthread_cond_t plasma_context_struct::barrier_synccond |
| pthread_mutex_t plasma_context_struct::barrier_synclock |
| PLASMA_bool plasma_context_struct::dynamic_section |
| PLASMA_bool plasma_context_struct::errors_enabled |
| PLASMA_enum plasma_context_struct::householder |
| PLASMA_bool plasma_context_struct::initialized |
| void(* plasma_context_struct::parallel_func_ptr)(struct plasma_context_struct *) |
| PLASMA_enum plasma_context_struct::scheduling |
| pthread_attr_t plasma_context_struct::thread_attr |
| int plasma_context_struct::thread_bind[CONTEXT_THREADS_MAX] |
| pthread_t plasma_context_struct::thread_id[CONTEXT_THREADS_MAX] |
| int plasma_context_struct::thread_rank[CONTEXT_THREADS_MAX] |
| PLASMA_enum plasma_context_struct::translation |
| PLASMA_bool plasma_context_struct::warnings_enabled |