Skip to content

Running an application for beginnners? #188

Answered by jjfumero
mmaywald05 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mmaywald05 ,
thank you for the report. To run standalone applications, we recommend to set up a maven project. You can compile with the mvn command as usual, and then run your application with the tornado command. Note that tornado is just an alias for your $JAVA_HOME + all flags to enable TornadoVM (Java modules, and paths to the native libraries for OpenCL, PTX and Level Zero).

We recommend starting with one of our templates, for example, this one:
https://github.com/jjfumero/tornadovm-examples

Let's know if this helps.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mmaywald05
Comment options

Answer selected by mmaywald05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed question Further information is requested
2 participants