Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
195ec83
rocm build on tuo
chapman39 Oct 2, 2025
bf23830
Merge remote-tracking branch 'origin/develop' into task/chapman39/tos…
chapman39 Oct 6, 2025
23ada41
Merge remote-tracking branch 'origin/develop' into task/chapman39/tos…
chapman39 Oct 13, 2025
4150fd7
update mfem, tribol, hypre
chapman39 Oct 13, 2025
dfa3a1c
update axom
chapman39 Oct 14, 2025
fd6208b
update axom package
chapman39 Oct 15, 2025
3232cca
update uberenv
chapman39 Oct 15, 2025
d761498
update cray mpich version
chapman39 Oct 15, 2025
2c457d2
cleanup
chapman39 Oct 15, 2025
18cba34
Merge remote-tracking branch 'origin/develop' into task/chapman39/tos…
chapman39 Oct 27, 2025
9734b5a
update versions, update axom package to lastest
chapman39 Oct 29, 2025
4b435d5
Merge remote-tracking branch 'origin/develop' into task/chapman39/tos…
chapman39 Oct 30, 2025
f7a98c9
fix enzyme package
chapman39 Nov 3, 2025
cda3c73
Merge remote-tracking branch 'origin/develop' into task/chapman39/tos…
chapman39 Nov 5, 2025
291b664
something else was defined 4 underscores
chapman39 Nov 12, 2025
267ee9d
fix some build errors
chapman39 Nov 12, 2025
4009f37
rzadams host config
chapman39 Nov 13, 2025
54f4a17
tuo host config
chapman39 Nov 13, 2025
18633c4
disabling enzyme on cray for now
chapman39 Nov 21, 2025
5ccfe94
Merge branch 'task/chapman39/toss4_cray-tpls-2025-10-01' of github.co…
chapman39 Nov 21, 2025
ee34965
Merge remote-tracking branch 'origin/develop' into task/chapman39/tos…
chapman39 Nov 21, 2025
33dd856
switch ci to tuo
chapman39 Nov 21, 2025
185d70c
rz host configs
chapman39 Nov 21, 2025
b6afdf1
cz host configs'
chapman39 Nov 21, 2025
ced037d
Merge branch 'task/chapman39/toss4_cray-tpls-2025-10-01' of github.co…
chapman39 Nov 21, 2025
6ee27df
rm tioga hc
chapman39 Nov 21, 2025
2b4ad57
style
chapman39 Nov 21, 2025
dde230b
attempt to fix tuo runner, add additional comments to spack packages
chapman39 Nov 21, 2025
f21e54f
fix ci
chapman39 Nov 22, 2025
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
25 changes: 9 additions & 16 deletions .gitlab/build_toss4_cray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
.on_toss4_cray:
variables:
SCHEDULER_PARAMETERS: "--queue pci --exclusive --time-limit=${ALLOC_TIME}m --nodes=${ALLOC_NODES}"
COMPILER: "[email protected]"
HOST_CONFIG: "tuolumne-toss_4_x86_64_ib_cray-${COMPILER}_hip.cmake"
tags:
- batch
- tioga
- tuolumne
rules:
- if: '$CI_COMMIT_BRANCH =~ /_qnone/ || $ON_TOSS4_CRAY == "OFF"' #run except if ...
when: never
Expand All @@ -32,19 +34,15 @@
####
# Build jobs

toss4_cray-rocmcc_6_2_1-src:
toss4_cray-llvm_amdgpu_6_4_2-src:
variables:
COMPILER: "[email protected]"
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}_hip.cmake"
EXTRA_CMAKE_OPTIONS: "-DENABLE_BENCHMARKS=ON -DENABLE_DOCS=OFF -DCMAKE_BUILD_TYPE=Debug"
ALLOC_NODES: "1"
ALLOC_TIME: "30"
extends: .src_build_on_toss4_cray

toss4_cray-rocmcc_6_2_1-src-codevelop:
toss4_cray-llvm_amdgpu_6_4_2-src-codevelop:
variables:
COMPILER: "[email protected]"
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}_hip.cmake"
# TODO: Add -DSMITH_USE_DFEM=ON when TPLs are updated
EXTRA_CMAKE_OPTIONS: "-DENABLE_BENCHMARKS=ON -DENABLE_DOCS=OFF -DCMAKE_BUILD_TYPE=Debug -DSMITH_ENABLE_CODEVELOP=ON"
EXTRA_BUILD_OPTIONS: "--skip-install"
Expand All @@ -53,27 +51,22 @@ toss4_cray-rocmcc_6_2_1-src-codevelop:
extends: .src_build_on_toss4_cray

