allocate_n_arrays Subroutine

public subroutine allocate_n_arrays(this, im, jm)

Type Bound

test_support

Arguments

Type IntentOptional Attributes Name
class(test_support), intent(inout) :: this
integer, intent(in) :: im
integer, intent(in) :: jm

Calls

proc~~allocate_n_arrays~~CallsGraph proc~allocate_n_arrays test_support%allocate_n_arrays mpi_comm_rank mpi_comm_rank proc~allocate_n_arrays->mpi_comm_rank

Called by

proc~~allocate_n_arrays~~CalledByGraph proc~allocate_n_arrays test_support%allocate_n_arrays proc~create_arrays test_support%create_arrays proc~create_arrays->proc~allocate_n_arrays program~checkpoint_tester checkpoint_tester program~checkpoint_tester->proc~create_arrays