Conversation
TobiKattmann
left a comment
There was a problem hiding this comment.
Thanks @Nicola-Fonzi 💐
As my review was too late, it would have been totally fine to just do a local commit and share (and reference it) with the next PR 👍
Just one more question: Can the features that should be run only in serial mode, be run in parallel by accident without throwing some error like The combination ... only allows for serial execution of the code.. If not I would appreciate those kinds of checks that prevent use out of spec.
|
I definitely closed #1357 too fast, so no problem. I tried to implement all your suggestions. Regarding the possibility of running by error in parallel the structural solver, this is not possible. That part of the code is meant to solve a small system of structural equations, so it is only implemented in serial mode. |
Proposed Changes
Just small changes suggested by @TobiKattmann (Thank you) in #1357
PR Checklist