public double readTimerGlobal(int n)
 {
     Intracommunicator comm_setup = Mpi.localComm(this);
     double tmax = comm_setup.Allreduce<double>(this.readTimer(n), Operation<double>.Max);
     return tmax;
 }