Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Clement Simon <pierreclement.simon@gmail.com>
  • Loading branch information
cticenhour and simopier authored Aug 28, 2024
1 parent 4505a66 commit 8473f78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/content/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8473f78

Please sign in to comment.