Przeglądaj źródła

Fix missing starpu_shutdown

Samuel Thibault 4 lat temu
rodzic
commit
5fea7341a9
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      examples/spmv/dw_block_spmv.c

+ 2 - 0
examples/spmv/dw_block_spmv.c

@@ -338,5 +338,7 @@ int main(int argc, char *argv[])
 	FPRINTF(stderr, "Flop %e\n", totalflop);
 	FPRINTF(stderr, "GFlops : %2.2f\n", totalflop/timing/1000);
 
+	starpu_shutdown();
+
 	return 0;
 }