Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release candidate for v0.8.1 #1154

Merged
merged 22 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
099040a
Add the number of vdims to the fespace ID string and fix a bug for de…
jamiebramwell Jul 21, 2023
f2402d1
Update src/axom/sidre/core/MFEMSidreDataCollection.cpp
jamiebramwell Jul 21, 2023
437959b
make style
jamiebramwell Jul 21, 2023
302442e
make style
white238 Jul 21, 2023
60e49c4
Merge pull request #1147 from LLNL/main
rhornung67 Jul 26, 2023
bf4a93f
Merge branch 'develop' into feature/bramwell/mfem_sidre_fespace_annot…
white238 Jul 26, 2023
dd9cc9c
bump submodule
white238 Jul 26, 2023
cf6bfed
bump required versions
white238 Jul 26, 2023
57e84dc
let umpire find camp
white238 Jul 26, 2023
9da02a6
Merge pull request #1144 from LLNL/feature/bramwell/mfem_sidre_fespac…
white238 Jul 26, 2023
a5a1a8b
create camp_DIR variable for Umpire to use
white238 Jul 26, 2023
4ae1dd3
add docker host-configs
white238 Jul 27, 2023
0e5f5d1
rebump shared configs
white238 Jul 27, 2023
b2a726d
fix cmake version on lassen
white238 Jul 27, 2023
2a1f15c
Merge branch 'develop' into task/white238/update_raja_and_friends
rhornung67 Jul 27, 2023
85b7fce
add cz host-configs
white238 Jul 27, 2023
cb99e65
add rz host-configs
white238 Jul 27, 2023
5945be6
add new axom version and patch for umpire/camp issue
white238 Jul 27, 2023
86aebee
Merge pull request #1148 from LLNL/task/white238/update_raja_and_friends
white238 Jul 31, 2023
96c0034
Fill _IMPORT_ROOT in the CMake target. (#1152)
agcapps Aug 7, 2023
acfc0b3
Release candidate v0.8.1
agcapps Aug 8, 2023
9609c52
Tell Spack about our new version
agcapps Aug 8, 2023
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
2 changes: 1 addition & 1 deletion .gitlab/build_lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- when: on_success
before_script:
- module load cuda/11.2.0
- module load cmake/3.18.0
- module load cmake/3.21.1

####
# Template
Expand Down
1 change: 1 addition & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license: BSD-3-Clause
authors:
- family-names: Capps
given-names: Arlie
orcid: "https://orcid.org/0000-0003-0511-2645"
- family-names: Carson
given-names: Robert
- family-names: Corbett
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.7.0
Axom: ................................, version 0.8.1

Copyright (c) 2017-2023, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.
Expand Down
14 changes: 13 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/

## [Unreleased] - Release date yyyy-mm-dd

## [v0.8.1] - Release date 2023-08-dd

### Changed
- Updates to [RAJA version 2023.06.0][https://github.com/LLNL/RAJA/releases/tag/v2023.06.0]
- Updates to [camp version 2023.06.0][https://github.com/LLNL/camp/releases/tag/v2023.06.0]
- Updates to [Umpire version 2023.06.0][https://github.com/LLNL/Umpire/releases/tag/v2023.06.0]
### Fixed
- Fixed MFEMSidreDataCollection finite element space bug
- Various fixes to CMake machinery

## [v0.8.0] - Release date 2023-07-26

### Added
Expand Down Expand Up @@ -958,7 +968,9 @@ 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.7.0...develop
[Unreleased]: https://github.com/LLNL/axom/compare/v0.8.1...develop
[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
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'
CLANG10_IMAGENAME: 'axom/tpls:clang-10_07-10-23_22h-19m'
GCC11_IMAGENAME: 'axom/tpls:gcc-11_07-10-23_22h-19m'
CLANG10_IMAGENAME: 'axom/tpls:clang-10_07-26-23_22h-58m'
GCC11_IMAGENAME: 'axom/tpls:gcc-11_07-26-23_22h-58m'
system.debug: false

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

set(CMAKE_PREFIX_PATH "/home/axom/axom_tpls/clang-10.0.0/umpire-2022.10.0-poiqu74osyxwoxcwzlauyzu6q6pom7dd;/home/axom/axom_tpls/clang-10.0.0/raja-2022.10.5-nk2szvoktgmxnynrjlo4ihrof5fskg2b;/home/axom/axom_tpls/clang-10.0.0/camp-2022.10.1-kt6bbtmyqcycglsdrmmdmjjrzhn4cbmu;/home/axom/axom_tpls/clang-10.0.0/mfem-4.5.2-vlkan3esoqo4ext3qsa6m3qiau3gcetk;/home/axom/axom_tpls/clang-10.0.0/hypre-2.24.0-a7pavarlyr7ao3qlmwxbayorpwhmoazm;/home/axom/axom_tpls/clang-10.0.0/lua-5.4.4-5w3c5kbxtpxmoxcljzuxoczixmr7vlve;/home/axom/axom_tpls/clang-10.0.0/readline-8.2-gxedy6cgf5sabngl37xihiqosh4qqodd;/home/axom/axom_tpls/clang-10.0.0/ncurses-6.4-kpi3vqzy2j4fxy3bdhb5avsetkvvf65c;/home/axom/axom_tpls/clang-10.0.0/conduit-0.8.8-frwcazx76ivrq337w4i3sjgyuvavl7f3;/home/axom/axom_tpls/clang-10.0.0/parmetis-4.0.3-qb5ova7xrfnnjcnwjg277camap6xfu7d;/home/axom/axom_tpls/clang-10.0.0/metis-5.1.0-xlsz5xtc5npvrzlfkwjiho6uuotdmhv6;/home/axom/axom_tpls/clang-10.0.0/hdf5-1.8.22-u6laljs32gtrqbuc2tysixkb5vj6qypw;/home/axom/axom_tpls/clang-10.0.0/zlib-1.2.13-rgebxh4wloej77x6kjavjfh5cnjegtlj;/home/axom/axom_tpls/clang-10.0.0/gmake-4.4.1-ovbffagtyrtthibtg7dm4xghwjwejn2f;/home/axom/axom_tpls/clang-10.0.0/blt-0.5.3-6jop7ew6gg3noxponfcbnxswwckmjpyc" CACHE PATH "")
set(CMAKE_PREFIX_PATH "/home/axom/axom_tpls/clang-10.0.0/umpire-2023.06.0-ffv2unko7ol7xkbswptn6reo5vkk4z36;/home/axom/axom_tpls/clang-10.0.0/raja-2023.06.0-7mjlmrtwawof7ahtizt2kh3m7pzpaa6r;/home/axom/axom_tpls/clang-10.0.0/camp-2023.06.0-cpcbuctxxtzpikmmjzt5u43oonrsqyag;/home/axom/axom_tpls/clang-10.0.0/mfem-4.5.2-vlkan3esoqo4ext3qsa6m3qiau3gcetk;/home/axom/axom_tpls/clang-10.0.0/hypre-2.24.0-a7pavarlyr7ao3qlmwxbayorpwhmoazm;/home/axom/axom_tpls/clang-10.0.0/lua-5.4.4-g77yiae3ob3q5p7bdgurcj76fgc4uxe6;/home/axom/axom_tpls/clang-10.0.0/readline-8.2-ssf54hxnbztmn4c3gekrqfmu5ovcsexe;/home/axom/axom_tpls/clang-10.0.0/ncurses-6.4-ug6qch6hz5ysjky6ebx76pzg4qumoijl;/home/axom/axom_tpls/clang-10.0.0/conduit-0.8.8-zzhc6p6w4eed6gfuu6nc6kf4uazzsy3z;/home/axom/axom_tpls/clang-10.0.0/parmetis-4.0.3-qb5ova7xrfnnjcnwjg277camap6xfu7d;/home/axom/axom_tpls/clang-10.0.0/metis-5.1.0-xlsz5xtc5npvrzlfkwjiho6uuotdmhv6;/home/axom/axom_tpls/clang-10.0.0/hdf5-1.8.22-bwa77phd2gdupwroibbaz7oa24i5s4mg;/home/axom/axom_tpls/clang-10.0.0/zlib-1.2.13-rgebxh4wloej77x6kjavjfh5cnjegtlj;/home/axom/axom_tpls/clang-10.0.0/gmake-4.4.1-ovbffagtyrtthibtg7dm4xghwjwejn2f;/home/axom/axom_tpls/clang-10.0.0/blt-0.5.3-6jop7ew6gg3noxponfcbnxswwckmjpyc" CACHE PATH "")

set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")

Expand Down Expand Up @@ -75,21 +75,21 @@ set(ENABLE_GTEST_DEATH_TESTS ON CACHE BOOL "")

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

set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.8.8-frwcazx76ivrq337w4i3sjgyuvavl7f3" CACHE PATH "")
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.8.8-zzhc6p6w4eed6gfuu6nc6kf4uazzsy3z" CACHE PATH "")

# C2C not built

set(MFEM_DIR "${TPL_ROOT}/mfem-4.5.2-vlkan3esoqo4ext3qsa6m3qiau3gcetk" CACHE PATH "")

set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.22-u6laljs32gtrqbuc2tysixkb5vj6qypw" CACHE PATH "")
set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.22-bwa77phd2gdupwroibbaz7oa24i5s4mg" CACHE PATH "")

set(LUA_DIR "${TPL_ROOT}/lua-5.4.4-5w3c5kbxtpxmoxcljzuxoczixmr7vlve" CACHE PATH "")
set(LUA_DIR "${TPL_ROOT}/lua-5.4.4-g77yiae3ob3q5p7bdgurcj76fgc4uxe6" CACHE PATH "")

set(RAJA_DIR "${TPL_ROOT}/raja-2022.10.5-nk2szvoktgmxnynrjlo4ihrof5fskg2b" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-2023.06.0-7mjlmrtwawof7ahtizt2kh3m7pzpaa6r" CACHE PATH "")

set(UMPIRE_DIR "${TPL_ROOT}/umpire-2022.10.0-poiqu74osyxwoxcwzlauyzu6q6pom7dd" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-2023.06.0-ffv2unko7ol7xkbswptn6reo5vkk4z36" CACHE PATH "")

set(CAMP_DIR "${TPL_ROOT}/camp-2022.10.1-kt6bbtmyqcycglsdrmmdmjjrzhn4cbmu" CACHE PATH "")
set(CAMP_DIR "${TPL_ROOT}/camp-2023.06.0-cpcbuctxxtzpikmmjzt5u43oonrsqyag" CACHE PATH "")

# scr not built

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

set(CMAKE_PREFIX_PATH "/home/axom/axom_tpls/gcc-11.1.0/umpire-2022.10.0-62zo7bl3xiwqng7xc5z5bphrui2jmjt2;/home/axom/axom_tpls/gcc-11.1.0/raja-2022.10.5-td5iuxpfmti5maiqhqcueiivkcxl42nq;/home/axom/axom_tpls/gcc-11.1.0/camp-2022.10.1-p7zy67rtxpg7p2jbjs5n4l5mnmnbnve4;/home/axom/axom_tpls/gcc-11.1.0/mfem-4.5.2-dhj56qfyq3zkqiyjapqitz3iaeyjiu3r;/home/axom/axom_tpls/gcc-11.1.0/hypre-2.24.0-xsefh67wzc7yga4wotgcn4nktzsr3dko;/home/axom/axom_tpls/gcc-11.1.0/lua-5.4.4-3iwzuwuvnrymxte2nik7uqwfksk7ui5p;/home/axom/axom_tpls/gcc-11.1.0/readline-8.2-3ghsag74tthrw7kycdjwbstrhxwhiics;/home/axom/axom_tpls/gcc-11.1.0/ncurses-6.4-bqojhx5e5yk7qwezjqzchqtufyegrff7;/home/axom/axom_tpls/gcc-11.1.0/conduit-0.8.8-yohx25l7etfwzetmtcu6erdh3qnbglrn;/home/axom/axom_tpls/gcc-11.1.0/parmetis-4.0.3-wqjpma4axfmudec4ncgxkhgeyquzzneh;/home/axom/axom_tpls/gcc-11.1.0/metis-5.1.0-a6gendzgkorlnu2x6ogz4tywd4yp4c7t;/home/axom/axom_tpls/gcc-11.1.0/hdf5-1.8.22-tdsth6jhlgwhvfscnkpb24lbvvdtgobe;/home/axom/axom_tpls/gcc-11.1.0/zlib-1.2.13-k4fzfbz45b6qs3ysphaxrdowxyvjrg5p;/home/axom/axom_tpls/gcc-11.1.0/gmake-4.4.1-xoqy3bpcm7lirebrxjt4qvp3p72t3dmu;/home/axom/axom_tpls/gcc-11.1.0/blt-0.5.3-zthngkscrkhniwcjsfur5rglm6bkmge3" CACHE PATH "")
set(CMAKE_PREFIX_PATH "/home/axom/axom_tpls/gcc-11.1.0/umpire-2023.06.0-pdygmf4s7ggj4zqbrzy436omasf6eaee;/home/axom/axom_tpls/gcc-11.1.0/raja-2023.06.0-cyz2uqefpnhonaipzcnh4oiidyrfmnsx;/home/axom/axom_tpls/gcc-11.1.0/camp-2023.06.0-csawyq2dbktfyy7srozbr7lefkz2bjmc;/home/axom/axom_tpls/gcc-11.1.0/mfem-4.5.2-dhj56qfyq3zkqiyjapqitz3iaeyjiu3r;/home/axom/axom_tpls/gcc-11.1.0/hypre-2.24.0-xsefh67wzc7yga4wotgcn4nktzsr3dko;/home/axom/axom_tpls/gcc-11.1.0/lua-5.4.4-3iwzuwuvnrymxte2nik7uqwfksk7ui5p;/home/axom/axom_tpls/gcc-11.1.0/readline-8.2-3ghsag74tthrw7kycdjwbstrhxwhiics;/home/axom/axom_tpls/gcc-11.1.0/ncurses-6.4-bqojhx5e5yk7qwezjqzchqtufyegrff7;/home/axom/axom_tpls/gcc-11.1.0/conduit-0.8.8-yohx25l7etfwzetmtcu6erdh3qnbglrn;/home/axom/axom_tpls/gcc-11.1.0/parmetis-4.0.3-wqjpma4axfmudec4ncgxkhgeyquzzneh;/home/axom/axom_tpls/gcc-11.1.0/metis-5.1.0-a6gendzgkorlnu2x6ogz4tywd4yp4c7t;/home/axom/axom_tpls/gcc-11.1.0/hdf5-1.8.22-tdsth6jhlgwhvfscnkpb24lbvvdtgobe;/home/axom/axom_tpls/gcc-11.1.0/zlib-1.2.13-k4fzfbz45b6qs3ysphaxrdowxyvjrg5p;/home/axom/axom_tpls/gcc-11.1.0/gmake-4.4.1-xoqy3bpcm7lirebrxjt4qvp3p72t3dmu;/home/axom/axom_tpls/gcc-11.1.0/blt-0.5.3-zthngkscrkhniwcjsfur5rglm6bkmge3" CACHE PATH "")

set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")

Expand Down Expand Up @@ -83,11 +83,11 @@ set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.22-tdsth6jhlgwhvfscnkpb24lbvvdtgobe" CACHE PA

set(LUA_DIR "${TPL_ROOT}/lua-5.4.4-3iwzuwuvnrymxte2nik7uqwfksk7ui5p" CACHE PATH "")

set(RAJA_DIR "${TPL_ROOT}/raja-2022.10.5-td5iuxpfmti5maiqhqcueiivkcxl42nq" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-2023.06.0-cyz2uqefpnhonaipzcnh4oiidyrfmnsx" CACHE PATH "")

set(UMPIRE_DIR "${TPL_ROOT}/umpire-2022.10.0-62zo7bl3xiwqng7xc5z5bphrui2jmjt2" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-2023.06.0-pdygmf4s7ggj4zqbrzy436omasf6eaee" CACHE PATH "")

set(CAMP_DIR "${TPL_ROOT}/camp-2022.10.1-p7zy67rtxpg7p2jbjs5n4l5mnmnbnve4" CACHE PATH "")
set(CAMP_DIR "${TPL_ROOT}/camp-2023.06.0-csawyq2dbktfyy7srozbr7lefkz2bjmc" CACHE PATH "")

# scr not built

Expand Down
20 changes: 10 additions & 10 deletions host-configs/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# CMake executable path: /usr/tce/packages/cmake/cmake-3.21.1/bin/cmake
#------------------------------------------------------------------------------

set(CMAKE_PREFIX_PATH "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/umpire-2022.10.0-nyzh2mktmj7yrgt36xbszoe6bhxtasvl;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/raja-2022.10.5-e4e6wq6rfxcchp3byjujglkqc23b4rrq;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/camp-2022.10.1-jqt3og5ab6fvqr6g4krx4jfmohipo5hz;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/mfem-4.5.2-dbebdqverfh4lwgj5nal5d2vgmmvl4xb;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/hypre-2.24.0-vrxf2vyvdlmylt5u2cu3vy4dqdc76yvq;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/lua-5.4.4-o6kjgr3nt6ssvrj3mmonawxj3sbbcnel;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/conduit-0.8.8-6vxxfa5atbct57263kwixtpa5jz54kew;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/parmetis-4.0.3-aivfy5rovu5bwsiryry63apan5cdtc4m;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/metis-5.1.0-k7t53hncr4qxzqoyzhekte5rqrorclyh;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/hdf5-1.8.22-x626yhzvwnx7ssrmgl3lnvncx7s5nbkf;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/zlib-1.2.13-aple3eiihvtvpurrdvosba4qab7rgdnr;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/c2c-1.8.0-alkiietbi3stbihkzci37tecdzdyxpwh;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1/blt-0.5.3-e5rbowq4pvwwuchttguahzyjcpa5zvgr;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/python-3.10.10;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/python-3.10.10;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/python-3.10.10;/usr/tcetmp/packages/lapack/lapack-3.9.0-P9-gcc-7.3.1;/usr/tce/packages/clang/clang-10.0.0;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/graphviz-7.1.0;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/doxygen-1.8.14;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/cppcheck-2.9;/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-10.0.1-gcc-8.3.1;/usr/tcetmp;/usr/tce/packages/cmake/cmake-3.21.1" CACHE PATH "")
set(CMAKE_PREFIX_PATH "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/umpire-2023.06.0-x4j2bn55oz5hlsbgawepoej3kc3s3ama;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/raja-2023.06.0-r2xeiifolea4xkrfluvkeehaynhvaipr;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/camp-2023.06.0-55emwjpfri4sr52rqvnfb5fiqitgkyml;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/mfem-4.5.2-dbebdqverfh4lwgj5nal5d2vgmmvl4xb;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/hypre-2.24.0-vrxf2vyvdlmylt5u2cu3vy4dqdc76yvq;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/lua-5.4.4-o6kjgr3nt6ssvrj3mmonawxj3sbbcnel;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/conduit-0.8.8-yguteoqfyvdqs5qgcsxlvykqbn3jy6fl;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/parmetis-4.0.3-aivfy5rovu5bwsiryry63apan5cdtc4m;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/metis-5.1.0-k7t53hncr4qxzqoyzhekte5rqrorclyh;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/hdf5-1.8.22-ydeu5u4foixvz5oczqac5otuky4jq7en;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/zlib-1.2.13-aple3eiihvtvpurrdvosba4qab7rgdnr;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/c2c-1.8.0-alkiietbi3stbihkzci37tecdzdyxpwh;/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1/blt-0.5.3-e5rbowq4pvwwuchttguahzyjcpa5zvgr;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/python-3.10.10;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/python-3.10.10;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/python-3.10.10;/usr/tcetmp/packages/lapack/lapack-3.9.0-P9-gcc-7.3.1;/usr/tce/packages/clang/clang-10.0.0;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/graphviz-7.1.0;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/doxygen-1.8.14;/collab/usr/gapps/axom/devtools/blueos_3_ppc64le_ib_p9/latest/cppcheck-2.9;/usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-10.0.1-gcc-8.3.1;/usr/tcetmp;/usr/tce/packages/cmake/cmake-3.21.1" CACHE PATH "")

set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")

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

set(CMAKE_C_COMPILER "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/spack/lib/spack/env/clang/clang" CACHE PATH "")
set(CMAKE_C_COMPILER "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/spack/lib/spack/env/clang/clang" CACHE PATH "")

set(CMAKE_CXX_COMPILER "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/spack/lib/spack/env/clang/clang++" CACHE PATH "")
set(CMAKE_CXX_COMPILER "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/spack/lib/spack/env/clang/clang++" CACHE PATH "")

set(CMAKE_Fortran_COMPILER "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/spack/lib/spack/env/clang/gfortran" CACHE PATH "")
set(CMAKE_Fortran_COMPILER "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/spack/lib/spack/env/clang/gfortran" CACHE PATH "")

else()

Expand Down Expand Up @@ -79,23 +79,23 @@ set(BLT_CMAKE_IMPLICIT_LINK_DIRECTORIES_EXCLUDE "/usr/tce/packages/gcc/gcc-4.9.3
# TPLs
#------------------------------------------------------------------------------

set(TPL_ROOT "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_09_16_57_46/clang-10.0.1.1" CACHE PATH "")
set(TPL_ROOT "/usr/WS1/axom/libs/blueos_3_ppc64le_ib_p9/2023_07_26_17_42_42/clang-10.0.1.1" CACHE PATH "")

set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.8.8-6vxxfa5atbct57263kwixtpa5jz54kew" CACHE PATH "")
set(CONDUIT_DIR "${TPL_ROOT}/conduit-0.8.8-yguteoqfyvdqs5qgcsxlvykqbn3jy6fl" CACHE PATH "")

set(C2C_DIR "${TPL_ROOT}/c2c-1.8.0-alkiietbi3stbihkzci37tecdzdyxpwh" CACHE PATH "")

set(MFEM_DIR "${TPL_ROOT}/mfem-4.5.2-dbebdqverfh4lwgj5nal5d2vgmmvl4xb" CACHE PATH "")

set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.22-x626yhzvwnx7ssrmgl3lnvncx7s5nbkf" CACHE PATH "")
set(HDF5_DIR "${TPL_ROOT}/hdf5-1.8.22-ydeu5u4foixvz5oczqac5otuky4jq7en" CACHE PATH "")

set(LUA_DIR "${TPL_ROOT}/lua-5.4.4-o6kjgr3nt6ssvrj3mmonawxj3sbbcnel" CACHE PATH "")

set(RAJA_DIR "${TPL_ROOT}/raja-2022.10.5-e4e6wq6rfxcchp3byjujglkqc23b4rrq" CACHE PATH "")
set(RAJA_DIR "${TPL_ROOT}/raja-2023.06.0-r2xeiifolea4xkrfluvkeehaynhvaipr" CACHE PATH "")

set(UMPIRE_DIR "${TPL_ROOT}/umpire-2022.10.0-nyzh2mktmj7yrgt36xbszoe6bhxtasvl" CACHE PATH "")
set(UMPIRE_DIR "${TPL_ROOT}/umpire-2023.06.0-x4j2bn55oz5hlsbgawepoej3kc3s3ama" CACHE PATH "")

set(CAMP_DIR "${TPL_ROOT}/camp-2022.10.1-jqt3og5ab6fvqr6g4krx4jfmohipo5hz" CACHE PATH "")
set(CAMP_DIR "${TPL_ROOT}/camp-2023.06.0-55emwjpfri4sr52rqvnfb5fiqitgkyml" CACHE PATH "")

# scr not built

Expand Down
Loading
Loading