LatticeQCD / AnalysisToolbox

A set of Python tools for statistically analyzing data. This includes aspects of lattice QCD applications related to QCD phenomenology.
MIT License
22 stars 3 forks source link

Default value of nproc in fitting.py #55

Closed SiggiUphues closed 4 months ago

SiggiUphues commented 4 months ago

I measured the time of the fitting class for different numbers of nproc. In my case nproc = 1 i.e. a normal for loop was the fastest and an other values makes the code slower.