Skip to content

Commit

Permalink
parallel hessian computation
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Mar 30, 2018
1 parent 7681d1b commit 975c86d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/ad.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,8 @@ void propagateAD(pVector<double>& m0, pMatrix<double>& cv0, System& sys,
// T.zeros();
break;
case 2:
drivers.t2s_t1s_driver(m0, J, H);
drivers.t2s_t1s_driver(m0, J, H, start, end);
paduprop_gather(H);
drivers.t1s_driver(m0, J);
break;
case 1:
Expand Down

0 comments on commit 975c86d

Please sign in to comment.