Skip to content

Commit 45ef7c1

Browse files
committed
Merge branch 'develop' into dependabot/github_actions/actions/checkout-6
2 parents 4ec4f5c + 76c7ce3 commit 45ef7c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ To get started immediately, we include ready to use example [input files](test/i
6262

6363
FANS requires the following dependencies:
6464

65-
| Dependency | Purpose | |
66-
|------------|---------|------------------|
65+
| Dependency | Purpose | |
66+
| ------------ | --------- | ------------------ |
6767
| **C++ Compiler** | (GCC, Clang, etc.) | C++17 or newer |
6868
| **CMake** | Build system | ≥ 3.21 |
6969
| **MPI** | Parallel computing | (OpenMPI, MPICH, Intel MPI) |
@@ -186,7 +186,7 @@ cd ../test
186186
**Build options:**
187187

188188
| CMake Option | Description | Default |
189-
|--------------|-------------|---------|
189+
| -------------- | ------------- | --------- |
190190
| `CMAKE_BUILD_TYPE` | Build type: `Debug`, `Release`, `RelWithDebInfo` | `NONE` |
191191
| `CMAKE_INTERPROCEDURAL_OPTIMIZATION` | Enable link-time optimization (LTO) | `ON` (if supported) |
192192
| `FANS_BUILD_STATIC` | Build static library | `OFF` |

0 commit comments

Comments
 (0)