-
Notifications
You must be signed in to change notification settings - Fork 51
core option in actor #253
Comments
It was easier to copy singleRecovery, rather than import it, because of differences in the input. I wanted to have control over how things were being implemented. However, then we run into issues such as these, when they become out of sync. For now I will try to quickly add the multicore functionality to actor.py. Next week I can look into what changes are needed to import singleRecovery instead. |
Hi @areinsvo, do you think we are close to using this option from the recovery tool? |
@prozober I'll probably be ready to test the multicore functionality tomorrow. |
@areinsvo making a GH so that we keep track of this.
looks like the "cores" option is not wired in actor.
can you please remind me why you copied the singleRecovery function from recoveror.py instead of importing it ?
please take a look there and try to import it, the core (NOTE core vs coreS) option is added already so that resubmit.py works
FYI @prozober
The text was updated successfully, but these errors were encountered: