소스 검색

mpi/examples/scatter_gather/mpi_scatter_gather.c: remove useless synchronisation

Nathalie Furmento 14 년 전
부모
커밋
edb584d05e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      mpi/examples/scatter_gather/mpi_scatter_gather.c

+ 0 - 1
mpi/examples/scatter_gather/mpi_scatter_gather.c

@@ -223,7 +223,6 @@ int main(int argc, char **argv)
 						   STARPU_VALUE, &rank, sizeof(rank),
 						   STARPU_RW, data_handles[x],
 						   0);
-				starpu_task_wait_for_all();
 			}
 		}
 	}