Skip to content

Commit

Permalink
Update problem size for jac 1d
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Reddy <udayreddy@gmail.com>
  • Loading branch information
bondhugula committed May 25, 2011
1 parent f5579d6 commit 114e419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jacobi-1d-imper/decls.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define N 500000
#define N 2000000
#define T 1000
double a[N];
double b[N];
2 changes: 1 addition & 1 deletion examples/jacobi-1d-imper/tile.sizes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1024
250
1024

0 comments on commit 114e419

Please sign in to comment.