Skip to content

Commit cf0b560

Browse files
committed
Mess about with headers
1 parent cd98c28 commit cf0b560

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

Docs/source/install/eleqtroneX.rst

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,32 +79,28 @@ Option 2: Build with CMake
7979

8080
ELEQTRONeX also supports building with CMake, which automatically downloads and builds dependencies.
8181

82-
Basic CPU build (NOACC backend)
83-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
82+
**Basic CPU build (NOACC backend):**
8483

8584
.. code-block:: bash
8685
8786
cmake -S . -B build
8887
cmake --build build -j 4
8988
90-
OpenMP build
91-
^^^^^^^^^^^^
89+
**OpenMP build:**
9290

9391
.. code-block:: bash
9492
9593
cmake -S . -B build -DELEQTRONeX_COMPUTE=OMP
9694
cmake --build build -j 4
9795
98-
CUDA build
99-
^^^^^^^^^^
96+
**CUDA build:**
10097

10198
.. code-block:: bash
10299
103100
cmake -S . -B build -DELEQTRONeX_COMPUTE=CUDA
104101
cmake --build build -j 4
105102
106-
Core CMake Configuration Options
107-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103+
**Core CMake Configuration Options:**
108104

109105
- ``-DELEQTRONeX_COMPUTE=NOACC/OMP/CUDA/HIP`` - Computing backend (default: NOACC)
110106
- ``-DELEQTRONeX_MPI=ON/OFF`` - Multi-node support (default: ON)
@@ -114,16 +110,14 @@ Core CMake Configuration Options
114110
- ``-DELEQTRONeX_BROYDEN_PARALLEL=ON/OFF`` - Broyden parallel support (default: ON)
115111
- ``-DELEQTRONeX_HYPRE=ON/OFF`` - HYPRE support (default: OFF)
116112

117-
Print Debug Options
118-
^^^^^^^^^^^^^^^^^^^
113+
**Print Debug Options:**
119114

120115
- ``-DELEQTRONeX_PRINT_HIGH=ON/OFF`` - High level debug printing (default: OFF)
121116
- ``-DELEQTRONeX_PRINT_MEDIUM=ON/OFF`` - Medium level debug printing (default: OFF)
122117
- ``-DELEQTRONeX_PRINT_LOW=ON/OFF`` - Low level debug printing (default: OFF)
123118
- ``-DELEQTRONeX_PRINT_NAME=ON/OFF`` - Function name debug printing (default: OFF)
124119

125-
AMReX Configuration Options
126-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
120+
**AMReX Configuration Options:**
127121

128122
Use external AMReX installation:
129123

@@ -153,8 +147,7 @@ Test with specific AMReX pull request:
153147
154148
cmake -S . -B build -DELEQTRONeX_amrex_pr=1234
155149
156-
Advanced Build Examples
157-
^^^^^^^^^^^^^^^^^^^^^^^
150+
**Advanced Build Examples:**
158151

159152
CPU build with embedded boundaries and transport:
160153

0 commit comments

Comments
 (0)