Local variable cleanup
Yet another batch of cleanups.
Merge request reports
Activity
1093 1091 break; 1094 1092 case task_type_recv: 1095 1093 #ifdef WITH_MPI 1096 if ((err = MPI_Irecv(t->ci->parts, t->ci->count, s->part_mpi_type, 1097 t->ci->nodeID, t->flags, MPI_COMM_WORLD, 1098 &t->req)) != MPI_SUCCESS) { 1094 err = MPI_Irecv(t->ci->parts, t->ci->count, s->part_mpi_type, 1095 t->ci->nodeID, t->flags, MPI_COMM_WORLD, &t->req); 1096 if (err != MPI_SUCCESS) { Added 1 commit:
- 1fce2ba4 - use mpi_error macro.
mentioned in commit f6f7239b
Please register or sign in to reply