File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ To get started immediately, we include ready to use example [input files](test/i
6262
6363FANS 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 ` |
You can’t perform that action at this time.
0 commit comments