In order to convolute jets we need to adjust the EKO side since we're limited by memory there (discussed in NNPDF/eko#138 and related issues/PRs)
I wonder, whether we're also limited by memory here, even with the new layout developed in #184. The actual size of the ekos is
$ du -ch 200-CMS_1JET_8TEV-CMS_1JET_8TEV-bin00*
[...]
554M total
An easy solution, if we're limited, would be just to add a bin_mask argument to Grid::evolve (and one to Grid::axis, since we need to provide the correct ekos in the first place). In practice this was faked to compute theory 200 via the deviation of splitting the bins before computing the eko and rejoining them after the FK table computation.
In order to convolute jets we need to adjust the EKO side since we're limited by memory there (discussed in NNPDF/eko#138 and related issues/PRs)
I wonder, whether we're also limited by memory here, even with the new layout developed in #184. The actual size of the ekos is
An easy solution, if we're limited, would be just to add a
bin_maskargument toGrid::evolve(and one toGrid::axis, since we need to provide the correct ekos in the first place). In practice this was faked to compute theory 200 via the deviation of splitting the bins before computing the eko and rejoining them after the FK table computation.