Timer
Currently, we have two Timer implementations:
- basics/Timer
- basics/utilities/UbTimer
The problem with UbTimer
is, that it uses MPI_Wtime when VF_MPI
is defined. However, this creates a dependency to MPI, even when mpi timing is not necessary.
We need to reduce the two implementations into one and consider whether we remove the MPI_Wtime
usage.