boutproject / VECMA-hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 91.5%Language:C++ 7.4%Language:CMake 0.9%Language:Makefile 0.2%