You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to fit data using the from bumps.fitters import fit function and tried the following to enable parallel processing. However, I am not sure if this is actually enabling the running on parallel cores as I do not see any improvement in time or any logging output that indicates the usage of parallel computing.
Here's the sample of code that enables usage of MPIMapper from here and here
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to fit data using the
from bumps.fitters import fit
function and tried the following to enable parallel processing. However, I am not sure if this is actually enabling the running on parallel cores as I do not see any improvement in time or any logging output that indicates the usage of parallel computing.Here's the sample of code that enables usage of
MPIMapper
from here and hereIs there something that I am not doing quite right? Any help is appreciated.
cc @pkienzle
Beta Was this translation helpful? Give feedback.
All reactions