QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Public Attributes
qrm_task_mod::qrm_task_queue_handle Type Reference

This type defines the handle for the queues attached to a family of threads. More...

Public Attributes

type(qrm_task_queue),
dimension(:), allocatable 
queues
 
integer, dimension(:,:),
allocatable 
proxy_list
 
integer stolen =0
 
integer ntsk =0
 
integer ncores
 
integer nnodes
 
integer cnode
 

Detailed Description

This type defines the handle for the queues attached to a family of threads.

Definition at line 141 of file qrm_task_mod.F90.

Member Data Documentation

integer qrm_task_mod::qrm_task_queue_handle::cnode

Definition at line 144 of file qrm_task_mod.F90.

integer qrm_task_mod::qrm_task_queue_handle::ncores

Definition at line 144 of file qrm_task_mod.F90.

integer qrm_task_mod::qrm_task_queue_handle::nnodes

Definition at line 144 of file qrm_task_mod.F90.

integer qrm_task_mod::qrm_task_queue_handle::ntsk =0

Definition at line 144 of file qrm_task_mod.F90.

integer, dimension(:,:), allocatable qrm_task_mod::qrm_task_queue_handle::proxy_list

Definition at line 143 of file qrm_task_mod.F90.

type(qrm_task_queue), dimension(:), allocatable qrm_task_mod::qrm_task_queue_handle::queues

Definition at line 142 of file qrm_task_mod.F90.

integer qrm_task_mod::qrm_task_queue_handle::stolen =0

Definition at line 144 of file qrm_task_mod.F90.


The documentation for this type was generated from the following file: