write_variable Subroutine

public subroutine write_variable(this, var_name, local_var)

Type Bound

test_support

Arguments

Type IntentOptional Attributes Name
class(test_support), intent(inout) :: this
character(len=*), intent(in) :: var_name
real, intent(in) :: local_var(:,:,:)

Calls

proc~~write_variable~~CallsGraph proc~write_variable test_support%write_variable mpi_barrier mpi_barrier proc~write_variable->mpi_barrier mpi_comm_rank mpi_comm_rank proc~write_variable->mpi_comm_rank mpi_comm_size mpi_comm_size proc~write_variable->mpi_comm_size mpi_gatherv mpi_gatherv proc~write_variable->mpi_gatherv nf90_inq_varid nf90_inq_varid proc~write_variable->nf90_inq_varid nf90_put_var nf90_put_var proc~write_variable->nf90_put_var

Called by

proc~~write_variable~~CalledByGraph proc~write_variable test_support%write_variable proc~write_file~2 test_support%write_file proc~write_file~2->proc~write_variable program~checkpoint_tester checkpoint_tester program~checkpoint_tester->proc~write_file~2