CFD-GO / TCLB

TCLB - Templated MPI+CUDA/CPU Lattice Boltzmann code
https://tclb.io
GNU General Public License v3.0
178 stars 70 forks source link

Switching to `steady_clock` for walltime #436

Closed llaniewski closed 1 year ago

llaniewski commented 1 year ago

This PR switches the std::chrono::steady_clock::now() for walltime measurement in output and in log csv files. The previous use of ::clock() was really CPU time, and was giving misleading results.

llaniewski commented 1 year ago

This PR makes C++11 default.

Closes #405