Home
last modified time | relevance | path

Searched refs:checkedin (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/leastsquares/tutorials/
H A Dchwirut2.c115 PetscInt finishedtasks, next_task, checkedin; in EvaluateFunction() local
121 checkedin = 0; in EvaluateFunction()
123 while (finishedtasks < NOBSERVATIONS || checkedin < user->size - 1) { in EvaluateFunction()
126 checkedin++; in EvaluateFunction()
642 PetscInt checkedin; in StopWorkers() local
647 checkedin = 0; in StopWorkers()
648 while (checkedin < user->size - 1) { in StopWorkers()
650 checkedin++; in StopWorkers()
H A Dchwirut2f.F90292 integer checkedin local
303 checkedin = 0
304 do while (checkedin < size - 1)
306 checkedin = checkedin + 1
337 PetscInt i, checkedin
367 checkedin = 0
369 do while (finished_tasks < m .or. checkedin < size - 1)
379 checkedin = checkedin + 1