You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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