variadic_allocate Interface

public interface variadic_allocate

Contents


Module Procedures

public subroutine variadic_allocate_1_int64(p_shm, dims)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), pointer :: p_shm(:)
integer(kind=int64) :: dims(1)

public subroutine variadic_allocate_2_int64(p_shm, dims)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), pointer :: p_shm(:,:)
integer(kind=int64) :: dims(2)