![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Include dependency graph for tuning.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TuningFailed |
Functions | |
| double | benchmark_integration_step (System::System &system, int int_steps) |
| Benchmark the integration loop. | |
| double benchmark_integration_step | ( | System::System & | system, |
| int | int_steps | ||
| ) |
Benchmark the integration loop.
Call System::System::integrate() several times and measure the elapsed time without propagating the system. It therefore doesn't include e.g. Verlet list updates.
| system | The system to tune. |
| int_steps | Number of integration steps. |
Definition at line 73 of file tuning.cpp.
References check_statistics(), comm_cart, INTEG_REUSE_FORCES_CONDITIONALLY, INTEG_REUSE_FORCES_NEVER, run_full_force_calc(), stream, and this_node.
Referenced by TuningAlgorithm::get_mc_time(), and CoulombMMM1D::tune().