Assign CPU variable with memory checking.
Assign CPU variable with memory checking (kind R8P, rank 1). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(inout), | allocatable | :: | lhs(:) |
Left hand side of assignement. |
|
real(kind=R8P), | intent(in), | allocatable | :: | rhs(:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R8P, rank 2). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(inout), | allocatable | :: | lhs(:,:) |
Left hand side of assignement. |
|
real(kind=R8P), | intent(in), | allocatable | :: | rhs(:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R8P, rank 3). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(inout), | allocatable | :: | lhs(:,:,:) |
Left hand side of assignement. |
|
real(kind=R8P), | intent(in), | allocatable | :: | rhs(:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R8P, rank 4). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(inout), | allocatable | :: | lhs(:,:,:,:) |
Left hand side of assignement. |
|
real(kind=R8P), | intent(in), | allocatable | :: | rhs(:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R8P, rank 5). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:) |
Left hand side of assignement. |
|
real(kind=R8P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R8P, rank 6). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:) |
Left hand side of assignement. |
|
real(kind=R8P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R8P, rank 7). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:,:) |
Left hand side of assignement. |
|
real(kind=R8P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R4P, rank 1). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(inout), | allocatable | :: | lhs(:) |
Left hand side of assignement. |
|
real(kind=R4P), | intent(in), | allocatable | :: | rhs(:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R4P, rank 2). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(inout), | allocatable | :: | lhs(:,:) |
Left hand side of assignement. |
|
real(kind=R4P), | intent(in), | allocatable | :: | rhs(:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R4P, rank 3). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(inout), | allocatable | :: | lhs(:,:,:) |
Left hand side of assignement. |
|
real(kind=R4P), | intent(in), | allocatable | :: | rhs(:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R4P, rank 4). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(inout), | allocatable | :: | lhs(:,:,:,:) |
Left hand side of assignement. |
|
real(kind=R4P), | intent(in), | allocatable | :: | rhs(:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R4P, rank 5). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:) |
Left hand side of assignement. |
|
real(kind=R4P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R4P, rank 6). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:) |
Left hand side of assignement. |
|
real(kind=R4P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind R4P, rank 7). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:,:) |
Left hand side of assignement. |
|
real(kind=R4P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I8P, rank 1). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I8P), | intent(inout), | allocatable | :: | lhs(:) |
Left hand side of assignement. |
|
integer(kind=I8P), | intent(in), | allocatable | :: | rhs(:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I8P, rank 2). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I8P), | intent(inout), | allocatable | :: | lhs(:,:) |
Left hand side of assignement. |
|
integer(kind=I8P), | intent(in), | allocatable | :: | rhs(:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I8P, rank 3). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I8P), | intent(inout), | allocatable | :: | lhs(:,:,:) |
Left hand side of assignement. |
|
integer(kind=I8P), | intent(in), | allocatable | :: | rhs(:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I8P, rank 4). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I8P), | intent(inout), | allocatable | :: | lhs(:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I8P), | intent(in), | allocatable | :: | rhs(:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I8P, rank 5). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I8P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I8P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I8P, rank 6). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I8P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I8P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I8P, rank 7). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I8P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I8P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I4P, rank 1). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(inout), | allocatable | :: | lhs(:) |
Left hand side of assignement. |
|
integer(kind=I4P), | intent(in), | allocatable | :: | rhs(:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I4P, rank 2). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(inout), | allocatable | :: | lhs(:,:) |
Left hand side of assignement. |
|
integer(kind=I4P), | intent(in), | allocatable | :: | rhs(:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I4P, rank 3). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(inout), | allocatable | :: | lhs(:,:,:) |
Left hand side of assignement. |
|
integer(kind=I4P), | intent(in), | allocatable | :: | rhs(:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I4P, rank 4). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(inout), | allocatable | :: | lhs(:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I4P), | intent(in), | allocatable | :: | rhs(:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I4P, rank 5). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I4P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I4P, rank 6). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I4P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I4P, rank 7). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I4P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I2P, rank 1). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I2P), | intent(inout), | allocatable | :: | lhs(:) |
Left hand side of assignement. |
|
integer(kind=I2P), | intent(in), | allocatable | :: | rhs(:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I2P, rank 2). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I2P), | intent(inout), | allocatable | :: | lhs(:,:) |
Left hand side of assignement. |
|
integer(kind=I2P), | intent(in), | allocatable | :: | rhs(:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I2P, rank 3). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I2P), | intent(inout), | allocatable | :: | lhs(:,:,:) |
Left hand side of assignement. |
|
integer(kind=I2P), | intent(in), | allocatable | :: | rhs(:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I2P, rank 4). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I2P), | intent(inout), | allocatable | :: | lhs(:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I2P), | intent(in), | allocatable | :: | rhs(:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I2P, rank 5). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I2P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I2P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I2P, rank 6). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I2P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I2P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I2P, rank 7). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I2P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I2P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I1P, rank 1). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I1P), | intent(inout), | allocatable | :: | lhs(:) |
Left hand side of assignement. |
|
integer(kind=I1P), | intent(in), | allocatable | :: | rhs(:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I1P, rank 2). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I1P), | intent(inout), | allocatable | :: | lhs(:,:) |
Left hand side of assignement. |
|
integer(kind=I1P), | intent(in), | allocatable | :: | rhs(:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I1P, rank 3). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I1P), | intent(inout), | allocatable | :: | lhs(:,:,:) |
Left hand side of assignement. |
|
integer(kind=I1P), | intent(in), | allocatable | :: | rhs(:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I1P, rank 4). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I1P), | intent(inout), | allocatable | :: | lhs(:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I1P), | intent(in), | allocatable | :: | rhs(:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I1P, rank 5). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I1P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I1P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I1P, rank 6). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I1P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I1P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |
Assign CPU variable with memory checking (kind I1P, rank 7). Variable is returned not allocated if right hand side is not allocated.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I1P), | intent(inout), | allocatable | :: | lhs(:,:,:,:,:,:,:) |
Left hand side of assignement. |
|
integer(kind=I1P), | intent(in), | allocatable | :: | rhs(:,:,:,:,:,:,:) |
Right hand side of assignement. |
|
character(len=*), | intent(in), | optional | :: | msg |
Message to be printed in verbose mode. |
|
logical, | intent(in), | optional | :: | verbose |
Flag to activate verbose mode. |