From 8473f788a5b306ea7124659d7fe25eda773e529d Mon Sep 17 00:00:00 2001 From: Casey Icenhour Date: Wed, 28 Aug 2024 12:15:59 -0600 Subject: [PATCH] Apply suggestion from code review Co-authored-by: Pierre-Clement Simon --- doc/content/getting_started/installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/content/getting_started/installation.md b/doc/content/getting_started/installation.md index 27243068..3bd01517 100644 --- a/doc/content/getting_started/installation.md +++ b/doc/content/getting_started/installation.md @@ -190,6 +190,13 @@ git submodule update --recursive contrib/DAGMC git submodule update contrib/moab ``` +!alert! tip title=Disabling Cardinal +Cardinal is an optional dependency of FENIX and can be disabled to speed up build times, if Cardinal +capabilities are not needed. This can be done by simply not downloading the Cardinal submodule +(i.e., not performing the `git submodule update cardinal` command as well as the following Cardinal +dependency update commands above.) +!alert-end! + Both sets of instructions assume that your copy of FENIX is stored in `~/projects` and that the [idaholab/FENIX](https://github.com/idaholab/FENIX) git remote is labeled `upstream`. Use `git remote -v` in the FENIX repository location to check for this and change the commands as necessary. Finally, FENIX can be re-compiled and re-tested.