# NOTE: SPEC should matches specs.json, but devtools and profiling variants removed
toss4_cray-rocmcc_6_2_1-tpl:
toss4_cray-llvm_amdgpu_6_4_2-tpl:
variables:
COMPILER: "[email protected]"
SPEC: "--spec %${COMPILER}~openmp+rocm~petsc amdgpu_target=gfx90a ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^hdf5 cflags=-Wno-int-conversion"
SPEC: "--spec %~devtools~profiling~openmp+rocm~petsc~slepc~enzyme~sundials amdgpu_target=gfx942,gfx90a %${COMPILER}"
ALLOC_NODES: "1"
ALLOC_TIME: "45"
extends: .tpl_build_on_toss4_cray

toss4_cray-rocmcc_6_2_1-examples:
toss4_cray-llvm_amdgpu_6_4_2-examples:
variables:
COMPILER: "[email protected]"
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}_hip.cmake"
EXTRA_CMAKE_OPTIONS: "-DCMAKE_BUILD_TYPE=Debug"
ALLOC_NODES: "1"
ALLOC_TIME: "45"
extends: .examples_build_on_toss4_cray

toss4_cray-rocmcc_6_2_1-benchmarks:
toss4_cray-llvm_amdgpu_6_4_2-benchmarks:
variables:
COMPILER: "[email protected]"
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}_hip.cmake"
ALLOC_NODES: "1"
ALLOC_TIME: "60"
extends: .benchmarks_build_on_toss4_cray
2 changes: 1 addition & 1 deletion .uberenv_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package_final_phase" : "initconfig",
"package_source_dir" : "../..",
"spack_url": "https://github.com/spack/spack.git",
"spack_commit": "b4b1c5f271c75e918ce922ff1bcc77542eda3ec9",
"spack_commit": "734c5db2121b01c373eed6538e452f18887e9e44",
"spack_packages_url": "https://github.com/spack/spack-packages.git",
"spack_packages_commit": "a75a7f75182ffc7a51c6ca7f0fec4bf9b2705be8",
"spack_configs_path": "scripts/spack/configs",
Expand Down
2 changes: 1 addition & 1 deletion axom
Submodule axom updated 282 files
2 changes: 1 addition & 1 deletion cmake/thirdparty/SetupSmithThirdParty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ if (NOT SMITH_THIRD_PARTY_LIBRARIES_FOUND)
"Additional packages required by STRUMPACK.")
set(STRUMPACK_TARGET_NAMES STRUMPACK::strumpack CACHE STRING "")
endif()
set(MFEM_USE_UMPIRE OFF CACHE BOOL "")
set(MFEM_USE_UMPIRE ${SMITH_ENABLE_HIP} CACHE BOOL "")
set(MFEM_USE_ZLIB ON CACHE BOOL "")
if(ENZYME_DIR)
smith_assert_is_directory(DIR_VARIABLE ENZYME_DIR)
Expand Down
52 changes: 26 additions & 26 deletions host-configs/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# CMake executable path: /usr/tce/bin/cmake
#------------------------------------------------------------------------------

