Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(linux_nodes), | public, | dimension(:), allocatable | :: | node | |||
integer, | public | :: | nnodes | ||||
type(linux_backlight), | public | :: | backlight |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cluster), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cluster), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cluster), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cluster), | intent(inout) | :: | this |
type :: cluster
type(linux_nodes), dimension(:), allocatable :: node
integer :: nnodes
type(linux_backlight) :: backlight
contains
procedure :: select => select_linux
procedure, private :: find_number_of_nodes
procedure :: print_info => print_all_cluster_info
procedure :: deselect => deallocate_cluster
end type cluster