(git:c5411e0)
Loading...
Searching...
No Matches
message_passing::mp_allocate Interface Reference

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.
 

Detailed Description

Definition at line 891 of file message_passing.F.

Member Function/Subroutine Documentation

◆ mp_allocate_i()

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.

Parameters
[in]DATApointer to integer array to allocate
[in]lennumber of integers to allocate
[out]stat(optional) allocation status result
Author
UB

Definition at line 9333 of file message_passing.F.

◆ mp_allocate_l()

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.

Parameters
[in]DATApointer to integer array to allocate
[in]lennumber of integers to allocate
[out]stat(optional) allocation status result
Author
UB

Definition at line 14040 of file message_passing.F.

◆ mp_allocate_r()

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.

Parameters
[in]DATApointer to integer array to allocate
[in]lennumber of integers to allocate
[out]stat(optional) allocation status result
Author
UB

Definition at line 23454 of file message_passing.F.

◆ mp_allocate_d()

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.

Parameters
[in]DATApointer to integer array to allocate
[in]lennumber of integers to allocate
[out]stat(optional) allocation status result
Author
UB

Definition at line 18747 of file message_passing.F.

◆ mp_allocate_c()

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.

Parameters
[in]DATApointer to integer array to allocate
[in]lennumber of integers to allocate
[out]stat(optional) allocation status result
Author
UB

Definition at line 32868 of file message_passing.F.

◆ mp_allocate_z()

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.

Parameters
[in]DATApointer to integer array to allocate
[in]lennumber of integers to allocate
[out]stat(optional) allocation status result
Author
UB

Definition at line 28161 of file message_passing.F.


The documentation for this interface was generated from the following file: