mus_finishIBM Subroutine

public subroutine mus_finishIBM(me, params, useTime)

This routine dumps the timings%timedat to disc

Arguments

Type IntentOptional Attributes Name
type(mus_IBM_globType), intent(inout) :: me

global IBM datatype incl. array of IBM datatypes

type(mus_param_type), intent(in) :: params

global parameters

logical, intent(in) :: useTime

use the timestamps when dumping the info?


Calls

proc~~mus_finishibm~~CallsGraph proc~mus_finishibm mus_finishIBM newunit newunit proc~mus_finishibm->newunit tem_getMaxTimerVal tem_getMaxTimerVal proc~mus_finishibm->tem_getMaxTimerVal tem_resetTimer tem_resetTimer proc~mus_finishibm->tem_resetTimer tem_time_sim_stamp tem_time_sim_stamp proc~mus_finishibm->tem_time_sim_stamp val val proc~mus_finishibm->val

Called by

proc~~mus_finishibm~~CalledByGraph proc~mus_finishibm mus_finishIBM proc~mus_finalize mus_finalize proc~mus_finalize->proc~mus_finishibm proc~mus_solve mus_solve proc~mus_solve->proc~mus_finishibm program~musubi musubi program~musubi->proc~mus_finalize program~musubi->proc~mus_solve