]> vgcfreebox.myrthtech.pt Git - ue-pp-squarematrixparallelisation.git/blobdiff - ParallelMatrixSearch.c
performance analysis on report
[ue-pp-squarematrixparallelisation.git] / ParallelMatrixSearch.c
index 91d03bed300ac89453f023452bbe3bc3301d8898..949f0733912add777175d2b1db7dd9beade5d337 100644 (file)
@@ -93,7 +93,7 @@ int main(void){
   
   printf("3rd --> Search matrix\n");
   clock_t t_t3; t_t3 = clock();
-  int threads_to_use = 200;
+  int threads_to_use = 800;
   run_parallel_search(threads_to_use);
   t_t3 = clock() - t_t3;
   double t3_ttaken = ((double)t_t3)/CLOCKS_PER_SEC;