| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(field_t), | public, | pointer | :: | next | |||
| real(kind=dp), | public, | pointer, contiguous | :: | data(:,:,:) | |||
| integer, | public | :: | dir | ||||
| integer, | public | :: | data_loc | ||||
| integer, | public | :: | refcount | = | 0 | ||
| integer, | public | :: | id |
An integer identifying the memory block. |
|||
| real(kind=dp), | public, | pointer, contiguous | :: | data_tgt(:,:,:) | => | null() |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(omptgt_field_t) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(field_t) | :: | self | ||||
| integer, | intent(in) | :: | data_loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(omptgt_field_t) | :: | self | ||||
| real(kind=dp), | intent(in) | :: | c |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(omptgt_field_t) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(omptgt_field_t) | :: | self | ||||
| integer, | intent(in) | :: | dims(3) |