Skip to content

Commit

Permalink
Merge pull request #1428 from LLNL/main
Browse files Browse the repository at this point in the history
Main mergeback to develop after v0.10.0 release
  • Loading branch information
rhornung67 authored Sep 26, 2024
2 parents b9cc160 + ea853a3 commit 70b3608
Show file tree
Hide file tree
Showing 47 changed files with 597 additions and 1,075 deletions.
25 changes: 0 additions & 25 deletions .gitlab/build_lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ lassen-gcc_8_3_1_cuda-src:
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake"
extends: [.src_build_on_lassen]

lassen-xl_16_1_1-src:
variables:
COMPILER: "[email protected]"
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake"
extends: [.src_build_on_lassen]

lassen-xl_16_1_1_cuda-src:
variables:
COMPILER: "[email protected]_cuda"
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake"
extends: [.src_build_on_lassen]

####
# Full Build jobs
lassen-clang_10_0_1-full:
Expand Down Expand Up @@ -98,16 +86,3 @@ lassen-gcc_8_3_1_cuda-full:
SPEC: "%${COMPILER}~mfem+cuda"
EXTRA_SPEC: "cuda_arch=70"
extends: [.full_build_on_lassen]

lassen-xl_16_1_1-full:
variables:
COMPILER: "[email protected]"
SPEC: "%${COMPILER}+mfem~openmp~cpp14"
extends: [.full_build_on_lassen]

lassen-xl_16_1_1_cuda-full:
variables:
COMPILER: "[email protected]"
SPEC: "%${COMPILER}+mfem+cuda~openmp~cpp14"
EXTRA_SPEC: "cuda_arch=70"
extends: [.full_build_on_lassen]
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": "6d244b3f6776b3697861c6b5cebbee376c30bff3",
"spack_commit": "cade66d842a894075938bc5528475d9fcd8bd559",
"spack_configs_path": "scripts/spack/configs",
"spack_packages_path": ["scripts/spack/radiuss-spack-configs/packages", "scripts/spack/packages"],
"spack_concretizer": "clingo",
Expand Down
1 change: 1 addition & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ authors:
given-names: Cyrus
- family-names: Hornung
given-names: Richard
orcid: "https://orcid.org/0000-0002-9495-6972"
- family-names: Larsen
given-names: Matthew
- family-names: Moody
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*******************************************************************************

Axom: ................................, version 0.9.0
Axom: ................................, version 0.10.0

