diff src/Application/main.c @ 1:103a5f3b74cf

Works on small matrices -- too many threads, dies on large matrices
author Me
date Tue, 26 Oct 2010 19:37:08 -0700
parents 3b0e43240104
children
line diff
     1.1 --- a/src/Application/main.c	Fri Sep 17 11:28:28 2010 -0700
     1.2 +++ b/src/Application/main.c	Tue Oct 26 19:37:08 2010 -0700
     1.3 @@ -27,7 +27,7 @@
     1.4  
     1.5     printf("\nresult matrix: \n");
     1.6  
     1.7 -//   printMatrix( resultMatrix );
     1.8 +   printMatrix( resultMatrix );
     1.9     
    1.10  //   VPThread__print_stats();
    1.11