Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9dca29f
update tribol and mfem
chapman39 Feb 5, 2026
5034ae7
add mfem patch, update enzyme, remove rdc flag usage
chapman39 Feb 5, 2026
9f12e62
Merge remote-tracking branch 'origin/develop' into task/chapman39/upd…
chapman39 Feb 13, 2026
8840367
update mfem, tribol, spack, spack packages again
chapman39 Feb 13, 2026
137fe1e
fix enzyme remove mfem patch
chapman39 Feb 13, 2026
6a3ae7e
remove mfem patch, small changes to darwin yaml
chapman39 Feb 14, 2026
9bba150
Merge branch 'task/chapman39/update-tpls-2026-02-05' of github.com:LL…
chapman39 Feb 14, 2026
ac70bb0
rz host configs
chapman39 Feb 19, 2026
37df8ae
dane host configs
chapman39 Feb 19, 2026
63a85be
tuo host config
chapman39 Feb 20, 2026
2d2fa39
Merge branch 'task/chapman39/update-tpls-2026-02-05' of github.com:LL…
chapman39 Feb 20, 2026
376f19f
update mfem submodule with device-specific abort issue
chapman39 Feb 23, 2026
95d795d
Merge branch 'task/chapman39/update-tpls-2026-02-05' of github.com:ll…
chapman39 Feb 23, 2026
7356097
revert pass-failed warning to error + use cpu exec space for dfem tes…
chapman39 Feb 23, 2026
31ae0b0
fix mfem submodule
chapman39 Feb 23, 2026
ac8dc5d
update cmake versions used in ci
chapman39 Feb 23, 2026
a00c8c6
remove cuda from docker tpl build
chapman39 Feb 24, 2026
6f76610
handle mfem codevelop debug case
chapman39 Feb 24, 2026
42acb73
docker host configs
chapman39 Feb 24, 2026
250b7d7
Merge branch 'develop' into task/chapman39/update-tpls-2026-02-05
chapman39 Feb 24, 2026
56c6476
update mfem commit to my branch
chapman39 Feb 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}

env:
CLANG_DOCKER_IMAGE: seracllnl/tpls:clang-19_01-09-26_03h-59m
CLANG_DOCKER_IMAGE: seracllnl/tpls:clang-19_02-24-26_02h-31m
CUDA_DOCKER_IMAGE: seracllnl/tpls:cuda-12_01-09-26_02h-37m
GCC_DOCKER_IMAGE: seracllnl/tpls:gcc-14_01-09-26_03h-42m
GCC_DOCKER_IMAGE: seracllnl/tpls:gcc-14_02-24-26_02h-17m

jobs:
# Hacky solution to reference env variables outside of `run` steps https://stackoverflow.com/a/74217028
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_tpls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Docker TPL build
strategy:
matrix:
dockerfile_suffix: [clang-19, gcc-14, cuda-12]
dockerfile_suffix: [clang-19, gcc-14] #, cuda-12]
env:
REPO: seracllnl/tpls
HOSTCONFIG_LOC: /home/smith/export_hostconfig
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/build_toss4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
before_script:
# We could also extract the CMake executable location from the hostconfig in common_build_functions
# like we do in config-build
- module load cmake/3.23.1
- module load cmake/3.30.5
- module load texlive

####
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/build_toss4_cray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- if: '$CI_COMMIT_BRANCH =~ /_qnone/ || $ON_TOSS4_CRAY == "OFF"' #run except if ...
when: never
before_script:
- module load cmake/3.23.1
- module load cmake/3.29.2

####
# Templates
Expand Down
4 changes: 2 additions & 2 deletions .uberenv_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"package_final_phase" : "initconfig",
"package_source_dir" : "../..",
"spack_url": "https://github.com/spack/spack.git",
"spack_commit": "53aab9f6b32619964bb4c8f03793e5469492bcea",
"spack_commit": "291644eb783a403d824aedc8970467b00002791c",
"spack_packages_url": "https://github.com/spack/spack-packages.git",
"spack_packages_commit": "88ce9cc7d9f1cad16375ef90825cb1d3098eeb73",
"spack_packages_commit": "11873c3822ff604b7a58f4f9107598dc298485d6",
"spack_configs_path": "scripts/spack/configs",
"spack_packages_path": ["scripts/spack/spack_repo/smith/packages"]
}
5 changes: 4 additions & 1 deletion examples/explicit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ if(SMITH_USE_ENZYME)
smith_add_example_test(NAME explicit_${example_name}
COMMAND explicit_${example_name}
NUM_MPI_TASKS 4)


