create_file Subroutine

public subroutine create_file(this)

Type Bound

test_support

Arguments

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

Calls

proc~~create_file~~CallsGraph proc~create_file test_support%create_file mpi_barrier mpi_barrier proc~create_file->mpi_barrier mpi_comm_rank mpi_comm_rank proc~create_file->mpi_comm_rank mpi_info_create mpi_info_create proc~create_file->mpi_info_create mpi_info_set mpi_info_set proc~create_file->mpi_info_set nf90_create nf90_create proc~create_file->nf90_create nf90_def_dim nf90_def_dim proc~create_file->nf90_def_dim nf90_def_var nf90_def_var proc~create_file->nf90_def_var nf90_def_var_fill nf90_def_var_fill proc~create_file->nf90_def_var_fill nf90_enddef nf90_enddef proc~create_file->nf90_enddef

Called by

proc~~create_file~~CalledByGraph proc~create_file test_support%create_file program~checkpoint_tester checkpoint_tester program~checkpoint_tester->proc~create_file