Guest User

Untitled

a guest
Aug 28th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. bin/delite CommunityDetectionCompiler --walk-only --jar
  2. == executing application: CommunityDetectionCompiler.deg
  3. Delite Runtime executing with the following arguments:
  4. CommunityDetectionCompiler.deg
  5. Delite Runtime executing with: 1 Scala thread(s), 0 Cpp thread(s), 0 Cuda(s), 0 OpenCL(s)
  6. /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4220.scala:1154: error: type mismatch;
  7. found : Double
  8. required: Int
  9. val x4295_zero: Int = x173
  10. ^
  11. /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4552.scala:20: error: type mismatch;
  12. found : Double
  13. required: Int
  14. __act.x4552_zero = x173
  15. ^
  16. /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4552.scala:99: error: type mismatch;
  17. found : Double
  18. required: Int
  19. act.x4552_zero = x173
  20. ^
  21. three errors found
  22. /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4220.scala:1154: error: type mismatch;
  23. found : Double
  24. required: Int
  25. val x4295_zero: Int = x173
  26. ^
  27. /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4552.scala:20: error: type mismatch;
  28. found : Double
  29. required: Int
  30. __act.x4552_zero = x173
  31. ^
  32. /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4552.scala:99: error: type mismatch;
  33. found : Double
  34. required: Int
  35. act.x4552_zero = x173
  36. ^
  37. three errors found
  38. Exception in thread "main" java.lang.RuntimeException: Compilation failed
  39. at scala.sys.package$.error(package.scala:27)
  40. at ppl.delite.runtime.codegen.ScalaCompile$.compile(ScalaCompile.scala:64)
  41. at ppl.delite.runtime.codegen.ScalaCompile$$anonfun$compile$3.apply(ScalaCompile.scala:26)
  42. at ppl.delite.runtime.codegen.ScalaCompile$$anonfun$compile$3.apply(ScalaCompile.scala:23)
  43. at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
  44. at scala.collection.immutable.List.foreach(List.scala:318)
  45. at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
  46. at ppl.delite.runtime.codegen.ScalaCompile$.compile(ScalaCompile.scala:23)
  47. at ppl.delite.runtime.codegen.Compilers$.compileSchedule(Compilers.scala:74)
  48. at ppl.delite.runtime.Delite$.walkTime$1(Delite.scala:128)
  49. at ppl.delite.runtime.Delite$.walkAndRun(Delite.scala:157)
  50. at ppl.delite.runtime.Delite$.embeddedMain(Delite.scala:58)
  51. at ppl.delite.runtime.Delite$.main(Delite.scala:50)
  52. at ppl.delite.runtime.Delite.main(Delite.scala)
  53. error: Delite execution failed
Advertisement
Add Comment
Please, Sign In to add comment