Allocate CPU variable with memory checking.
Allocate CPU variable with memory checking (kind R8P, rank 1).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R8P), | intent(inout), | allocatable | :: | var(:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R8P, rank 2).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R8P), | intent(inout), | allocatable | :: | var(:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R8P, rank 3).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R8P), | intent(inout), | allocatable | :: | var(:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,3) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R8P, rank 4).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R8P), | intent(inout), | allocatable | :: | var(:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,4) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R8P, rank 5).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R8P), | intent(inout), | allocatable | :: | var(:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,5) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R8P, rank 6).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R8P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,6) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R8P, rank 6).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R8P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,7) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R4P, rank 1).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R4P), | intent(inout), | allocatable | :: | var(:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R4P, rank 2).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R4P), | intent(inout), | allocatable | :: | var(:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R4P, rank 3).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R4P), | intent(inout), | allocatable | :: | var(:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,3) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R4P, rank 4).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R4P), | intent(inout), | allocatable | :: | var(:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,4) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R4P, rank 5).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R4P), | intent(inout), | allocatable | :: | var(:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,5) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R4P, rank 6).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R4P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,6) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind R4P, rank 6).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R4P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,7) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I8P, rank 1).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I8P), | intent(inout), | allocatable | :: | var(:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I8P, rank 2).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I8P), | intent(inout), | allocatable | :: | var(:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I8P, rank 3).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I8P), | intent(inout), | allocatable | :: | var(:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,3) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I8P, rank 4).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I8P), | intent(inout), | allocatable | :: | var(:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,4) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I8P, rank 5).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I8P), | intent(inout), | allocatable | :: | var(:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,5) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I8P, rank 6).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I8P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,6) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I8P, rank 7).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I8P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,7) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I4P, rank 1).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4P), | intent(inout), | allocatable | :: | var(:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I4P, rank 2).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4P), | intent(inout), | allocatable | :: | var(:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I4P, rank 3).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4P), | intent(inout), | allocatable | :: | var(:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,3) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I4P, rank 4).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4P), | intent(inout), | allocatable | :: | var(:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,4) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I4P, rank 5).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4P), | intent(inout), | allocatable | :: | var(:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,5) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I4P, rank 6).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,6) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I4P, rank 7).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,7) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I2P, rank 1).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I2P), | intent(inout), | allocatable | :: | var(:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I2P, rank 2).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I2P), | intent(inout), | allocatable | :: | var(:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I2P, rank 3).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I2P), | intent(inout), | allocatable | :: | var(:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,3) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I2P, rank 4).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I2P), | intent(inout), | allocatable | :: | var(:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,4) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I2P, rank 5).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I2P), | intent(inout), | allocatable | :: | var(:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,5) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I2P, rank 6).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I2P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,6) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I2P, rank 7).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I2P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,7) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I1P, rank 1).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I1P), | intent(inout), | allocatable | :: | var(:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I1P, rank 2).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I1P), | intent(inout), | allocatable | :: | var(:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,2) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I1P, rank 3).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I1P), | intent(inout), | allocatable | :: | var(:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,3) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I1P, rank 4).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I1P), | intent(inout), | allocatable | :: | var(:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,4) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I1P, rank 5).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I1P), | intent(inout), | allocatable | :: | var(:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,5) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I1P, rank 6).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I1P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,6) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Allocate CPU variable with memory checking (kind I1P, rank 7).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I1P), | intent(inout), | allocatable | :: | var(:,:,:,:,:,:,:) |
Varibale to be allocate on CPU. |
|
| integer(kind=I4P), | intent(in) | :: | ulb(2,7) |
Upper/lower bounds of variable. |
||
| integer(kind=I4P), | intent(in), | optional | :: | file_unit |
File unit for verbose output. |
|
| character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
| logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |