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~2~~CallsGraph proc~allocate_n_arrays~2 test_support%allocate_n_arrays mpi_comm_rank mpi_comm_rank proc~allocate_n_arrays~2->mpi_comm_rank

Called by

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