set(CMAKE_PREFIX_PATH "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/caliper-2.12.1-nnegy5dckpkmcjxr2d7p3bxftxnp7ugy;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/tribol-0.1.0.21-yxlr52ve2o2wtqrlhh5qitztwdsey4jq;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/adiak-0.4.1-vcebqioolx5swnh5jh3vofbc7gwxbjnz;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/axom-0.11.0.1-dfenolqzwiv5tihipn24dy4owcpqirx4;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/conduit-0.9.2-3zjitqyjo5hywwgvoiksoah3vo3xoxpo;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/mfem-4.9.0.1-j57zj7s43k757edvfjmhckira4ijyzxw;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/raja-2024.07.0-xgktxoswgbbqcqkrxl5nrfhabqjb7nqi;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/umpire-2024.07.0-2lgp2wihiz7gghci2euzhvj65xbfrgo3;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/netcdf-c-4.7.4-bp24ixl6szluqobec5eicnqm5df6wfmo;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/slepc-3.21.2-p3fl3xkwq3dszpyazj3uxjxwmu6upv4y;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/sundials-6.7.0-pegrbubvgbbnxgklabb3hq4yeb7jfabc;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/camp-2024.07.0-5hekan5rpn3dzadr3gucz7u5q4cglwwz;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/fmt-11.0.2-usm3fj6qxr75ga5p2ydlhearxsbtpckd;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/hdf5-1.8.23-a5aevsftdqt4quek6v6eluljsazqs6ww;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/arpack-ng-3.9.1-dmayqpcvmr6cb5lilfwbygkec2fmshj6;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/petsc-3.21.6-kc675eyn4s5ldwml6rygmvwjmipr5xw7;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/hypre-2.26.0-fip3pi45ru7ao6y4rcjwlrrtmyz56gd2;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/strumpack-8.0.0-nikoevilkmzfxtoywzljgbcpgtpx2s62;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/superlu-dist-8.1.2-l5xmnfrhhqqa7z5hnibp522ceevfibup;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/netlib-scalapack-2.2.2-exloohmk6uv52js7hiy74dkuzdaxgzho;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/parmetis-4.0.3-q4uej3qoobfln5vpx55kpxprhwfxahgz;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/metis-5.1.0-nbxqo5m7iy3uyjd32skqzpa4d5cev2dt;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/none-none/gcc-runtime-13.3.1-uv6f6pcmzth37hskwtrhtbmbujh53k6y;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/none-none/compiler-wrapper-1.0-hxzxhboumtniaqs7qivgliluv4h2lbxt;/usr/workspace/smithdev/devtools/toss_4_x86_64_ib/latest/python-3.11.7;/usr/tce;/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_PREFIX_PATH "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/caliper-2.12.1-cg25q356sb7kiuabwtfka4tywsgbtpiu;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/tribol-0.1.0.23-ysqjlxfxls46fsccfvnaw3teuqj7jp3f;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/adiak-0.4.1-2z3ogwq4rmbuwpc5vl2mgxymme4mfbke;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/axom-0.12.0.0-i37xne6rixnhgwrptvzzfbrgcmdryhoo;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/conduit-0.9.5-bb722yzgl4d3g2diyieu73hrkt732qez;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/mfem-4.9.0.2-rnhik76bnx6j6665kwbnzm355av6lpmp;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/raja-2025.09.0-ume2ifdwlyie3yynwdvhyf2uxjykqpvc;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/umpire-2025.09.0-ir2e37p6sqldodud4cwaezspl2co5v42;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/netcdf-c-4.7.4-zslniorcg7ki7lnsimctkn6ig3zg2qaw;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/slepc-3.21.2-y7425db4zsffjhcc3d33o2s2pz7w6664;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/sundials-6.7.0-7azsxv7nm2sr5pyi6px6abcdb6l475bv;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/camp-2025.09.2-qei7a63hp4u37cas2m7zte3phmv2fyhd;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/fmt-11.0.2-usm3fj6qxr75ga5p2ydlhearxsbtpckd;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/hdf5-1.8.23-frgmbp2plziqwxwypvemeglz6semjqei;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/arpack-ng-3.9.1-foedq43u27rbxrupjqborfxd47smzuch;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/petsc-3.21.6-jfsq7enjou6z5mzggfqndbmtc3sz3jy2;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/hypre-2.33.0-23ph5bzk62r3tntdn277zrtv6dpmon2n;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/strumpack-8.0.0-zn5qsdclfhyvrubcweeqymoptoqm3vja;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/superlu-dist-8.1.2-quwnz5kk2xb42g3j7vejc6hrq2urngof;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/netlib-scalapack-2.2.2-4utyi6inwwno5hssouh7566hmveptxtb;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/parmetis-4.0.3-c7wowvg6qcowqn53dlxtq4msf5m7tfo7;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/metis-5.1.0-nbxqo5m7iy3uyjd32skqzpa4d5cev2dt;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/none-none/gcc-runtime-13.3.1-uv6f6pcmzth37hskwtrhtbmbujh53k6y;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/none-none/compiler-wrapper-1.0-hxzxhboumtniaqs7qivgliluv4h2lbxt;/usr/workspace/smithdev/devtools/toss_4_x86_64_ib/latest/python-3.11.7;/usr/tce;/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/2025_09_25_10_10_47/gcc-13.3.1/serac-develop-z4njobo5mgy5du53ckmdif5iinxriidw/lib;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/serac-develop-z4njobo5mgy5du53ckmdif5iinxriidw/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/2025_11_20_17_51_08/gcc-13.3.1/smith-develop-iijxlgvwfrtse2ytqlu62iwx7b6dvx3v/lib;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/smith-develop-iijxlgvwfrtse2ytqlu62iwx7b6dvx3v/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/2025_09_25_10_10_47/gcc-13.3.1/serac-develop-z4njobo5mgy5du53ckmdif5iinxriidw/lib;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/gcc-13.3.1/serac-develop-z4njobo5mgy5du53ckmdif5iinxriidw/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/2025_11_20_17_51_08/gcc-13.3.1/smith-develop-iijxlgvwfrtse2ytqlu62iwx7b6dvx3v/lib;/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1/smith-develop-iijxlgvwfrtse2ytqlu62iwx7b6dvx3v/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 "")

