Skip to main content Link Search Menu Expand Document (external link)

This guide will provide a step-by-step guide to downloading, building, and running ABLATE. This guide assumes that you are building and running ABLATE on your local machine. Additional directions are available for specific computing environments.

  1. Installing Dependencies Regardless of how you run ABLATE the first step is installing ABLATE dependencies.
  2. Forking ABLATE If you plan on making any contributions to ABLATE you must first Fork ABLATE. This creates a version of ABLATE that you can modify, commit, and test. When complete, you can create a Pull Request to bring your changes back to the main branch.
  3. Building ABLATE Inorder to run ABLATE using a text input file or make contributions you will need to download and build ablate.
  4. Running ABLATE with an Input File ABLATE includes a yaml parser for setting up and configuring simulations. Step-by-Step instructions will walk you through running the sample cases.

Goals

  1. Compile and run the ABLATE examples
  2. Modify an example problem to do something new.