Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
borderStylesolid
 cnc-scala
  |- license.txt
  |- readme.txt
  |- release-notes.txt
  |- bin
habanero-scala-0.1.2
├── bin
│   ├── hscala
│   └── hscalac
├── examples
│   └── primers
│       ├── actors
│       │   ├── Chameneos.scala
│       │   └── Pi.scala
│       ├── asyncs
│       │   ├── AsyncFinishPrimer.scala
│       │   ├── ForallApp.scala
│       │   ├── ForallChunkedApp.scala
│       │   |- cnc_scala_compile
├── ForallIterableApp.scala
│       │   |- cnc_scala_run
├── ForeachApp.scala
│       │   |- cnc_scala_translate
  |- lib:
├── ForeachChunkedApp.scala
│       │   ├── ForeachIterableApp.scala
│       │   |- cnc-runtime-0.1.2.jar
└── InterleavedAsync.scala
│       ├── futures
│       │   ├── DdfApp.scala
│       │   ├── FibDdfApp.scala
│       │   |- jsr166y-1.7.0.jar
  |- examples:
└── FibFutureApp.scala
│       ├── helloworld
│       │   ├── HelloWorldApp.scala
│       ├── isolated
│       │   └── CounterApp.scala
│       ├── phasers
│       │   ├── ForallPhasedApp.scala
│       │   |- Cholesky/*
├── IterativeAveragingAccumulatorApp.scala
│       │   |- FindPrimes/*
├── IterativeAveragingPhaserApp.scala
│       │   |- LUDecomposition/*
├── SimplePhaserApp.scala
│       │    |- NQueens/*
└── SumReduceApp.scala
│       └── places
│        |- PartitionString/*
    └── PlacePrimer.scala
└── lib
    ├── |- SORhabanero-scala-0.1.2.jar
    ├── jsr166y.jar
    └── native/*

Set the HSCALA_HOME environment variable to point to the habanero-scala directory.
Add ${HSCALA_HOME}/bin to your path.

...