Skip to content

Commit

Permalink
disable flattening for the gcc-8 EB test
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Mar 27, 2024
1 parent 90f00cf commit 3f56ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ jobs:
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DAMReX_FLATTEN_FOR=OFF \
-DAMReX_ASSERTIONS=ON \
-DAMReX_TESTING=ON \
-DAMReX_BOUND_CHECK=ON \
Expand Down
2 changes: 1 addition & 1 deletion Docs/sphinx_documentation/source/BuildingAMReX.rst
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ The list of available options is reported in the :ref:`table <tab:cmakevar>` bel
| AMReX_PROBINIT | Enable support for probin file | Platform dependent | YES, NO |
+------------------------------+-------------------------------------------------+-------------------------+-----------------------+
| AMReX_FLATTEN_FOR | Enable flattening of ParallelFor and similar | YES unless for Debug | YES, NO |
| | functions | build | |
| | functions for host code | build | |
+------------------------------+-------------------------------------------------+-------------------------+-----------------------+
.. raw:: latex

Expand Down

0 comments on commit 3f56ab3

Please sign in to comment.