write_file Subroutine

public subroutine write_file(this)

Type Bound

test_support

Arguments

Type IntentOptional Attributes Name
class(test_support), intent(inout) :: this

Calls

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

Called by

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