Tim Brooks

Results 5 comments of Tim Brooks

For the record, I'm able to reproduce this on my machine. with 2 procs OS==OSX python==3.9.15 openmdao=3.27.1-dev mpi4py==3.1.1 numpy=1.25.1 scipy==1.9.3 petsc4py==3.18.1 openmpi==4.1.4

If I add a second parallel constraint for the second component as shown below, the problem works fine and the hanging goes away: ``` prob.model.add_constraint('parallel_group.dummy_comp2.y2', lower=2.0, parallel_deriv_color='deriv_color2') ``` I think...

I may have missed it in the PR @naylor-b , but was there a test added to catch the parallel derivative bug in the future?

What's the status of this PR @eytanadler? I made my own implementation of fwd mode (PR #254), but looking at this PR in further detail you appear to have already...

> > What's the status of this PR @eytanadler? I made my own implementation of fwd mode (PR #254), but looking at this PR in further detail you appear to...