<div dir="ltr">I am solving a non-linear problem. Basically I do the following:<div><br></div><div>... Allocate A, x, b, ksp ...<br><div><br></div><div>for_loop</div><div>    ... call myFunction ...</div><div><br></div><div>where,</div><div><br></div><div>myFunction:</div><div>    ...</div><div>    startTime</div><div>    KSPSolve</div><div>    stopTime</div></div><div>    ....</div><div><br></div><div>I record time for KSPSolve. It takes more each time until it becomes impossible to wait. I put the code on a cluster with (14 x 1) processors. Any idea?</div></div>