[commit: testsuite] master: dph: add nbody test (dfeb0b1)
Ben Lippmeier
benl at ouroborus.net
Mon Dec 12 08:06:50 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/dfeb0b1ecbfe1ecf8af02b9437c3959f1dbcc4d6
>---------------------------------------------------------------
commit dfeb0b1ecbfe1ecf8af02b9437c3959f1dbcc4d6
Author: Ben Lippmeier <benl at ouroborus.net>
Date: Mon Dec 12 17:14:56 2011 +1100
dph: add nbody test
tests/dph/nbody/Body.hs | 85 +++++++++++
tests/dph/nbody/Config.hs | 50 +++++++
tests/dph/nbody/Dump.hs | 46 ++++++
tests/dph/nbody/Generate.hs | 98 ++++++++++++
tests/dph/nbody/Main.hs | 103 +++++++++++++
.../should_compile => dph/nbody}/Makefile | 0
tests/dph/nbody/Randomish.hs | 82 ++++++++++
tests/dph/nbody/Solver.hs | 156 ++++++++++++++++++++
tests/dph/nbody/Types.hs | 52 +++++++
tests/dph/nbody/Util.hs | 18 +++
tests/dph/nbody/World.hs | 47 ++++++
tests/dph/nbody/dph-nbody-vseg-fast.stdout | 100 +++++++++++++
tests/dph/nbody/dph-nbody-vseg-opt.stdout | 100 +++++++++++++
tests/dph/nbody/dph-nbody.T | 40 +++++
14 files changed, 977 insertions(+), 0 deletions(-)
Diff suppressed because of size. To see it, use:
git show dfeb0b1ecbfe1ecf8af02b9437c3959f1dbcc4d6
More information about the Cvs-ghc
mailing list