Open donerancl opened 5 months ago
Thanks for the tag following our offline discussion. The one mercy in this is that at long RMG simulation times the expense of generating reactions loses out to the expense of running reactor simulations.
We will have to debug this further, though!
Bug Description
update_charge
fromrmgpy/molecule/molecule.py
does not recognize cutting labels when more than 1 processes are used for reaction generation withreact
fromrmgpy/rmg/react.py
. Whenprocnum = 1
, there is no error.For cases where procnum = 1,
_react_species_star
is mapped tospc_fam_tuples
with python. For cases where procnum > 1,_react_species_star
is mapped tospc_fam_tuples
usingPool
How To Reproduce
Expected Behavior
We should get the same result for each number of processors
Instead we get
Installation Information
Describe your installation method and system information.
Additional Context
Add any other context about the problem here.