Skip to content

paragraph-sim/paragraph-creator

Repository files navigation

paragraph-creator - Tools to create ParaGraphs

This repository contains examples of ParaGraphs - application models described directly in ParaGraph IR. In spirit, they are similar to SST motifs.

Currently available following models:

  1. AllReduce
  2. Stencil (Halo-3D)

How to install

The C++ projects use Bazel for building binaries. To install Bazel, follow the directions at here. You need bazel-3.7.2. Use the following command to build and test the project `` bazel test -c opt ...