Closed abarret closed 1 year ago
This fixes a bug found by @bindi-nagda. Some compilers will initialize the static variables before MPI is initialized, which throws an error. This delays the initialization of the timers until the class is created.
This fixes a bug found by @bindi-nagda. Some compilers will initialize the static variables before MPI is initialized, which throws an error. This delays the initialization of the timers until the class is created.