Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 570 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 570 Bytes

VECMA-hackathon

This repo contains examples for working with uncertainty quantification using the VECMA toolkit.

Cloning

Git submodules are used to bring in external dependencies. Please clone with either

git clone --recursive [email protected]:boutproject/VECMA-hackathon.git

or run

git submodules --init --recursive

following the initial clone to ensure these submodules are available.

Note these submodules use the git protocol so do not allow anonymous access.

Building

To build exectute

cmake . -B build && cmake --build build