From 862e1953bb01baaefb55e2815e469350f3d70d16 Mon Sep 17 00:00:00 2001 From: chapman39 Date: Mon, 15 Dec 2025 10:28:31 -0800 Subject: [PATCH 1/2] rename serac to smith --- .gitlab/build_blueos.yml | 2 +- scripts/azure-pipelines/docs_ignore_regexs.txt | 4 ++-- scripts/spack/configs/macos_tahoe_aarch64/spack.yaml | 2 +- scripts/spack/packages/mfem/package.py | 2 +- src/tests/tribol_enzyme_element_mortar.cpp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/build_blueos.yml b/.gitlab/build_blueos.yml index b83d15d0..4907bf4c 100644 --- a/.gitlab/build_blueos.yml +++ b/.gitlab/build_blueos.yml @@ -25,7 +25,7 @@ # like we do in config-build - module load cmake/3.23.1 # Workaround for multiple before_scripts - see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2301 - # See also https://github.com/LLNL/serac/pull/417#discussion_r631194968 + # See also https://github.com/LLNL/smith/pull/417#discussion_r631194968 - if [[ $CUDA_BUILD == "ON" ]]; then module load cuda/11.8.0; fi #### diff --git a/scripts/azure-pipelines/docs_ignore_regexs.txt b/scripts/azure-pipelines/docs_ignore_regexs.txt index 42c4a32a..996565ab 100644 --- a/scripts/azure-pipelines/docs_ignore_regexs.txt +++ b/scripts/azure-pipelines/docs_ignore_regexs.txt @@ -3,5 +3,5 @@ Error: \/undefined in getenv Package newunicodechar Warning: Redefining Unicode character on input line # doxygen is having problems handling the inherited constructors -.*argument 'mesh' of command @param is not found in the argument list of serac::.*::FiniteElementVector\(typename FunctionSpace\) -.*argument 'name' of command @param is not found in the argument list of serac::.*::FiniteElementVector\(typename FunctionSpace\) \ No newline at end of file +.*argument 'mesh' of command @param is not found in the argument list of smith::.*::FiniteElementVector\(typename FunctionSpace\) +.*argument 'name' of command @param is not found in the argument list of smith::.*::FiniteElementVector\(typename FunctionSpace\) \ No newline at end of file diff --git a/scripts/spack/configs/macos_tahoe_aarch64/spack.yaml b/scripts/spack/configs/macos_tahoe_aarch64/spack.yaml index 9c66669b..f853ce4a 100644 --- a/scripts/spack/configs/macos_tahoe_aarch64/spack.yaml +++ b/scripts/spack/configs/macos_tahoe_aarch64/spack.yaml @@ -221,4 +221,4 @@ spack: buildable: false externals: - spec: py-sphinx@7.4.7 - prefix: /Users/chapman39/dev/serac/venv \ No newline at end of file + prefix: /Users/chapman39/dev/smith/venv \ No newline at end of file diff --git a/scripts/spack/packages/mfem/package.py b/scripts/spack/packages/mfem/package.py index 4a7fa813..0e808959 100644 --- a/scripts/spack/packages/mfem/package.py +++ b/scripts/spack/packages/mfem/package.py @@ -1,5 +1,5 @@ # Copyright (c) 2019-2024, Lawrence Livermore National Security, LLC and -# other Serac Project Developers. See the top-level COPYRIGHT file for details. +# other Smith Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (BSD-3-Clause) diff --git a/src/tests/tribol_enzyme_element_mortar.cpp b/src/tests/tribol_enzyme_element_mortar.cpp index 25dcfa91..9764b688 100644 --- a/src/tests/tribol_enzyme_element_mortar.cpp +++ b/src/tests/tribol_enzyme_element_mortar.cpp @@ -705,7 +705,7 @@ TEST_F( EnzymeElementMortarTest, ShiftedXYNonmortarElementMinorInterpenetration FDCheck( x1, x2, n1, p1 ); } -// NOTE: this configuration is designed to match a test in Serac +// NOTE: this configuration is designed to match a test in Smith TEST_F( EnzymeElementMortarTest, ShiftedXYNonmortarElementMinorInterpenetrationV2 ) { // slightly offset From 72d0df1d7ead9a468c13fb62a8c2b6dfa6a36c65 Mon Sep 17 00:00:00 2001 From: chapman39 Date: Mon, 15 Dec 2025 10:30:57 -0800 Subject: [PATCH 2/2] newline EOF --- scripts/spack/configs/macos_tahoe_aarch64/spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/spack/configs/macos_tahoe_aarch64/spack.yaml b/scripts/spack/configs/macos_tahoe_aarch64/spack.yaml index f853ce4a..86443d40 100644 --- a/scripts/spack/configs/macos_tahoe_aarch64/spack.yaml +++ b/scripts/spack/configs/macos_tahoe_aarch64/spack.yaml @@ -221,4 +221,4 @@ spack: buildable: false externals: - spec: py-sphinx@7.4.7 - prefix: /Users/chapman39/dev/smith/venv \ No newline at end of file + prefix: /Users/chapman39/dev/smith/venv