Expand All @@ -21,11 +21,11 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")
#------------------------------------------------------------------------------
if(DEFINED ENV{SPACK_CC})

set(CMAKE_C_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/none-none/compiler-wrapper-1.0-hxzxhboumtniaqs7qivgliluv4h2lbxt/libexec/spack/gcc/gcc" CACHE PATH "")
set(CMAKE_C_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/none-none/compiler-wrapper-1.0-hxzxhboumtniaqs7qivgliluv4h2lbxt/libexec/spack/gcc/gcc" CACHE PATH "")

set(CMAKE_CXX_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/none-none/compiler-wrapper-1.0-hxzxhboumtniaqs7qivgliluv4h2lbxt/libexec/spack/gcc/g++" CACHE PATH "")
set(CMAKE_CXX_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/none-none/compiler-wrapper-1.0-hxzxhboumtniaqs7qivgliluv4h2lbxt/libexec/spack/gcc/g++" CACHE PATH "")

set(CMAKE_Fortran_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_09_25_10_10_47/none-none/compiler-wrapper-1.0-hxzxhboumtniaqs7qivgliluv4h2lbxt/libexec/spack/gcc/gfortran" CACHE PATH "")
set(CMAKE_Fortran_COMPILER "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/none-none/compiler-wrapper-1.0-hxzxhboumtniaqs7qivgliluv4h2lbxt/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/2025_09_25_10_10_47/gcc-13.3.1" CACHE PATH "")
set(TPL_ROOT "/usr/WS2/smithdev/libs/smith/toss_4_x86_64_ib/2025_11_20_17_51_08/gcc-13.3.1" CACHE PATH "")

set(AXOM_DIR "${TPL_ROOT}/axom-0.11.0.1-dfenolqzwiv5tihipn24dy4owcpqirx4" CACHE PATH "")
set(AXOM_DIR "${TPL_ROOT}/axom-0.12.0.0-i37xne6rixnhgwrptvzzfbrgcmdryhoo" CACHE PATH "")

set(CAMP_DIR "${TPL_ROOT}/camp-2024.07.0-5hekan5rpn3dzadr3gucz7u5q4cglwwz" CACHE PATH "")
set(CAMP_DIR "${TPL_ROOT}/camp-2025.09.2-qei7a63hp4u37cas2m7zte3phmv2fyhd" CACHE PATH "")

set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.9.2-3zjitqyjo5hywwgvoiksoah3vo3xoxpo" CACHE PATH "")
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.9.5-bb722yzgl4d3g2diyieu73hrkt732qez" CACHE PATH "")

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

set(MFEM_DIR "${TPL_ROOT}/mfem-4.9.0.1-j57zj7s43k757edvfjmhckira4ijyzxw" CACHE PATH "")
set(MFEM_DIR "${TPL_ROOT}/mfem-4.9.0.2-rnhik76bnx6j6665kwbnzm355av6lpmp" CACHE PATH "")

set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.23-a5aevsftdqt4quek6v6eluljsazqs6ww" CACHE PATH "")
set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.23-frgmbp2plziqwxwypvemeglz6semjqei" CACHE PATH "")

set(HYPRE_DIR "${TPL_ROOT}/hypre-2.26.0-fip3pi45ru7ao6y4rcjwlrrtmyz56gd2" CACHE PATH "")
set(HYPRE_DIR "${TPL_ROOT}/hypre-2.33.0-23ph5bzk62r3tntdn277zrtv6dpmon2n" CACHE PATH "")

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

set(PARMETIS_DIR "${TPL_ROOT}/parmetis-4.0.3-q4uej3qoobfln5vpx55kpxprhwfxahgz" CACHE PATH "")
set(PARMETIS_DIR "${TPL_ROOT}/parmetis-4.0.3-c7wowvg6qcowqn53dlxtq4msf5m7tfo7" CACHE PATH "")

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

set(SUPERLUDIST_DIR "${TPL_ROOT}/superlu-dist-8.1.2-l5xmnfrhhqqa7z5hnibp522ceevfibup" CACHE PATH "")
set(SUPERLUDIST_DIR "${TPL_ROOT}/superlu-dist-8.1.2-quwnz5kk2xb42g3j7vejc6hrq2urngof" CACHE PATH "")

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

set(ADIAK_DIR "${TPL_ROOT}/adiak-0.4.1-vcebqioolx5swnh5jh3vofbc7gwxbjnz" CACHE PATH "")
set(ADIAK_DIR "${TPL_ROOT}/adiak-0.4.1-2z3ogwq4rmbuwpc5vl2mgxymme4mfbke" CACHE PATH "")

# AMGX not built

set(CALIPER_DIR "${TPL_ROOT}/caliper-2.12.1-nnegy5dckpkmcjxr2d7p3bxftxnp7ugy" CACHE PATH "")
set(CALIPER_DIR "${TPL_ROOT}/caliper-2.12.1-cg25q356sb7kiuabwtfka4tywsgbtpiu" CACHE PATH "")

# ENZYME not built

set(PETSC_DIR "${TPL_ROOT}/petsc-3.21.6-kc675eyn4s5ldwml6rygmvwjmipr5xw7" CACHE PATH "")
set(PETSC_DIR "${TPL_ROOT}/petsc-3.21.6-jfsq7enjou6z5mzggfqndbmtc3sz3jy2" CACHE PATH "")

set(RAJA_DIR "${TPL_ROOT}/raja-2024.07.0-xgktxoswgbbqcqkrxl5nrfhabqjb7nqi" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-2025.09.0-ume2ifdwlyie3yynwdvhyf2uxjykqpvc" CACHE PATH "")

set(SLEPC_DIR "${TPL_ROOT}/slepc-3.21.2-p3fl3xkwq3dszpyazj3uxjxwmu6upv4y" CACHE PATH "")
set(SLEPC_DIR "${TPL_ROOT}/slepc-3.21.2-y7425db4zsffjhcc3d33o2s2pz7w6664" CACHE PATH "")

set(STRUMPACK_DIR "${TPL_ROOT}/strumpack-8.0.0-nikoevilkmzfxtoywzljgbcpgtpx2s62" CACHE PATH "")
set(STRUMPACK_DIR "${TPL_ROOT}/strumpack-8.0.0-zn5qsdclfhyvrubcweeqymoptoqm3vja" CACHE PATH "")

set(SUNDIALS_DIR "${TPL_ROOT}/sundials-6.7.0-pegrbubvgbbnxgklabb3hq4yeb7jfabc" CACHE PATH "")
set(SUNDIALS_DIR "${TPL_ROOT}/sundials-6.7.0-7azsxv7nm2sr5pyi6px6abcdb6l475bv" CACHE PATH "")

set(UMPIRE_DIR "${TPL_ROOT}/umpire-2024.07.0-2lgp2wihiz7gghci2euzhvj65xbfrgo3" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-2025.09.0-ir2e37p6sqldodud4cwaezspl2co5v42" CACHE PATH "")

set(TRIBOL_DIR "${TPL_ROOT}/tribol-0.1.0.21-yxlr52ve2o2wtqrlhh5qitztwdsey4jq" CACHE PATH "")
set(TRIBOL_DIR "${TPL_ROOT}/tribol-0.1.0.23-ysqjlxfxls46fsccfvnaw3teuqj7jp3f" CACHE PATH "")

#------------------------------------------------------------------------------
# Devtools
Expand Down
Loading
Loading