From 3f56ab3a448b5e9e1e906c632a2b85f5c3d5b093 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Wed, 27 Mar 2024 15:17:36 -0700 Subject: [PATCH] disable flattening for the gcc-8 EB test --- .github/workflows/gcc.yml | 1 + Docs/sphinx_documentation/source/BuildingAMReX.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 8c2e8403f5d..14a7330630c 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -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 \ diff --git a/Docs/sphinx_documentation/source/BuildingAMReX.rst b/Docs/sphinx_documentation/source/BuildingAMReX.rst index 63c7e21c972..8000e754459 100644 --- a/Docs/sphinx_documentation/source/BuildingAMReX.rst +++ b/Docs/sphinx_documentation/source/BuildingAMReX.rst @@ -533,7 +533,7 @@ The list of available options is reported in the :ref:`table ` 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