Advertisement
Guest User

Untitled

a guest
Jul 1st, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 1.92 KB | None | 0 0
  1. > test:runMain FooParChecks -fpppn 8 -fpnp 8
  2. [info] Compiling 2 Scala sources to /home/felix/git/FooPar/target/scala-2.11/test-classes...
  3. [warn] there were 3 deprecation warning(s); re-run with -deprecation for details
  4. [warn] there were 2 feature warning(s); re-run with -feature for details
  5. [warn] two warnings found
  6. [info] Running FooParChecks -fpppn 8 -fpnp 8
  7. Starting test suite "DistSeqSuite" with 8 processing elements
  8. + DistSeqSuite.prefix sum on ranks: OK, proved property.
  9. + DistSeqSuite.scan1D doesn't deadlock: OK, passed 1000 tests.
  10. + DistSeqSuite.align doesn't deadlock: OK, passed 1000 tests.
  11. + DistSeqSuite.sumD should be xs.sum: OK, passed 1000 tests.
  12. + DistSeqSuite.sumD should be sum: OK, passed 1000 tests.
  13. + DistSeqSuite.avgD behaves like xs.sum/xs.size.toDouble: OK, passed 1000 t
  14.   ests.
  15. + DistSeqSuite.dseq(n) should be xs(n): OK, passed 1000 tests.
  16. + DistSeqSuite.maxD should be max: OK, passed 1000 tests.
  17. + DistSeqSuite.dseq.map(_.toString).reduceD(_+_) should be xs.mkString: OK,
  18.    passed 1000 tests.
  19. + DistSeqSuite.minD should be min: OK, passed 1000 tests.
  20. + DistValSuite.align doesn't deadlock: OK, proved property.
  21. + DistValSuite.oneToAll broadcast from n should yield n for all PEs: OK, pa
  22.   ssed 1000 tests.
  23. + DistValSuite.sumD should be sum of ranks at root: OK, passed 1000 tests.
  24. + DistValSuite.productD should be product of ranks at root: OK, passed 1000
  25.    tests.
  26. + DistValSuite.reduceD with concat yields string of ranks (size-changing in
  27.   put): OK, passed 1000 tests.
  28. + DistValSuite.avgD should be same as sum/worldSize: OK, passed 1000 tests.
  29. + DistValSuite.scan1D should be same as scan: OK, passed 1000 tests.
  30. + DistGridSuite.align doesn't deadlock: OK, proved property.
  31. 0: shutting down system Some(akka://FooPar0)
  32.  
  33. Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "Thread-7"
  34. [success] Total time: 26 s, completed Jul 1, 2014 12:29:27 PM
  35. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement