Skip to content
Snippets Groups Projects
Commit 6e75aea0 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added readme

parent 9140210d
Branches one_dim_t
No related tags found
No related merge requests found
# Palathark: a futhark implemetation of the lattice Boltzmann method
Palathark is a pun on the [Palabos library](https://www.palabos.org).
## Prerequisites
- The nightly futhark compiler.
- A `c` compiler.
- `make`
- Optional: The SDL2 library for visualization.
- Optional: OpenCL or CUDA.
## How to run the code
- `cd src`
- `make`
- `./lbm 500 500 0.8 10` for exmaple.
For `SDL2` visualization change the `makefile` and put the `SDL` to `true`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment