Feb-04-2025, 05:59 PM
Hi there,
I'm relatively new to python and I'm trying to perform a 'trivially' parallel computation.
I have some big array of data and I need to perform many computations
using a large set of different parameters. In principle, it seems trivial since each computations is
independent of the outcome of the others... but I do not get the
speed up I was expecting. Indeed, it seems that I'm not getting any speed up.
Any suggestion about what should I use or test?
Thank you.
I'm relatively new to python and I'm trying to perform a 'trivially' parallel computation.
I have some big array of data and I need to perform many computations
using a large set of different parameters. In principle, it seems trivial since each computations is
independent of the outcome of the others... but I do not get the
speed up I was expecting. Indeed, it seems that I'm not getting any speed up.
Any suggestion about what should I use or test?
Thank you.