diff --git a/docs/.buildinfo b/docs/.buildinfo index 2598f27..5ea2a12 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 711f83b3aa3bbab10fa381c061ae4e28 +config: 556eb8091613b199f169c4c376f2cb96 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/cgyro.html b/docs/cgyro.html index 91b34e8..d039073 100644 --- a/docs/cgyro.html +++ b/docs/cgyro.html @@ -7,7 +7,7 @@
Definition
-Control the precision of the Sugama cmat constants.
+Control the precision of the cmat constants.
Choices
COLLISION_PRECISION_MODE = 0: Full 64-bit precision
COLLISION_PRECISION_MODE = 1: Use lower-precision 32-bit precision for off-diagonal element.
COLLISION_PRECISION_MODE = 0: Full 64-bit precision.
COLLISION_PRECISION_MODE = 1: Heuristics-based lower-precision setup, slightly better than 32-bit precision.
COLLISION_PRECISION_MODE = 32: Reduced 32-bit precision.
COLLISION_PRECISION_MODE = 64: Full 64-bit precision. (Same as 0)
Comments
DEFAULT = 0
Only active for COLLISION_MODEL =4
Selecting COLLISION_PRECISION_MODE = 1 results in significant memory saving and negligible precision loss in most use-cases.
Definition
-Number of full 64-bit stripes to use close to the diagonal in low-precision mode.
-Comments
-DEFAULT = 8
Only active for COLLISION_MODEL =4 and COLLISION_PRECISION_MODE =1
Selecting COLLISION_PRECISION_MODE 1 and 32 results in significant memory saving and negligible precision loss in most use-cases.
Together with KY, this controls the toroidal resolution.
Together with TOROIDALS_PER_PROC, this controls the number of MPI processes needed.
Definition
+Number of toroidal harmonics to process in a single MPI process.
+Comments
+DEFAULT: 1
Must be a divisor of N_TOROIDAL.
A higher number typically results in faster simulation on low node count.
Definition
diff --git a/docs/cgyro/cgyro_table.html b/docs/cgyro/cgyro_table.html index 96d0694..774f079 100644 --- a/docs/cgyro/cgyro_table.html +++ b/docs/cgyro/cgyro_table.html @@ -110,6 +110,7 @@- | What internal velocity order to use |
-1 |
-
-
+ | ||
Use reduced precision communication |
0 |
- | Enable GPU offload |
-1 |
-
input.cgyro parameter |
+Short description |
+Default |
+
---|---|---|
+ | How many toroidal harmonics per MPI process |
+1 |
+
+ | Relative ordering of MPI ranks |
+2 |
+
+ | What internal velocity order to use |
+1 |
+
+ | Enable GPU offload when possible |
+1 |
+