Searched refs:DIE_TAG (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | chwirut2.c | 29 #define DIE_TAG 2000 macro 612 while (tag != DIE_TAG) { in TaskWorker() 617 } else if (tag != DIE_TAG) { in TaskWorker() 652 PetscCallMPI(MPI_Send(x, NPARAMETERS, MPIU_REAL, status.MPI_SOURCE, DIE_TAG, PETSC_COMM_WORLD)); in StopWorkers()
|
| H A D | chwirut2f.F90 | 260 do while (tag /= DIE_TAG) 269 else if (tag /= DIE_TAG) then 315 PetscCallMPI(MPI_Send(x, nn, MPIU_SCALAR, source, DIE_TAG, PETSC_COMM_WORLD, ierr))
|