From e0086245394b3c75005ba6787fa41f919ebd5d32 Mon Sep 17 00:00:00 2001
From: Deepak Rangarajan <deepak.rangarajan@netl.doe.gov>
Date: Thu, 30 Jun 2022 16:06:47 -0400
Subject: [PATCH] add description for only_print_grid_report option

---
 docs/source/inputs/InputsLoadBalancing.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/source/inputs/InputsLoadBalancing.rst b/docs/source/inputs/InputsLoadBalancing.rst
index 0d34b3f..50d4ef0 100644
--- a/docs/source/inputs/InputsLoadBalancing.rst
+++ b/docs/source/inputs/InputsLoadBalancing.rst
@@ -84,3 +84,6 @@ The following inputs must be preceded by "mfix" and determine how we load balanc
 |                      | disjoined grids                                                       |             |              |
 +----------------------+-----------------------------------------------------------------------+-------------+--------------+
 
+To allow a user to verify the breakdown of fluid grids created before running a full simulation, an input option, 
+:cpp:`mfix.only_print_grid_report` is supported. By default, it is :cpp:`False`. When set to :cpp:`True`, the run uses 
+minimal memory to print the grid coverage report and exits immediately after that.
-- 
GitLab