From 8baec6264e664d876636381890d05082b4b58d27 Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Mon, 6 Jan 2025 16:51:31 -0700 Subject: [PATCH] update docs --- doc/sphinx/src/building.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sphinx/src/building.rst b/doc/sphinx/src/building.rst index b3a42bd4caec..dad3d5f86806 100644 --- a/doc/sphinx/src/building.rst +++ b/doc/sphinx/src/building.rst @@ -21,6 +21,7 @@ General list of cmake options: || PARTHENON\_ENABLE\_ASCENT || OFF || Option || Enable Ascent for in situ visualization and analysis | || PARTHENON\_DISABLE\_MPI || OFF || Option || MPI is enabled by default if found, set this to True to disable MPI | || PARTHENON\_ENABLE\_HOST\_COMM\_BUFFERS || OFF || Option || MPI communication buffers are by default allocated on the execution device. This options forces allocation in memory accessible directly by the host. | +|| PARTHENON\_ENABLE\_SERIAL\_POOL || OFF || Option || The parthenon tasking infrastructure is multi-threaded by default. This option disables the multi-threading in the tasking, but not in individual tasks. | || PARTHENON\_DISABLE\_SPARSE || OFF || Option || Disable sparse allocation of sparse variables, i.e., sparse variable still work but are always allocated. See also :ref:`sparse doc `. | || ENABLE\_COMPILER\_WARNINGS || OFF || Option || Enable compiler warnings | || TEST\_ERROR\_CHECKING || OFF || Option || Enables the error checking unit test. This test will FAIL |