Skip to content

Commit

Permalink
Update AMReX (Exawind#925)
Browse files Browse the repository at this point in the history
* Update AMReX submodule.

* Update fcompare name.
  • Loading branch information
jrood-nrel authored Oct 20, 2023
1 parent 49cc3f2 commit d76cace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/amr-wind-utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ macro(init_amrex)
include(AMReX_SetupCUDA)
endif()
add_subdirectory(${AMREX_SUBMOD_LOCATION})
set(FCOMPARE_EXE ${CMAKE_BINARY_DIR}/submods/amrex/Tools/Plotfile/fcompare
set(FCOMPARE_EXE ${CMAKE_BINARY_DIR}/submods/amrex/Tools/Plotfile/amrex_fcompare
CACHE INTERNAL "Path to fcompare executable for regression tests")
else()
set(CMAKE_PREFIX_PATH ${AMREX_DIR} ${CMAKE_PREFIX_PATH})
Expand Down Expand Up @@ -66,7 +66,7 @@ macro(init_amrex)
find_package(AMReX CONFIG REQUIRED
COMPONENTS ${AMREX_COMPONENTS})
message(STATUS "Found AMReX = ${AMReX_DIR}")
set(FCOMPARE_EXE ${AMReX_DIR}/../../../bin/fcompare
set(FCOMPARE_EXE ${AMReX_DIR}/../../../bin/amrex_fcompare
CACHE INTERNAL "Path to fcompare executable for regression tests")
endif()
endmacro(init_amrex)
Expand Down
2 changes: 1 addition & 1 deletion submods/amrex
Submodule amrex updated 51 files
+1 −0 .codespell-ignore-words
+127 −0 .github/workflows/bittree.yml
+1 −1 .github/workflows/cleanup-cache.yml
+1 −0 .github/workflows/intel.yml
+60 −59 .github/workflows/windows.yml
+16 −1 Docs/sphinx_documentation/source/Basics.rst
+13 −0 Docs/sphinx_documentation/source/Python_Chapter.rst
+1 −0 Docs/sphinx_documentation/source/index.rst
+1 −1 Src/Amr/AMReX_Amr.cpp
+1 −1 Src/Amr/AMReX_StateDescriptor.cpp
+1 −1 Src/AmrCore/AMReX_AmrMesh.H
+4 −0 Src/Base/AMReX.cpp
+6 −5 Src/Base/AMReX_BCUtil.H
+2 −2 Src/Base/AMReX_BCUtil.cpp
+4 −4 Src/Base/AMReX_BC_TYPES.H
+1 −1 Src/Base/AMReX_CoordSys.H
+1 −1 Src/Base/AMReX_FACopyDescriptor.H
+3 −3 Src/Base/AMReX_FArrayBox.H
+1 −1 Src/Base/AMReX_FILCC_1D.F90
+1 −1 Src/Base/AMReX_FILCC_2D.F90
+1 −1 Src/Base/AMReX_FILCC_3D.F90
+6 −6 Src/Base/AMReX_FilCC_C.cpp
+1 −1 Src/Base/AMReX_IArrayBox.H
+1 −1 Src/Base/AMReX_NonLocalBC.H
+2 −2 Src/Base/AMReX_RealVect.H
+1 −1 Src/Base/AMReX_VisMF.cpp
+4 −0 Src/Base/AMReX_VisMFBuffer.H
+2 −0 Src/Base/AMReX_bc_types.fi
+1 −0 Src/Base/AMReX_bc_types_mod.F90
+6 −6 Src/Base/AMReX_filcc_mod.F90
+2 −2 Src/EB/AMReX_EB_StateRedistribute.cpp
+33 −34 Src/Extern/Bittree/AMReX_Bittree.H
+65 −54 Src/Extern/Bittree/AMReX_Bittree.cpp
+1 −1 Src/Extern/HYPRE/AMReX_HypreNodeLap.cpp
+1 −1 Src/Extern/HYPRE/AMReX_HypreSolver.H
+1 −14 Src/LinearSolvers/MLMG/AMReX_MLEBNodeFDLaplacian.cpp
+6 −0 Src/LinearSolvers/MLMG/AMReX_MLNodeABecLaplacian.H
+14 −0 Src/LinearSolvers/MLMG/AMReX_MLNodeABecLaplacian.cpp
+1 −1 Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian_sten.cpp
+3 −1 Src/LinearSolvers/MLMG/AMReX_MLNodeLinOp.H
+1 −1 Tests/FortranInterface/Advection_F/Source/fillpatch_mod.F90
+1 −1 Tests/GPU/CNS/Source/CNS_bcfill.cpp
+1 −1 Tests/HDF5Benchmark/sz.config
+23 −8 Tools/CMake/AMReXBuildInfo.cmake
+1 −1 Tools/CMake/AMReXClangTidy.cmake
+21 −10 Tools/CMake/AMReXInstallHelpers.cmake
+6 −2 Tools/CMake/AMReXTypecheck.cmake
+0 −244 Tools/CMake/FindFilesystem.cmake
+1 −1 Tools/C_scripts/mkdep
+0 −8 Tools/Plotfile/CMakeLists.txt
+1 −2 Tools/Plotfile/fgradient.cpp

0 comments on commit d76cace

Please sign in to comment.