etmc / tmLQCD

tmLQCD is a freely available software suite providing a set of tools to be used in lattice QCD simulations. This is mainly a HMC implementation (including PHMC and RHMC) for Wilson, Wilson Clover and Wilson twisted mass fermions and inverter for different versions of the Dirac operator. The code is fully parallelised and ships with optimisations for various modern architectures, such as commodity PC clusters and the Blue Gene family.
http://www.itkp.uni-bonn.de/~urbach/software.html
GNU General Public License v3.0
32 stars 47 forks source link

in the hmc_mk2 profiler, optionally include all timings #613

Closed kostrzewa closed 2 months ago

kostrzewa commented 2 months ago

Through a third command line argument, in the per-monomial tables and plots rather than grouping timings below 5% in the 'other' category, all timings can now be shown.

kostrzewa commented 2 months ago

image

kostrzewa commented 2 months ago
Rscript make_profile.R logfile output_base 1

will be produce a profile with all timings included.

Marcogarofalo commented 2 months ago

could we set also the digits to 3 in the tables? there should be enough space and will be useful when looking at small things.

kostrzewa commented 2 months ago

could we set also the digits to 3 in the tables? there should be enough space and will be useful when looking at small things.

Done.

image

Marcogarofalo commented 2 months ago

Thank you!