QR_MUMPS
|
This type defines a computational task. More...
Public Attributes | |
integer | id |
The type of action to execute. More... | |
integer | front |
The id of the related front. More... | |
integer | pnl |
The panel number. More... | |
integer | col |
The column number. More... | |
logical | bind |
Whether the task is bound to a thread or not. More... | |
This type defines a computational task.
Definition at line 110 of file qrm_task_mod.F90.
logical qrm_task_mod::qrm_task_type::bind |
Whether the task is bound to a thread or not.
Definition at line 120 of file qrm_task_mod.F90.
integer qrm_task_mod::qrm_task_type::col |
The column number.
Definition at line 118 of file qrm_task_mod.F90.
integer qrm_task_mod::qrm_task_type::front |
The id of the related front.
Definition at line 114 of file qrm_task_mod.F90.
integer qrm_task_mod::qrm_task_type::id |
The type of action to execute.
Definition at line 112 of file qrm_task_mod.F90.
integer qrm_task_mod::qrm_task_type::pnl |
The panel number.
Definition at line 116 of file qrm_task_mod.F90.