Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 211 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 211 Bytes

Baobzi template example

To build/run

module load gcc

# Run this the first time you clone this repo
git submodule update --init --recursive

mkdir -p build
cd build
cmake ..
make
./baobzi_example