# error: failed to meet occupancy target given by 'amdgpu-waves-per-eu' in ...
# desired occupancy was 4, final occupancy is 3 [-Werror,-Wpass-failed]
target_compile_options(explicit_${example_name} PRIVATE -Wno-pass-failed)
endforeach()

install(
Expand Down
59 changes: 29 additions & 30 deletions host-configs/dane-toss_4_x86_64_ib-gcc@13.3.1.cmake
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
#------------------------------------------------------------------------------
# !!!! This is a generated file, edit at own risk !!!!
#------------------------------------------------------------------------------
# CMake executable path: /usr/tce/packages/cmake/cmake-3.30.5/bin/cmake
# CMake executable path: /usr/bin/cmake
#------------------------------------------------------------------------------

set(CMAKE_PREFIX_PATH "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/caliper-2.12.1-3vgupxsjuro7su7vnutcrjox3ib45n4w;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/tribol-0.1.0.24-u257pg2av6ctopbsnaf6k3q77q6w4s3x;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/adiak-0.4.1-e4is4ivipnkh7mhc6lsoee5zw4lk6lf4;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/axom-0.12.0.1-kjwspqfgdwqf7zw2epumrtyr44xcwgjr;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/conduit-0.9.5-tlfqpujltbg2p2hucxinky6tmhl64g7a;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/mfem-4.9.0.3-fm6luxfxsiu3mrzqqll4w3a6z2knew62;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/raja-2025.09.0-ucnmktkjrusjvh43l62zssgzglrvyqtm;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/umpire-2025.09.0-4jy5kcmivyzcbuarktyagxguqqe3vivb;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/netcdf-c-4.7.4-vwdc5jgzjavznvxiqr574fpewqr73kjg;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/slepc-3.21.2-ytgpdpjp4vgx3rvulebka7crfspfh3zc;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/sundials-7.5.0-7y7pwc3css7mmumtzmczrcvsp7nl346v;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/superlu-dist-8.1.2-6bc45iisbdzhkgqobuguvw7jxu6m4n4y;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/camp-2025.09.2-qgjriiyu22ystmnhajh463ftgs3vxfeq;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/fmt-12.1.0-vtbnfeyf4awxqp3shb4hob6unowwthaj;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/hdf5-1.8.23-ixwdvjnmd652wvzhpp2eydjtflzmydmo;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/arpack-ng-3.9.1-r4unmc7e3kfxhl6g6yfcf5m5hzwustbl;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/petsc-3.21.6-aeewzmhkws2wf7ng6cyp32lwkjn4kium;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/hypre-2.33.0-zskqdt3hnxfhqmohbxihnter4pbpsfvj;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/strumpack-8.0.0-kysnesd47fetzndhuxjqfv2bydttfwi3;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/netlib-scalapack-2.2.2-ix2gryrz2eanjagz3grgjahr336vnk64;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/parmetis-4.0.3-f3dt2cmlkbce5xhb2mqtkmx7ocsa4cbo;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/metis-5.1.0-lcqqjesw75tpleujsz6ugqmdz3baourl;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/none-none/gcc-runtime-13.3.1-scfst3ajevwhrnllujwyso7cnja2uif4;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/none-none/compiler-wrapper-1.0-32dgmtd4fhqezj4ib4pbwjnwrxcuzxs7;/usr/workspace/smithdev/devtools/toss_4_x86_64_ib/latest/python-3.11.7;/usr/tce/packages/cmake/cmake-3.30.5;/usr/workspace/smithdev/devtools/toss_4_x86_64_ib/latest/cppcheck-2.9;/usr/workspace/smithdev/devtools/toss_4_x86_64_ib/latest/doxygen-1.9.8;/usr/tce/packages/gcc/gcc-13.3.1;/usr/tce/packages/clang/clang-19.1.3;/usr/tce/packages/mvapich2/mvapich2-2.3.7-gcc-13.3.1-magic;/usr/tce/packages/python/python-3.9.12;/usr/tce/packages/cmake/cmake-3.30.5" CACHE STRING "")
set(CMAKE_PREFIX_PATH "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/caliper-2.12.1-r4enksghxtrrlgn4bd4z7v4rkzsq7ctx;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/tribol-0.1.0.25-jbvcutayyr2mjoqu7dmkjf6eapjrwh3m;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/adiak-0.4.1-l6ht437dth4h5vj42eybrzayi3tnelgf;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/axom-0.12.0.1-o47bcdfl72xt4qenhbrnhybpbxthhgv6;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/conduit-0.9.5-22qehlaxxv3vutiy5batldrwalqvqdbh;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/mfem-4.9.1.1-ybgs32e3fejsyluja5viharlhbjc2pwr;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/raja-2025.09.0-n2e25hdkwjdeqhcej2loxyb2f4zz6j3c;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/umpire-2025.09.0-rbrxustwpp23jg45xabqcdfv4pbbyxw2;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/netcdf-c-4.7.4-ef2boturomxh7h3zsq2bnmxdqngvpzmz;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/slepc-3.21.2-zag2z75wlhi6vm4nnqatzv2msypckqdj;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/sundials-7.5.0-5mjejit3ofrg24snbuasxapzkcslp4sn;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/superlu-dist-8.1.2-yenosrngdyvgxmai3fr5uqfa3df5ywi3;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/camp-2025.09.2-y42u7xoj3wzkmcm5oppqynjgp6xleyuz;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/fmt-11.0.2-2siwhudpthcvcnsimjhoqzbqj2d35xbu;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/hdf5-1.8.23-rhrfxq6chtmc745bmdyzj4i345gkzuok;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/arpack-ng-3.9.1-mrwsueljnp35iyg2tusqbbz75k5rpace;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/petsc-3.21.6-4t5kick6z26ichvysg55gpxb4scsklwi;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/hypre-2.33.0-jirjzhbsayig3mwuh6xtudax6zsrrmce;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/strumpack-8.0.0-64bol65qlruojtaxcsmet2jddsp27scq;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/netlib-scalapack-2.2.2-75rjlbkhicnfdgu7q5fpgk626x7gkdza;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/parmetis-4.0.3-6sb6x2i5ujyis46u6oqfra544x2inln5;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/metis-5.1.0-prmgy5uekkdvunr4yh4vztw2enjpurfr;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/none-none/gcc-runtime-13.3.1-zsobnkwck2glzcbukupgvgbiwwhdonys;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/none-none/compiler-wrapper-1.0-uesxbqunebynqp5g2i6r3corj4oval5q;/usr/workspace/smithdev/devtools/toss_4_x86_64_ib/latest/python-3.11.7;/usr/workspace/smithdev/devtools/toss_4_x86_64_ib/latest/cppcheck-2.9;/usr/workspace/smithdev/devtools/toss_4_x86_64_ib/latest/doxygen-1.9.8;/usr/tce/packages/gcc/gcc-13.3.1;/usr/tce/packages/clang/clang-19.1.3;/usr/tce/packages/mvapich2/mvapich2-2.3.7-gcc-13.3.1-magic;/usr/tce/packages/python/python-3.9.12" CACHE STRING "")

set(CMAKE_INSTALL_RPATH_USE_LINK_PATH "ON" CACHE STRING "")

set(CMAKE_BUILD_RPATH "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/smith-develop-slmrvqluf4pkbmmfzrrgca6nboqtuc3g/lib;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/smith-develop-slmrvqluf4pkbmmfzrrgca6nboqtuc3g/lib64;;/collab/usr/global/tools/tce4/packages/gcc/gcc-13.3.1/lib/gcc/x86_64-redhat-linux/13" CACHE STRING "")
set(CMAKE_BUILD_RPATH "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/smith-develop-arwwxcnjc6rkjns4dm3gx75kax437xm3/lib;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/smith-develop-arwwxcnjc6rkjns4dm3gx75kax437xm3/lib64;;/collab/usr/global/tools/tce4/packages/gcc/gcc-13.3.1/lib/gcc/x86_64-redhat-linux/13" CACHE STRING "")

set(CMAKE_INSTALL_RPATH "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/smith-develop-slmrvqluf4pkbmmfzrrgca6nboqtuc3g/lib;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1/smith-develop-slmrvqluf4pkbmmfzrrgca6nboqtuc3g/lib64;;/collab/usr/global/tools/tce4/packages/gcc/gcc-13.3.1/lib/gcc/x86_64-redhat-linux/13" CACHE STRING "")
set(CMAKE_INSTALL_RPATH "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/smith-develop-arwwxcnjc6rkjns4dm3gx75kax437xm3/lib;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1/smith-develop-arwwxcnjc6rkjns4dm3gx75kax437xm3/lib64;;/collab/usr/global/tools/tce4/packages/gcc/gcc-13.3.1/lib/gcc/x86_64-redhat-linux/13" CACHE STRING "")

set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")

#------------------------------------------------------------------------------
# Compilers
#------------------------------------------------------------------------------
# Compiler Spec: gcc@13.3.1/foxzrw7f7bnskl6dzmhuxw45fhd5ycmi
# Compiler Spec: gcc@13.3.1/xrm3n2pex2en2wvm6p4ap62nieoz7kne
#------------------------------------------------------------------------------
if(DEFINED ENV{SPACK_CC})

set(CMAKE_C_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/none-none/compiler-wrapper-1.0-32dgmtd4fhqezj4ib4pbwjnwrxcuzxs7/libexec/spack/gcc/gcc" CACHE PATH "")
set(CMAKE_C_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/none-none/compiler-wrapper-1.0-uesxbqunebynqp5g2i6r3corj4oval5q/libexec/spack/gcc/gcc" CACHE PATH "")

set(CMAKE_CXX_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/none-none/compiler-wrapper-1.0-32dgmtd4fhqezj4ib4pbwjnwrxcuzxs7/libexec/spack/gcc/g++" CACHE PATH "")
set(CMAKE_CXX_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/none-none/compiler-wrapper-1.0-uesxbqunebynqp5g2i6r3corj4oval5q/libexec/spack/gcc/g++" CACHE PATH "")

set(CMAKE_Fortran_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/none-none/compiler-wrapper-1.0-32dgmtd4fhqezj4ib4pbwjnwrxcuzxs7/libexec/spack/gcc/gfortran" CACHE PATH "")
set(CMAKE_Fortran_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/none-none/compiler-wrapper-1.0-uesxbqunebynqp5g2i6r3corj4oval5q/libexec/spack/gcc/gfortran" CACHE PATH "")

else()

Expand Down Expand Up @@ -65,53 +65,53 @@ set(ENABLE_OPENMP ON CACHE BOOL "")
# TPLs
#------------------------------------------------------------------------------

set(TPL_ROOT "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_01_12_11_49_07/gcc-13.3.1" CACHE PATH "")
set(TPL_ROOT "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2026_02_13_17_29_25/gcc-13.3.1" CACHE PATH "")

set(AXOM_DIR "${TPL_ROOT}/axom-0.12.0.1-kjwspqfgdwqf7zw2epumrtyr44xcwgjr" CACHE PATH "")
set(AXOM_DIR "${TPL_ROOT}/axom-0.12.0.1-o47bcdfl72xt4qenhbrnhybpbxthhgv6" CACHE PATH "")

set(CAMP_DIR "${TPL_ROOT}/camp-2025.09.2-qgjriiyu22ystmnhajh463ftgs3vxfeq" CACHE PATH "")
set(CAMP_DIR "${TPL_ROOT}/camp-2025.09.2-y42u7xoj3wzkmcm5oppqynjgp6xleyuz" CACHE PATH "")

set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.9.5-tlfqpujltbg2p2hucxinky6tmhl64g7a" CACHE PATH "")
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.9.5-22qehlaxxv3vutiy5batldrwalqvqdbh" CACHE PATH "")

set(LUA_DIR "/usr" CACHE PATH "")

set(MFEM_DIR "${TPL_ROOT}/mfem-4.9.0.3-fm6luxfxsiu3mrzqqll4w3a6z2knew62" CACHE PATH "")
set(MFEM_DIR "${TPL_ROOT}/mfem-4.9.1.1-ybgs32e3fejsyluja5viharlhbjc2pwr" CACHE PATH "")

set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.23-ixwdvjnmd652wvzhpp2eydjtflzmydmo" CACHE PATH "")
set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.23-rhrfxq6chtmc745bmdyzj4i345gkzuok" CACHE PATH "")

set(HYPRE_DIR "${TPL_ROOT}/hypre-2.33.0-zskqdt3hnxfhqmohbxihnter4pbpsfvj" CACHE PATH "")
set(HYPRE_DIR "${TPL_ROOT}/hypre-2.33.0-jirjzhbsayig3mwuh6xtudax6zsrrmce" CACHE PATH "")

set(METIS_DIR "${TPL_ROOT}/metis-5.1.0-lcqqjesw75tpleujsz6ugqmdz3baourl" CACHE PATH "")
set(METIS_DIR "${TPL_ROOT}/metis-5.1.0-prmgy5uekkdvunr4yh4vztw2enjpurfr" CACHE PATH "")

set(PARMETIS_DIR "${TPL_ROOT}/parmetis-4.0.3-f3dt2cmlkbce5xhb2mqtkmx7ocsa4cbo" CACHE PATH "")
set(PARMETIS_DIR "${TPL_ROOT}/parmetis-4.0.3-6sb6x2i5ujyis46u6oqfra544x2inln5" CACHE PATH "")

set(NETCDF_DIR "${TPL_ROOT}/netcdf-c-4.7.4-vwdc5jgzjavznvxiqr574fpewqr73kjg" CACHE PATH "")
set(NETCDF_DIR "${TPL_ROOT}/netcdf-c-4.7.4-ef2boturomxh7h3zsq2bnmxdqngvpzmz" CACHE PATH "")

set(SUPERLUDIST_DIR "${TPL_ROOT}/superlu-dist-8.1.2-6bc45iisbdzhkgqobuguvw7jxu6m4n4y" CACHE PATH "")
set(SUPERLUDIST_DIR "${TPL_ROOT}/superlu-dist-8.1.2-yenosrngdyvgxmai3fr5uqfa3df5ywi3" CACHE PATH "")

set(ARPACK_DIR "${TPL_ROOT}/arpack-ng-3.9.1-r4unmc7e3kfxhl6g6yfcf5m5hzwustbl" CACHE PATH "")
set(ARPACK_DIR "${TPL_ROOT}/arpack-ng-3.9.1-mrwsueljnp35iyg2tusqbbz75k5rpace" CACHE PATH "")

set(ADIAK_DIR "${TPL_ROOT}/adiak-0.4.1-e4is4ivipnkh7mhc6lsoee5zw4lk6lf4" CACHE PATH "")
set(ADIAK_DIR "${TPL_ROOT}/adiak-0.4.1-l6ht437dth4h5vj42eybrzayi3tnelgf" CACHE PATH "")

# AMGX not built

set(CALIPER_DIR "${TPL_ROOT}/caliper-2.12.1-3vgupxsjuro7su7vnutcrjox3ib45n4w" CACHE PATH "")
set(CALIPER_DIR "${TPL_ROOT}/caliper-2.12.1-r4enksghxtrrlgn4bd4z7v4rkzsq7ctx" CACHE PATH "")

# ENZYME not built

set(PETSC_DIR "${TPL_ROOT}/petsc-3.21.6-aeewzmhkws2wf7ng6cyp32lwkjn4kium" CACHE PATH "")
set(PETSC_DIR "${TPL_ROOT}/petsc-3.21.6-4t5kick6z26ichvysg55gpxb4scsklwi" CACHE PATH "")

set(RAJA_DIR "${TPL_ROOT}/raja-2025.09.0-ucnmktkjrusjvh43l62zssgzglrvyqtm" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-2025.09.0-n2e25hdkwjdeqhcej2loxyb2f4zz6j3c" CACHE PATH "")

set(SLEPC_DIR "${TPL_ROOT}/slepc-3.21.2-ytgpdpjp4vgx3rvulebka7crfspfh3zc" CACHE PATH "")
set(SLEPC_DIR "${TPL_ROOT}/slepc-3.21.2-zag2z75wlhi6vm4nnqatzv2msypckqdj" CACHE PATH "")

set(STRUMPACK_DIR "${TPL_ROOT}/strumpack-8.0.0-kysnesd47fetzndhuxjqfv2bydttfwi3" CACHE PATH "")
set(STRUMPACK_DIR "${TPL_ROOT}/strumpack-8.0.0-64bol65qlruojtaxcsmet2jddsp27scq" CACHE PATH "")

set(SUNDIALS_DIR "${TPL_ROOT}/sundials-7.5.0-7y7pwc3css7mmumtzmczrcvsp7nl346v" CACHE PATH "")
set(SUNDIALS_DIR "${TPL_ROOT}/sundials-7.5.0-5mjejit3ofrg24snbuasxapzkcslp4sn" CACHE PATH "")

set(UMPIRE_DIR "${TPL_ROOT}/umpire-2025.09.0-4jy5kcmivyzcbuarktyagxguqqe3vivb" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-2025.09.0-rbrxustwpp23jg45xabqcdfv4pbbyxw2" CACHE PATH "")

set(TRIBOL_DIR "${TPL_ROOT}/tribol-0.1.0.24-u257pg2av6ctopbsnaf6k3q77q6w4s3x" CACHE PATH "")
set(TRIBOL_DIR "${TPL_ROOT}/tribol-0.1.0.25-jbvcutayyr2mjoqu7dmkjf6eapjrwh3m" CACHE PATH "")

#------------------------------------------------------------------------------
# Devtools
Expand All @@ -131,4 +131,3 @@ set(CPPCHECK_EXECUTABLE "${DEVTOOLS_ROOT}/cppcheck-2.9/bin/cppcheck" CACHE PATH

set(DOXYGEN_EXECUTABLE "${DEVTOOLS_ROOT}/doxygen-1.9.8/bin/doxygen" CACHE PATH "")


Loading