![]() |
(git:d18deda)
|
Public Member Functions | |
subroutine | mp_allocate_i (data, len, stat) |
Allocates special parallel memory. | |
subroutine | mp_allocate_l (data, len, stat) |
Allocates special parallel memory. | |
subroutine | mp_allocate_r (data, len, stat) |
Allocates special parallel memory. | |
subroutine | mp_allocate_d (data, len, stat) |
Allocates special parallel memory. | |
subroutine | mp_allocate_c (data, len, stat) |
Allocates special parallel memory. | |
subroutine | mp_allocate_z (data, len, stat) |
Allocates special parallel memory. | |
Definition at line 891 of file message_passing.F.
subroutine message_passing::mp_allocate::mp_allocate_i | ( | integer(kind=int_4), dimension(:), pointer, contiguous | data, |
integer, intent(in) | len, | ||
integer, intent(out), optional | stat | ||
) |
Allocates special parallel memory.
[in] | DATA | pointer to integer array to allocate |
[in] | len | number of integers to allocate |
[out] | stat | (optional) allocation status result |
Definition at line 9333 of file message_passing.F.
subroutine message_passing::mp_allocate::mp_allocate_l | ( | integer(kind=int_8), dimension(:), pointer, contiguous | data, |
integer, intent(in) | len, | ||
integer, intent(out), optional | stat | ||
) |
Allocates special parallel memory.
[in] | DATA | pointer to integer array to allocate |
[in] | len | number of integers to allocate |
[out] | stat | (optional) allocation status result |
Definition at line 14040 of file message_passing.F.
subroutine message_passing::mp_allocate::mp_allocate_r | ( | real(kind=real_4), dimension(:), pointer, contiguous | data, |
integer, intent(in) | len, | ||
integer, intent(out), optional | stat | ||
) |
Allocates special parallel memory.
[in] | DATA | pointer to integer array to allocate |
[in] | len | number of integers to allocate |
[out] | stat | (optional) allocation status result |
Definition at line 23454 of file message_passing.F.
subroutine message_passing::mp_allocate::mp_allocate_d | ( | real(kind=real_8), dimension(:), pointer, contiguous | data, |
integer, intent(in) | len, | ||
integer, intent(out), optional | stat | ||
) |
Allocates special parallel memory.
[in] | DATA | pointer to integer array to allocate |
[in] | len | number of integers to allocate |
[out] | stat | (optional) allocation status result |
Definition at line 18747 of file message_passing.F.
subroutine message_passing::mp_allocate::mp_allocate_c | ( | complex(kind=real_4), dimension(:), pointer, contiguous | data, |
integer, intent(in) | len, | ||
integer, intent(out), optional | stat | ||
) |
Allocates special parallel memory.
[in] | DATA | pointer to integer array to allocate |
[in] | len | number of integers to allocate |
[out] | stat | (optional) allocation status result |
Definition at line 32868 of file message_passing.F.
subroutine message_passing::mp_allocate::mp_allocate_z | ( | complex(kind=real_8), dimension(:), pointer, contiguous | data, |
integer, intent(in) | len, | ||
integer, intent(out), optional | stat | ||
) |
Allocates special parallel memory.
[in] | DATA | pointer to integer array to allocate |
[in] | len | number of integers to allocate |
[out] | stat | (optional) allocation status result |
Definition at line 28161 of file message_passing.F.