Code Monkey home page Code Monkey logo

language-lift's Introduction

The Lift language

Setup

  1. Install git, git-lfs, dot and the latest Java SDK
  2. Clone the "lift" repository to a directory of you choice
  3. Install the ArithExpr dependency by running ./updateSubmodules.sh
  4. Download & Install IDEA IntelliJ (http://www.jetbrains.com/idea/)
  5. Launch IntelliJ. On the Welcome Screen select "Configure" and install the "Scala" Plugin form the Plugin Repository. After the installation restart IntelliJ.
  6. On the IntelliJ Welcome Screen select "Open Project" and select the "build.sbt" file in the "lift" folder you just checked out.

To be able to execute computations in OpenCL you need to build the Executor library. The script buildExecutor.sh builds the executor.

./buildExecutor.sh

Both scripts are also called by sbt when running sbt compile

Finally add the Executor build directory to the Java library path:

  • In IntelliJ select "Run -> Edit Configurations ..."

  • On the left side select "Defaults -> JUnit"

  • On the right side add to the "VM options": "-Djava.library.path=$LIFT_ROOT/lib/Executor/build/" (with the proper path from your system)

Alternatively, you can add the Executor build directory to your LD_LIBRARY_PATH. That will also make it possible to run tests and benchmarks from the command line using "sbt test" and scripts in the "scripts" folder, respectively.

Documentation

More Extensive Documentation on Building and Running Lift

ScalaDoc

language-lift's People

Contributors

adamharries avatar andretamm avatar b-hagedorn avatar cdubach avatar fedepiz avatar johanneslenfers avatar josephmarotte avatar kerl13 avatar martin-luecke avatar mfltv avatar mheine94 avatar michel-steuwer avatar murilogiacometti avatar naummo avatar piotrjander avatar potato1996 avatar rrnewton avatar stoltzstrop avatar t-lutz avatar tremmelg avatar vollmerm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.