Skip to content
Snippets Groups Projects
Commit 837fce43 authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

update README with KNL build instructions

parent eac5253a
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,13 @@ cd build_knl
```bash
# clone the repo and set up the submodules
git clone TODO
git clone https://github.com/bcumming/cell_algorithms.git
cd cell_algorithms
# checkout the knl branch
git checkout knl
# setup submodules
git submodule init
git submodule update
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment