Returns the elapsed time since an arbitrary origin. Note that different ranks return different WTIMEs.
Elasped time since arbitrary origin
function parallel_obj_Time() result(wtime) !> Returns the elapsed time since an arbitrary origin. Note that ! different ranks return different WTIMEs. implicit none real(wp) :: wtime !! Elasped time since arbitrary origin wtime = MPI_WTIME() return end function parallel_obj_time