mtimer_write Subroutine

private impure subroutine mtimer_write(this, file_name)

Writes the MPI time to a file.

Type Bound

timer

Arguments

Type IntentOptional Attributes Name
class(timer), intent(in) :: this
character(len=*), intent(in) :: file_name

Calls

proc~~mtimer_write~~CallsGraph proc~mtimer_write timer%mtimer_write proc~write_to_file write_to_file proc~mtimer_write->proc~write_to_file

Called by

proc~~mtimer_write~~CalledByGraph proc~mtimer_write timer%mtimer_write program~test11 test11 program~test11->proc~mtimer_write program~test12 test12 program~test12->proc~mtimer_write program~test23 test23 program~test23->proc~mtimer_write program~test24 test24 program~test24->proc~mtimer_write