starttimer Subroutine

public subroutine starttimer()

Arguments

None

Calls

proc~~starttimer~~CallsGraph proc~starttimer starttimer mpi_wtime mpi_wtime proc~starttimer->mpi_wtime

Called by

proc~~starttimer~~CalledByGraph proc~starttimer starttimer program~dalesurban DALESURBAN program~dalesurban->proc~starttimer

Source Code

  subroutine starttimer

    if(myid==0)then
      CPU_program0 = MPI_Wtime()
    end if

  end subroutine starttimer