Allocates special parallel memory
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | DIMENSION(:), POINTER, CONTIGUOUS | :: | DATA |
pointer to integer array to allocate |
||
integer, | intent(in) | :: | len |
number of integers to allocate |
||
integer, | intent(out), | optional | :: | stat |
allocation status result |
Allocates special parallel memory
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | DIMENSION(:), POINTER, CONTIGUOUS | :: | DATA |
pointer to integer array to allocate |
||
integer, | intent(in) | :: | len |
number of integers to allocate |
||
integer, | intent(out), | optional | :: | stat |
allocation status result |
Allocates special parallel memory
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | DIMENSION(:), POINTER, CONTIGUOUS | :: | DATA |
pointer to integer array to allocate |
||
integer, | intent(in) | :: | len |
number of integers to allocate |
||
integer, | intent(out), | optional | :: | stat |
allocation status result |
Allocates special parallel memory
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | DIMENSION(:), POINTER, CONTIGUOUS | :: | DATA |
pointer to integer array to allocate |
||
integer, | intent(in) | :: | len |
number of integers to allocate |
||
integer, | intent(out), | optional | :: | stat |
allocation status result |
Allocates special parallel memory
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | DIMENSION(:), POINTER, CONTIGUOUS | :: | DATA |
pointer to integer array to allocate |
||
integer, | intent(in) | :: | len |
number of integers to allocate |
||
integer, | intent(out), | optional | :: | stat |
allocation status result |
Allocates special parallel memory
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | DIMENSION(:), POINTER, CONTIGUOUS | :: | DATA |
pointer to integer array to allocate |
||
integer, | intent(in) | :: | len |
number of integers to allocate |
||
integer, | intent(out), | optional | :: | stat |
allocation status result |