Skip to content

Commit

Permalink
added updated the all python suite
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Feb 22, 2017
1 parent 895b617 commit 4ab4fe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions suites/all_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
('27 Point Stencil', 'point27', '--size=350*40'),
('Rosenbrock', 'rosenbrock', '--size=200000000*40'),
('Heat Equation', 'heat_equation', '--size=10000*10000*40'),
('Shallow Water', 'shallow_water', '--size=8000*8000*40'),
('Shallow Water', 'shallow_water', '--size=5000*5000*40'),
('N-Body', 'nbody', '--size=5000*40'),
('Wire World', 'wireworld', '--size=1000*100'),
('Rosenbrock', 'rosenbrock', '--size=500000000*40'),
]

stack_openmp = [
Expand Down

0 comments on commit 4ab4fe7

Please sign in to comment.