Copyright (c) 2017-2024, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.
Expand Down
38 changes: 22 additions & 16 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The format of this file is based on [Keep a Changelog](http://keepachangelog.com

The Axom project release numbers follow [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - Release date yyyy-mm-dd
## [Version 0.10.0] - Release date 2024-09-27

### Added
- SLIC constructors added to streams that take in a `std::string`. If string is
- Added SLIC constructors that take in a `std::string` for the stream. If string is
interpreted as a file name, the file is not opened until SLIC flushes and the
stream has at least one message logged.
- Primal: Adds a `clip()` operator overload for clipping a 2D polygon against
Expand Down Expand Up @@ -49,6 +49,10 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
- Quest: Adds an example to query winding numbers on an MFEM NURBS mesh

### Changed
- Updates to [Conduit version 0.9.2][https://github.com/LLNL/conduit/releases/tag/v0.9.2]
- Updates to [RAJA version 2024.07.0][https://github.com/LLNL/RAJA/releases/tag/v2024.07.0]
- Updates to [camp version 2024.07.0][https://github.com/LLNL/camp/releases/tag/v2024.07.0]
- Updates to [Umpire version 2024.07.0][https://github.com/LLNL/Umpire/releases/tag/v2024.07.0]
- `axom::CLI::ExitCodes::Success` has been changed to `axom::CLI::ExitCodes::CLI11_Success`
to avoid conflict when X11 `#define`s `Success`.
- `MarchingCubes` masking now uses the mask field's integer values instead of
Expand Down Expand Up @@ -78,6 +82,7 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
(and `adiak` for metadata) and are available when axom is configured with `CALIPER_DIR` and `ADIAK_DIR`
config variables.
- Removes caching of `{PACKAGE}_FOUND` variables in `SetupAxomThirdParty.cmake`
- We no longer test Axom with the XL compiler. So users should consider XL unsupported.

### Fixed
- `numerics::eigen_solve()` has been corrected to avoid an early return with error state.
Expand Down Expand Up @@ -1094,20 +1099,21 @@ fractions for the associated materials must be supplied before shaping.
- Use this section in case of vulnerabilities


[Unreleased]: https://github.com/LLNL/axom/compare/v0.9.0...develop
[Version 0.9.0]: https://github.com/LLNL/axom/compare/v0.8.1...v0.9.0
[Version 0.8.1]: https://github.com/LLNL/axom/compare/v0.8.0...v0.8.1
[Version 0.8.0]: https://github.com/LLNL/axom/compare/v0.7.0...v0.8.0
[Version 0.7.0]: https://github.com/LLNL/axom/compare/v0.6.1...v0.7.0
[Version 0.6.1]: https://github.com/LLNL/axom/compare/v0.6.0...v0.6.1
[Version 0.6.0]: https://github.com/LLNL/axom/compare/v0.5.0...v0.6.0
[Version 0.5.0]: https://github.com/LLNL/axom/compare/v0.4.0...v0.5.0
[Version 0.4.0]: https://github.com/LLNL/axom/compare/v0.3.3...v0.4.0
[Version 0.3.3]: https://github.com/LLNL/axom/compare/v0.3.2...v0.3.3
[Version 0.3.2]: https://github.com/LLNL/axom/compare/v0.3.1...v0.3.2
[Version 0.3.1]: https://github.com/LLNL/axom/compare/v0.3.0...v0.3.1
[Version 0.3.0]: https://github.com/LLNL/axom/compare/v0.2.9...v0.3.0
[Version 0.2.9]: https://github.com/LLNL/axom/compare/v0.2.8...v0.2.9
[Unreleased]: https://github.com/LLNL/axom/compare/v0.10.0...develop
[Version 0.10.0]: https://github.com/LLNL/axom/compare/v0.9.0...v0.10.0
[Version 0.9.0]: https://github.com/LLNL/axom/compare/v0.8.1...v0.9.0
[Version 0.8.1]: https://github.com/LLNL/axom/compare/v0.8.0...v0.8.1
[Version 0.8.0]: https://github.com/LLNL/axom/compare/v0.7.0...v0.8.0
[Version 0.7.0]: https://github.com/LLNL/axom/compare/v0.6.1...v0.7.0
[Version 0.6.1]: https://github.com/LLNL/axom/compare/v0.6.0...v0.6.1
[Version 0.6.0]: https://github.com/LLNL/axom/compare/v0.5.0...v0.6.0
[Version 0.5.0]: https://github.com/LLNL/axom/compare/v0.4.0...v0.5.0
[Version 0.4.0]: https://github.com/LLNL/axom/compare/v0.3.3...v0.4.0
[Version 0.3.3]: https://github.com/LLNL/axom/compare/v0.3.2...v0.3.3
[Version 0.3.2]: https://github.com/LLNL/axom/compare/v0.3.1...v0.3.2
[Version 0.3.1]: https://github.com/LLNL/axom/compare/v0.3.0...v0.3.1
[Version 0.3.0]: https://github.com/LLNL/axom/compare/v0.2.9...v0.3.0
[Version 0.2.9]: https://github.com/LLNL/axom/compare/v0.2.8...v0.2.9

[clang-format]: https://releases.llvm.org/10.0.0/tools/clang/docs/ClangFormatStyleOptions.html
[MFEM]: https://mfem.org
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ variables:
DO_BUILD: 'yes'
DO_TEST: 'yes'
DO_CLEAN: 'no'
CLANG14_IMAGENAME: 'axom/tpls:clang-14_07-10-24_20h-47m'
GCC13_IMAGENAME: 'axom/tpls:gcc-13_07-10-24_20h-47m'
CLANG14_IMAGENAME: 'axom/tpls:clang-14_09-23-24_17h-07m'
GCC13_IMAGENAME: 'axom/tpls:gcc-13_09-23-24_17h-07m'
system.debug: false

jobs:
Expand Down
22 changes: 11 additions & 11 deletions host-configs/docker/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# CMake executable path: /usr/local/bin/cmake
#------------------------------------------------------------------------------

set(CMAKE_PREFIX_PATH "/home/axom/axom_tpls/clang-14.0.0/umpire-2024.02.0-3w43hp32my2mdmd2juhocmkjdqnzqq2g;/home/axom/axom_tpls/clang-14.0.0/raja-2024.02.0-e5cxi4k7suylwq3jenni4lbygbncvmio;/home/axom/axom_tpls/clang-14.0.0/mfem-4.6.0-3tnuhhoq334focivaxxoc6tgeukkedsp;/home/axom/axom_tpls/clang-14.0.0/hypre-2.24.0-3p44dyaeytjno7rlzom4oa6dw5xlaic3;/home/axom/axom_tpls/clang-14.0.0/conduit-0.9.1-lfxh5l5ngtswc7qkxpwejmxmj75kbucv;/home/axom/axom_tpls/clang-14.0.0/parmetis-4.0.3-2oiwd6fzdvamz7crvqrjd23an466qwya;/home/axom/axom_tpls/clang-14.0.0/hdf5-1.8.23-ff7tq76ofskjc4fr3mehe7dzoovvoi3p;/home/axom/axom_tpls/clang-14.0.0/caliper-2.10.0-wj5rtnyg6zaf7bksoqfqqfsfbgptc6ef;/home/axom/axom_tpls/clang-14.0.0/elfutils-0.190-p7yphf7bv5765wcur3vcdhlz4jbuklc4;/home/axom/axom_tpls/clang-14.0.0/blt-0.6.2-rfu7gfz6sidwkq77uvuzolal2ho5orqc;/home/axom/axom_tpls/clang-14.0.0/adiak-0.4.0-d7z6dbud2wo5redc54jpxpca6zfch63n;/home/axom/axom_tpls/clang-14.0.0/fmt-10.2.1-xqv65krexlvp5fmkrqa7uri2xy3m5ymb;/home/axom/axom_tpls/clang-14.0.0/camp-2024.02.0-ew3nu42cjjz6mlj7nz3rlykzjr2xjmtz;/home/axom/axom_tpls/clang-14.0.0/zlib-ng-2.1.6-t3ijs4ecfcyv4dyr2v4y555lnxjkubnr;/home/axom/axom_tpls/clang-14.0.0/metis-5.1.0-cwicizetbw2saiqeohuoawepe5yzyzwr;/home/axom/axom_tpls/clang-14.0.0/gmake-4.4.1-6g3tmsuzby4oldevfkjivdd3vj3y7yec;/home/axom/axom_tpls/clang-14.0.0/pkgconf-1.9.5-3z4u4krn4kjq3374f37nqcsqj2mulfxl;/home/axom/axom_tpls/clang-14.0.0/libunwind-1.6.2-scystt7y72uftlw5v2o4tavrsktfd2sg;/home/axom/axom_tpls/clang-14.0.0/zstd-1.5.5-7r7dy2rjd4gfgdnywn2d3lvxo6r4y766;/home/axom/axom_tpls/clang-14.0.0/xz-5.4.6-ifk7aohqs6fz4dhytn6w4iya6gcz3avu;/home/axom/axom_tpls/clang-14.0.0/libiconv-1.17-ha3xngugbv2o6azu4bp4dhcbvct74rgj" CACHE STRING "")
set(CMAKE_PREFIX_PATH "/home/axom/axom_tpls/clang-14.0.0/umpire-2024.07.0-sm47io5l4xfgy3enimczrmiijsw4pdol;/home/axom/axom_tpls/clang-14.0.0/fmt-11.0.2-zxzr5ejl2icv2wkxrmytysohcwa56dym;/home/axom/axom_tpls/clang-14.0.0/raja-2024.07.0-wvpmv7ubnzad5frbffxkco37c4zwdh66;/home/axom/axom_tpls/clang-14.0.0/camp-2024.07.0-drhul62p64d42qwqnc6sbazwxudcgtzo;/home/axom/axom_tpls/clang-14.0.0/mfem-4.6.0-4khgoizhebqald4wsjiriiep2nsuqrj2;/home/axom/axom_tpls/clang-14.0.0/hypre-2.24.0-gmgla43c3i2sasbyvrzvvynfheah5dki;/home/axom/axom_tpls/clang-14.0.0/gmake-4.4.1-z6rav4bbtoxhlimk3lo3zuhcobg2p5l6;/home/axom/axom_tpls/clang-14.0.0/conduit-0.9.2-am5eywgjadrfdslkbm2iiukrgony25jx;/home/axom/axom_tpls/clang-14.0.0/parmetis-4.0.3-totaqsyyaqqne76f3h3utf6he5hnfj3i;/home/axom/axom_tpls/clang-14.0.0/metis-5.1.0-vstqxoisaqzmauseelggw2ipkjxpxyb2;/home/axom/axom_tpls/clang-14.0.0/hdf5-1.8.23-pd77dfbbqmoujqh64homnougp5stx4mr;/home/axom/axom_tpls/clang-14.0.0/caliper-2.10.0-oirvdfkyevzclrrtc4d4fkoiccw7oshp;/home/axom/axom_tpls/clang-14.0.0/libunwind-1.6.2-yovgajxilzs4khvufv73arjcgya5tr25;/home/axom/axom_tpls/clang-14.0.0/elfutils-0.191-jzxk7dbbigew6uulryjbu3p3zmjobpa7;/home/axom/axom_tpls/clang-14.0.0/zstd-1.5.6-jdvede5e5ftsojui6ghblyl7u2znbnu3;/home/axom/axom_tpls/clang-14.0.0/zlib-ng-2.2.1-oevfc4jn574mzjvfakgsrsso5g7vc3uj;/home/axom/axom_tpls/clang-14.0.0/xz-5.4.6-zovyngtilewkrzialvu453oy3usgahmu;/home/axom/axom_tpls/clang-14.0.0/pkgconf-2.2.0-fs63yvwfbbvxaxmqdhh5jhtn6ch6slbg;/home/axom/axom_tpls/clang-14.0.0/libiconv-1.17-ejpqqyvgaa3bcjowgoxdtknuwbtja3bz;/home/axom/axom_tpls/clang-14.0.0/blt-0.6.2-i23yaxmyycvounaz4wfduk5vvaurliye;/home/axom/axom_tpls/clang-14.0.0/adiak-0.4.0-axvlay3g64yralqxz6tet3dg2ilxsd2z" CACHE STRING "")

set(CMAKE_INSTALL_RPATH_USE_LINK_PATH "ON" CACHE STRING "")

set(CMAKE_BUILD_RPATH "/home/axom/axom_tpls/clang-14.0.0/axom-develop-lgiwl2b7n52eg6c425uxbn5g4hecnoh4/lib;/home/axom/axom_tpls/clang-14.0.0/axom-develop-lgiwl2b7n52eg6c425uxbn5g4hecnoh4/lib64;/home/axom/axom_tpls/clang-14.0.0/adiak-0.4.0-d7z6dbud2wo5redc54jpxpca6zfch63n/lib;/home/axom/axom_tpls/clang-14.0.0/caliper-2.10.0-wj5rtnyg6zaf7bksoqfqqfsfbgptc6ef/lib;/home/axom/axom_tpls/clang-14.0.0/elfutils-0.190-p7yphf7bv5765wcur3vcdhlz4jbuklc4/lib;/home/axom/axom_tpls/clang-14.0.0/libiconv-1.17-ha3xngugbv2o6azu4bp4dhcbvct74rgj/lib;/home/axom/axom_tpls/clang-14.0.0/pkgconf-1.9.5-3z4u4krn4kjq3374f37nqcsqj2mulfxl/lib;/home/axom/axom_tpls/clang-14.0.0/xz-5.4.6-ifk7aohqs6fz4dhytn6w4iya6gcz3avu/lib;/home/axom/axom_tpls/clang-14.0.0/zlib-ng-2.1.6-t3ijs4ecfcyv4dyr2v4y555lnxjkubnr/lib;/home/axom/axom_tpls/clang-14.0.0/zstd-1.5.5-7r7dy2rjd4gfgdnywn2d3lvxo6r4y766/lib;/home/axom/axom_tpls/clang-14.0.0/libunwind-1.6.2-scystt7y72uftlw5v2o4tavrsktfd2sg/lib;/home/axom/axom_tpls/clang-14.0.0/conduit-0.9.1-lfxh5l5ngtswc7qkxpwejmxmj75kbucv/lib;/home/axom/axom_tpls/clang-14.0.0/hdf5-1.8.23-ff7tq76ofskjc4fr3mehe7dzoovvoi3p/lib;/home/axom/axom_tpls/clang-14.0.0/metis-5.1.0-cwicizetbw2saiqeohuoawepe5yzyzwr/lib;/home/axom/axom_tpls/clang-14.0.0/parmetis-4.0.3-2oiwd6fzdvamz7crvqrjd23an466qwya/lib;/home/axom/axom_tpls/clang-14.0.0/mfem-4.6.0-3tnuhhoq334focivaxxoc6tgeukkedsp/lib;/home/axom/axom_tpls/clang-14.0.0/hypre-2.24.0-3p44dyaeytjno7rlzom4oa6dw5xlaic3/lib;/home/axom/axom_tpls/clang-14.0.0/raja-2024.02.0-e5cxi4k7suylwq3jenni4lbygbncvmio/lib;/home/axom/axom_tpls/clang-14.0.0/camp-2024.02.0-ew3nu42cjjz6mlj7nz3rlykzjr2xjmtz/lib;/home/axom/axom_tpls/clang-14.0.0/umpire-2024.02.0-3w43hp32my2mdmd2juhocmkjdqnzqq2g/lib;/home/axom/axom_tpls/clang-14.0.0/fmt-10.2.1-xqv65krexlvp5fmkrqa7uri2xy3m5ymb/lib" CACHE STRING "")
set(CMAKE_BUILD_RPATH "/home/axom/axom_tpls/clang-14.0.0/axom-develop-77bsfofkeh2hi2ff7fstp2qsg2fzimak/lib;/home/axom/axom_tpls/clang-14.0.0/axom-develop-77bsfofkeh2hi2ff7fstp2qsg2fzimak/lib64;/home/axom/axom_tpls/clang-14.0.0/adiak-0.4.0-axvlay3g64yralqxz6tet3dg2ilxsd2z/lib;/home/axom/axom_tpls/clang-14.0.0/caliper-2.10.0-oirvdfkyevzclrrtc4d4fkoiccw7oshp/lib;/home/axom/axom_tpls/clang-14.0.0/elfutils-0.191-jzxk7dbbigew6uulryjbu3p3zmjobpa7/lib;/home/axom/axom_tpls/clang-14.0.0/libiconv-1.17-ejpqqyvgaa3bcjowgoxdtknuwbtja3bz/lib;/home/axom/axom_tpls/clang-14.0.0/pkgconf-2.2.0-fs63yvwfbbvxaxmqdhh5jhtn6ch6slbg/lib;/home/axom/axom_tpls/clang-14.0.0/xz-5.4.6-zovyngtilewkrzialvu453oy3usgahmu/lib;/home/axom/axom_tpls/clang-14.0.0/zlib-ng-2.2.1-oevfc4jn574mzjvfakgsrsso5g7vc3uj/lib;/home/axom/axom_tpls/clang-14.0.0/zstd-1.5.6-jdvede5e5ftsojui6ghblyl7u2znbnu3/lib;/home/axom/axom_tpls/clang-14.0.0/libunwind-1.6.2-yovgajxilzs4khvufv73arjcgya5tr25/lib;/home/axom/axom_tpls/clang-14.0.0/conduit-0.9.2-am5eywgjadrfdslkbm2iiukrgony25jx/lib;/home/axom/axom_tpls/clang-14.0.0/hdf5-1.8.23-pd77dfbbqmoujqh64homnougp5stx4mr/lib;/home/axom/axom_tpls/clang-14.0.0/metis-5.1.0-vstqxoisaqzmauseelggw2ipkjxpxyb2/lib;/home/axom/axom_tpls/clang-14.0.0/parmetis-4.0.3-totaqsyyaqqne76f3h3utf6he5hnfj3i/lib;/home/axom/axom_tpls/clang-14.0.0/mfem-4.6.0-4khgoizhebqald4wsjiriiep2nsuqrj2/lib;/home/axom/axom_tpls/clang-14.0.0/hypre-2.24.0-gmgla43c3i2sasbyvrzvvynfheah5dki/lib;/home/axom/axom_tpls/clang-14.0.0/raja-2024.07.0-wvpmv7ubnzad5frbffxkco37c4zwdh66/lib;/home/axom/axom_tpls/clang-14.0.0/camp-2024.07.0-drhul62p64d42qwqnc6sbazwxudcgtzo/lib;/home/axom/axom_tpls/clang-14.0.0/umpire-2024.07.0-sm47io5l4xfgy3enimczrmiijsw4pdol/lib;/home/axom/axom_tpls/clang-14.0.0/fmt-11.0.2-zxzr5ejl2icv2wkxrmytysohcwa56dym/lib" CACHE STRING "")

set(CMAKE_INSTALL_RPATH "/home/axom/axom_tpls/clang-14.0.0/axom-develop-lgiwl2b7n52eg6c425uxbn5g4hecnoh4/lib;/home/axom/axom_tpls/clang-14.0.0/axom-develop-lgiwl2b7n52eg6c425uxbn5g4hecnoh4/lib64;/home/axom/axom_tpls/clang-14.0.0/adiak-0.4.0-d7z6dbud2wo5redc54jpxpca6zfch63n/lib;/home/axom/axom_tpls/clang-14.0.0/caliper-2.10.0-wj5rtnyg6zaf7bksoqfqqfsfbgptc6ef/lib;/home/axom/axom_tpls/clang-14.0.0/elfutils-0.190-p7yphf7bv5765wcur3vcdhlz4jbuklc4/lib;/home/axom/axom_tpls/clang-14.0.0/libiconv-1.17-ha3xngugbv2o6azu4bp4dhcbvct74rgj/lib;/home/axom/axom_tpls/clang-14.0.0/pkgconf-1.9.5-3z4u4krn4kjq3374f37nqcsqj2mulfxl/lib;/home/axom/axom_tpls/clang-14.0.0/xz-5.4.6-ifk7aohqs6fz4dhytn6w4iya6gcz3avu/lib;/home/axom/axom_tpls/clang-14.0.0/zlib-ng-2.1.6-t3ijs4ecfcyv4dyr2v4y555lnxjkubnr/lib;/home/axom/axom_tpls/clang-14.0.0/zstd-1.5.5-7r7dy2rjd4gfgdnywn2d3lvxo6r4y766/lib;/home/axom/axom_tpls/clang-14.0.0/libunwind-1.6.2-scystt7y72uftlw5v2o4tavrsktfd2sg/lib;/home/axom/axom_tpls/clang-14.0.0/conduit-0.9.1-lfxh5l5ngtswc7qkxpwejmxmj75kbucv/lib;/home/axom/axom_tpls/clang-14.0.0/hdf5-1.8.23-ff7tq76ofskjc4fr3mehe7dzoovvoi3p/lib;/home/axom/axom_tpls/clang-14.0.0/metis-5.1.0-cwicizetbw2saiqeohuoawepe5yzyzwr/lib;/home/axom/axom_tpls/clang-14.0.0/parmetis-4.0.3-2oiwd6fzdvamz7crvqrjd23an466qwya/lib;/home/axom/axom_tpls/clang-14.0.0/mfem-4.6.0-3tnuhhoq334focivaxxoc6tgeukkedsp/lib;/home/axom/axom_tpls/clang-14.0.0/hypre-2.24.0-3p44dyaeytjno7rlzom4oa6dw5xlaic3/lib;/home/axom/axom_tpls/clang-14.0.0/raja-2024.02.0-e5cxi4k7suylwq3jenni4lbygbncvmio/lib;/home/axom/axom_tpls/clang-14.0.0/camp-2024.02.0-ew3nu42cjjz6mlj7nz3rlykzjr2xjmtz/lib;/home/axom/axom_tpls/clang-14.0.0/umpire-2024.02.0-3w43hp32my2mdmd2juhocmkjdqnzqq2g/lib;/home/axom/axom_tpls/clang-14.0.0/fmt-10.2.1-xqv65krexlvp5fmkrqa7uri2xy3m5ymb/lib" CACHE STRING "")
set(CMAKE_INSTALL_RPATH "/home/axom/axom_tpls/clang-14.0.0/axom-develop-77bsfofkeh2hi2ff7fstp2qsg2fzimak/lib;/home/axom/axom_tpls/clang-14.0.0/axom-develop-77bsfofkeh2hi2ff7fstp2qsg2fzimak/lib64;/home/axom/axom_tpls/clang-14.0.0/adiak-0.4.0-axvlay3g64yralqxz6tet3dg2ilxsd2z/lib;/home/axom/axom_tpls/clang-14.0.0/caliper-2.10.0-oirvdfkyevzclrrtc4d4fkoiccw7oshp/lib;/home/axom/axom_tpls/clang-14.0.0/elfutils-0.191-jzxk7dbbigew6uulryjbu3p3zmjobpa7/lib;/home/axom/axom_tpls/clang-14.0.0/libiconv-1.17-ejpqqyvgaa3bcjowgoxdtknuwbtja3bz/lib;/home/axom/axom_tpls/clang-14.0.0/pkgconf-2.2.0-fs63yvwfbbvxaxmqdhh5jhtn6ch6slbg/lib;/home/axom/axom_tpls/clang-14.0.0/xz-5.4.6-zovyngtilewkrzialvu453oy3usgahmu/lib;/home/axom/axom_tpls/clang-14.0.0/zlib-ng-2.2.1-oevfc4jn574mzjvfakgsrsso5g7vc3uj/lib;/home/axom/axom_tpls/clang-14.0.0/zstd-1.5.6-jdvede5e5ftsojui6ghblyl7u2znbnu3/lib;/home/axom/axom_tpls/clang-14.0.0/libunwind-1.6.2-yovgajxilzs4khvufv73arjcgya5tr25/lib;/home/axom/axom_tpls/clang-14.0.0/conduit-0.9.2-am5eywgjadrfdslkbm2iiukrgony25jx/lib;/home/axom/axom_tpls/clang-14.0.0/hdf5-1.8.23-pd77dfbbqmoujqh64homnougp5stx4mr/lib;/home/axom/axom_tpls/clang-14.0.0/metis-5.1.0-vstqxoisaqzmauseelggw2ipkjxpxyb2/lib;/home/axom/axom_tpls/clang-14.0.0/parmetis-4.0.3-totaqsyyaqqne76f3h3utf6he5hnfj3i/lib;/home/axom/axom_tpls/clang-14.0.0/mfem-4.6.0-4khgoizhebqald4wsjiriiep2nsuqrj2/lib;/home/axom/axom_tpls/clang-14.0.0/hypre-2.24.0-gmgla43c3i2sasbyvrzvvynfheah5dki/lib;/home/axom/axom_tpls/clang-14.0.0/raja-2024.07.0-wvpmv7ubnzad5frbffxkco37c4zwdh66/lib;/home/axom/axom_tpls/clang-14.0.0/camp-2024.07.0-drhul62p64d42qwqnc6sbazwxudcgtzo/lib;/home/axom/axom_tpls/clang-14.0.0/umpire-2024.07.0-sm47io5l4xfgy3enimczrmiijsw4pdol/lib;/home/axom/axom_tpls/clang-14.0.0/fmt-11.0.2-zxzr5ejl2icv2wkxrmytysohcwa56dym/lib" CACHE STRING "")

set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")

Expand Down Expand Up @@ -79,25 +79,25 @@ set(ENABLE_GTEST_DEATH_TESTS ON CACHE BOOL "")

set(TPL_ROOT "/home/axom/axom_tpls/clang-14.0.0" CACHE PATH "")

set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.9.1-lfxh5l5ngtswc7qkxpwejmxmj75kbucv" CACHE PATH "")
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.9.2-am5eywgjadrfdslkbm2iiukrgony25jx" CACHE PATH "")

# C2C not built

set(MFEM_DIR "${TPL_ROOT}/mfem-4.6.0-3tnuhhoq334focivaxxoc6tgeukkedsp" CACHE PATH "")
set(MFEM_DIR "${TPL_ROOT}/mfem-4.6.0-4khgoizhebqald4wsjiriiep2nsuqrj2" CACHE PATH "")

set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.23-ff7tq76ofskjc4fr3mehe7dzoovvoi3p" CACHE PATH "")
set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.23-pd77dfbbqmoujqh64homnougp5stx4mr" CACHE PATH "")

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

set(RAJA_DIR "${TPL_ROOT}/raja-2024.02.0-e5cxi4k7suylwq3jenni4lbygbncvmio" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-2024.07.0-wvpmv7ubnzad5frbffxkco37c4zwdh66" CACHE PATH "")

set(UMPIRE_DIR "${TPL_ROOT}/umpire-2024.02.0-3w43hp32my2mdmd2juhocmkjdqnzqq2g" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-2024.07.0-sm47io5l4xfgy3enimczrmiijsw4pdol" CACHE PATH "")

set(ADIAK_DIR "${TPL_ROOT}/adiak-0.4.0-d7z6dbud2wo5redc54jpxpca6zfch63n" CACHE PATH "")
set(ADIAK_DIR "${TPL_ROOT}/adiak-0.4.0-axvlay3g64yralqxz6tet3dg2ilxsd2z" CACHE PATH "")

set(CALIPER_DIR "${TPL_ROOT}/caliper-2.10.0-wj5rtnyg6zaf7bksoqfqqfsfbgptc6ef" CACHE PATH "")
set(CALIPER_DIR "${TPL_ROOT}/caliper-2.10.0-oirvdfkyevzclrrtc4d4fkoiccw7oshp" CACHE PATH "")

set(CAMP_DIR "${TPL_ROOT}/camp-2024.02.0-ew3nu42cjjz6mlj7nz3rlykzjr2xjmtz" CACHE PATH "")
set(CAMP_DIR "${TPL_ROOT}/camp-2024.07.0-drhul62p64d42qwqnc6sbazwxudcgtzo" CACHE PATH "")

# scr not built

Expand Down
Loading

0 comments on commit 70b3608

Please sign in to comment.