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.
- Installing Dependencies Regardless of how you run ABLATE the first step is installing ABLATE dependencies.
- 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.
- Building ABLATE Inorder to run ABLATE using a text input file or make contributions you will need to download and build ablate.
- 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
- Compile and run the ABLATE examples
- Modify an example problem to do something new.