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

feat: Simplify region statistics output in HDF5 #3314

Open
wants to merge 132 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
c71fb78
initial C++14 SFINAE implementation, to detect last accessed memory s…
wrtobin Apr 3, 2023
6d7b8b0
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
wrtobin Apr 6, 2023
7bd8094
modifying packing traits for naming clarity, encapsulating impl funct…
wrtobin Apr 6, 2023
29371d8
typo
wrtobin Apr 6, 2023
75c0d43
static_asserts to prevent internal misuse, and working on improving S…
wrtobin Apr 13, 2023
a4893ec
merge
wrtobin Apr 13, 2023
3f9f96e
resolve
wrtobin Apr 13, 2023
376bfb6
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
May 4, 2023
0b43ed5
after merge
May 4, 2023
4996988
uncrustify stage
May 5, 2023
2802ed3
an X hanging around
May 9, 2023
f9abced
modify traits
May 9, 2023
62a77ae
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
May 10, 2023
d561f91
update doc
May 10, 2023
39b02d5
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
wrtobin May 15, 2023
dd71040
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
wrtobin Jun 14, 2023
0c2de71
fix for isPackable device-packing check on raw type instead of declty…
wrtobin Jun 20, 2023
99365ab
checkTouch
wrtobin Jun 20, 2023
a744f03
wip
wrtobin Jun 22, 2023
6b5341b
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
Jul 12, 2023
39cba69
up hdf5 interface
Jul 12, 2023
3251a8f
fix unit test + remove ambigous constructor
Jul 12, 2023
33c370c
fix host pack arrayview
wrtobin Jul 19, 2023
e5dea8e
merge dev
wrtobin Jul 19, 2023
4e39f20
merge dev
wrtobin Jul 28, 2023
4931875
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
wrtobin Oct 16, 2023
adfb535
resolving merge-in
wrtobin Oct 16, 2023
0b75ec0
lvarray
wrtobin Oct 16, 2023
ca854fd
merging in develop
wrtobin Oct 17, 2023
99f66f6
resolving merge
wrtobin Nov 2, 2023
a8e17e0
unit test merge resolution
wrtobin Nov 2, 2023
fe0e484
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
Nov 15, 2023
7d4e6ba
fix
Nov 15, 2023
7689ad8
fix
Nov 15, 2023
af8708a
merge-in
wrtobin Dec 5, 2023
e511914
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
wrtobin Dec 5, 2023
80cf387
merge wip
wrtobin Jan 3, 2024
abae456
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
wrtobin Jan 3, 2024
3b97e49
merge-in from dev
wrtobin Apr 2, 2024
37fe3d1
mostly just cleanup
wrtobin Apr 2, 2024
2834c2b
cleanup and debugging
wrtobin Apr 2, 2024
4311984
merge-in from dev
wrtobin Apr 2, 2024
c61cc8f
formatting
wrtobin Apr 2, 2024
060cd1d
wip mpm fixes
wrtobin Apr 4, 2024
f81b0fc
Merge remote-tracking branch 'origin/develop' into feature/wrtobin/me…
arng40 Jun 27, 2024
bf7312d
merge fix
arng40 Jun 27, 2024
88935b9
generated files
arng40 Jun 27, 2024
f7a7210
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
arng40 Aug 22, 2024
7e2fd6e
Region statistics transform to class
arng40 Aug 27, 2024
87914ce
exemple deck with new mecanism
arng40 Aug 27, 2024
6efd12b
class for component generation ( pack/timeHistoOuput)
arng40 Aug 27, 2024
9a560c0
code update
arng40 Aug 27, 2024
46a4d03
rst/test
arng40 Aug 27, 2024
786e359
embedded region for singlePhase
arng40 Aug 29, 2024
536a133
doc and cleanup
arng40 Aug 29, 2024
13a6c76
uncrustify
arng40 Aug 29, 2024
91f3440
constness
arng40 Aug 29, 2024
0c494b6
xsd
arng40 Aug 29, 2024
9410d7b
xsd....
arng40 Aug 29, 2024
bae55e9
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
arng40 Aug 29, 2024
1956b2e
some simplifications & doc
arng40 Aug 30, 2024
1fe470f
remove unacessary lib
arng40 Aug 30, 2024
32fae3e
lv
arng40 Sep 25, 2024
e05ecfe
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
arng40 Sep 25, 2024
9af6cd5
fix merge
arng40 Sep 25, 2024
856b118
singlephase test fail test correction
arng40 Sep 27, 2024
3e31824
fix signlephase test
arng40 Sep 27, 2024
243b35a
[draft] testController
arng40 Sep 27, 2024
f950edb
some refactor
arng40 Sep 27, 2024
8a4fd4c
attempt checkMultiPhaseFluxStatisticsMol test
arng40 Sep 27, 2024
dce6b5a
testFlowStatistics fixed
arng40 Sep 30, 2024
f863f4e
rename StatOutputController name
arng40 Sep 30, 2024
ff7df59
doxygen hpp correction
arng40 Sep 30, 2024
55faa37
doxygen
arng40 Sep 30, 2024
6cabaab
typo and unit test fix
wrtobin Sep 30, 2024
c621cf7
missing doxygen
arng40 Oct 1, 2024
c0c726c
Merge branch 'feature/dudes/output-regions' of https://github.com/GEO…
arng40 Oct 1, 2024
ba4a7fe
const + small modif
arng40 Oct 1, 2024
891fad6
uncrustify
arng40 Oct 1, 2024
3fe7e30
seems like a gcc-9 bug, trying a quick-fix
wrtobin Oct 1, 2024
961a6ef
lvarray update
wrtobin Oct 1, 2024
731a4cd
momentarily suppress possibly failing tests as a sanity check
wrtobin Oct 1, 2024
8645916
momentarily suppress possibly failing tests as a sanity check
wrtobin Oct 1, 2024
6965cd3
momentarily suppress possibly failing tests as a sanity check
wrtobin Oct 1, 2024
dd32dd4
momentarily suppress possibly failing tests as a sanity check
wrtobin Oct 1, 2024
e31ea01
lvarray, turn on one failing test
wrtobin Oct 1, 2024
cab13c0
maybe?
wrtobin Oct 1, 2024
4c00485
probably just a compiler bug
wrtobin Oct 1, 2024
33af708
what if we just turn those tests off on gcc-9.4.0 due to the double-f…
wrtobin Oct 1, 2024
ee7711d
lvarray
wrtobin Oct 1, 2024
5140549
turn tests back on
wrtobin Oct 1, 2024
866ed2d
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
arng40 Oct 2, 2024
3ed16c5
attempting to fix doxygen issue
MelReyCG Oct 4, 2024
9cad9ec
[INCOMPLETE] setup unit test
arng40 Oct 21, 2024
4de2a91
test hdf generation
arng40 Oct 21, 2024
620af2d
Merge branch 'feature/dudes/output-regions' of https://github.com/GEO…
arng40 Oct 21, 2024
c8ef4f0
add file creation verification + timeHistory path verif
arng40 Oct 22, 2024
fcdb564
revert thermalLeakyWell
arng40 Oct 22, 2024
ae4f48a
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
arng40 Oct 22, 2024
04fbba3
fix merge
arng40 Oct 22, 2024
f243ef5
add path in controller
arng40 Oct 31, 2024
ade7114
simpl on test
arng40 Nov 5, 2024
01dbd47
remove unneccesary "/" in test
arng40 Nov 5, 2024
b220585
revert xml
arng40 Nov 6, 2024
bedf53d
simplification, regionStats in cpp, revised test
arng40 Nov 7, 2024
f084c02
region stats class -> struct
arng40 Nov 8, 2024
f0c9998
remove statsVKS
arng40 Nov 8, 2024
b70666d
add context for stat output controller error
arng40 Nov 13, 2024
f7f0cac
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
arng40 Nov 13, 2024
e4c89d2
wrapperHelper : can_memcpy -> is_device_packable_v
arng40 Nov 14, 2024
01f6fbf
remove unecessary assert + packCollection renaming
arng40 Nov 19, 2024
f6e7e5c
renaming + adding viewkeystruct
arng40 Nov 19, 2024
a1f5821
move testStatController to fluidFlowTest
arng40 Nov 19, 2024
ad8f7eb
revert setInputFlag
arng40 Nov 20, 2024
7f8a9e3
revised review (:
arng40 Nov 20, 2024
4e2e548
enabling trait that never could get verified
MelReyCG Dec 3, 2024
9302eae
missing logging capabilities
MelReyCG Dec 3, 2024
232ea0d
Merge branch 'feature/dudes/output-regions' of https://github.com/GEO…
MelReyCG Dec 3, 2024
1b9729c
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
MelReyCG Dec 3, 2024
c4f29d0
fixing diverse merge issues
MelReyCG Dec 4, 2024
c632fb4
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
MelReyCG Dec 4, 2024
00aa309
fixing merge issue
MelReyCG Dec 4, 2024
df36891
removed dead code
MelReyCG Dec 4, 2024
c99a7bf
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
MelReyCG Dec 5, 2024
962ddc1
revert setInputFlag
arng40 Dec 10, 2024
a4b18eb
Merge branch 'feature/dudes/output-regions' of https://github.com/GEO…
arng40 Dec 10, 2024
022cbd1
viewkeyStruct move to fieldBase and variable renamed
arng40 Dec 10, 2024
8072e6f
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
arng40 Dec 10, 2024
5d8c99c
change compoennt mass name
arng40 Jan 6, 2025
d6c7299
update submodule
arng40 Jan 13, 2025
c705a60
Merge remote-tracking branch 'origin/develop' into feature/dudes/outp…
arng40 Jan 13, 2025
1246065
update submodule
arng40 Jan 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Merge branch 'develop' into feature/wrtobin/memspace-aware-packing
  • Loading branch information
Lionel Untereiner committed May 4, 2023
commit 376bfb6f64cc29b1f980fae0b1440e050fb40310
13 changes: 8 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ stages:
.build_script:
script:
# Change submodule paths to absolute github paths (default is relative to GEOSX gitlab path)
- git submodule set-url src/coreComponents/LvArray https://github.com/GEOSX/LvArray.git
- git submodule set-url src/coreComponents/LvArray https://github.com/GEOS-DEV/LvArray.git
- git submodule set-url src/cmake/blt https://github.com/LLNL/blt.git
- git submodule set-url src/coreComponents/constitutive/PVTPackage https://github.com/GEOSX/PVTPackage.git
- git submodule set-url src/coreComponents/constitutive/PVTPackage https://github.com/GEOS-DEV/PVTPackage.git
- git submodule set-url integratedTests git@github.com:GEOSX/integratedTests.git
- git submodule set-url src/coreComponents/fileIO/coupling/hdf5_interface https://github.com/GEOSX/hdf5_interface.git
- git submodule set-url src/coreComponents/fileIO/coupling/hdf5_interface https://github.com/GEOS-DEV/hdf5_interface.git

# Update submodules
- git submodule update --init --recursive src/cmake/blt
Expand All @@ -30,6 +30,9 @@ stages:

- mkdir ${SYSTEM}

# geosxats needs python2 to run
- module load python/2

# CONFIGURE
- echo "~~~~~~~~~~ START - configure ~~~~~~~~~~~"
- config_code=0
Expand Down Expand Up @@ -117,9 +120,9 @@ stages:

####
# quartz job
quartz_clang_10_0_0_build:
quartz_clang_14_build:
variables:
HOST_CONFIG: "quartz-clang@10.0.0.cmake"
HOST_CONFIG: "quartz-clang@14.cmake"
extends: [.build_on_quartz]

####
Expand Down
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "src/coreComponents/LvArray"]
path = src/coreComponents/LvArray
url = ../../GEOSX/LvArray.git
url = ../../GEOS-DEV/LvArray.git
[submodule "src/cmake/blt"]
path = src/cmake/blt
url = ../../LLNL/blt.git
[submodule "src/coreComponents/constitutive/PVTPackage"]
path = src/coreComponents/constitutive/PVTPackage
url = ../../GEOSX/PVTPackage.git
url = ../../GEOS-DEV/PVTPackage.git
[submodule "integratedTests"]
path = integratedTests
url = ../../GEOSX/integratedTests.git
url = ../../GEOS-DEV/integratedTests.git
[submodule "src/coreComponents/fileIO/coupling/hdf5_interface"]
path = src/coreComponents/fileIO/coupling/hdf5_interface
url = ../../GEOSX/hdf5_interface.git
url = ../../GEOS-DEV/hdf5_interface.git
93 changes: 0 additions & 93 deletions .grapeconfig

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vm:

env:
global:
- GEOSX_TPL_TAG=203-915
- GEOSX_TPL_TAG=215-929
- secure: CGs2uH6efq1Me6xJWRr0BnwtwxoujzlowC4FHXHdWbNOkPsXf7nCgdaW5vthfD3bhnOeEUQSrfxdhTRtyU/NfcKLmKgGBnZOdUG4/JJK4gDSJ2Wp8LZ/mB0QEoODKVxbh+YtoAiHe3y4M9PGCs+wkNDw/3eEU00cK12DZ6gad0RbLjI3xkhEr/ZEZDZkcYg9yHAhl5bmpqoh/6QGnIg8mxIqdAtGDw+6tT0EgUqjeqc5bG5WwsamKzJItHSXD5zx8IJAlgDk4EzEGjZe0m56YnNfb9iwqqUsmL3Cuwgs7ByVDYw78JC5Kv42YqoxA5BxMT2mFsEe37TpYNXlzofU7ma2Duw9DGXWQd4IkTCcBxlyR0I0bfo0TmgO+y7PYG9lIyHPUkENemdozsZcWamqqkqegiEdRhDVYlSRo3mu7iCwTS6ZTALliVyEYjYxYb7oAnR3cNywXjblTCI8oKfgLSY+8WijM9SRl57JruIHLkLMCjmRI+cZBfv5tS2tYQTBPkygGrigrrN77ZiC7/TGyfggSN0+y0oYtOAgqEnBcKcreiibMW7tKcV2Z1RFD9ZvIkSc1EXLUPDP8FX1oyhmqBMqVo8LksrYLDJHQ05+F3YNgl2taSt7uMjQ4e8iZ3/IjFeMnbylDw+cj/RbS520HXsFPbWFm2Pb9pceA9n6GnY=

# The integrated test repository contains large data (using git lfs) and we do not use them here.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ title: "GEOSX"
version: 0.2.1
doi: 10.5281/zenodo.7151032
date-released: 2022-10-06
url: "https://github.com/GEOSX/GEOSX"
url: "https://github.com/GEOS-DEV/GEOS"
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CONTRIBUTORS
A current list of individuals who have contributed source code to the
GEOSX project is available at:

https://github.com/GEOSX/GEOSX/graphs/contributors
https://github.com/GEOS-DEV/GEOS/graphs/contributors
12 changes: 6 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
[comment]: # (All right reserved)
[comment]: #
[comment]: # (For more details see:)
[comment]: # ( https://github.com/GEOSX/GEOSX/LICENSE)
[comment]: # ( https://github.com/GEOSX/GEOSX/COPYRIGHT)
[comment]: # ( https://github.com/GEOSX/GEOSX/CONTRIBUTORS)
[comment]: # ( https://github.com/GEOSX/GEOSX/NOTICE)
[comment]: # ( https://github.com/GEOSX/GEOSX/ACKNOWLEDGEMENTS)
[comment]: # ( https://github.com/GEOSX/GEOSX/RELEASE)
[comment]: # ( https://github.com/GEOS-DEV/GEOS/LICENSE)
[comment]: # ( https://github.com/GEOS-DEV/GEOS/COPYRIGHT)
[comment]: # ( https://github.com/GEOS-DEV/GEOS/CONTRIBUTORS)
[comment]: # ( https://github.com/GEOS-DEV/GEOS/NOTICE)
[comment]: # ( https://github.com/GEOS-DEV/GEOS/ACKNOWLEDGEMENTS)
[comment]: # ( https://github.com/GEOS-DEV/GEOS/RELEASE)


Version v0.2.0 -- Release date 2020-06-20
Expand Down
8 changes: 4 additions & 4 deletions examples/ObjectCatalog/Base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ class Parameter
Parameter( Parameter const & source ):
member( source.member )
{
GEOSX_LOG( "called copy constructor for Parameter" );
GEOS_LOG( "called copy constructor for Parameter" );
}

#if ( __cplusplus >= 201103L )
Parameter( Parameter && source ):
member( std::move( source.member ))
{
GEOSX_LOG( "called move constructor for Parameter" );
GEOS_LOG( "called move constructor for Parameter" );
}
#endif

Expand All @@ -47,12 +47,12 @@ class Base
public:
Base( int junk, double const & junk2, Parameter& pbv )
{
GEOSX_LOG( "calling Base constructor with arguments (" << junk << " " << junk2 << ")" );
GEOS_LOG( "calling Base constructor with arguments (" << junk << " " << junk2 << ")" );
}

~Base()
{
GEOSX_LOG( "calling Base destructor" );
GEOS_LOG( "calling Base destructor" );
}

using CatalogInterface = dataRepository::CatalogInterface< Base, int, double const &, Parameter& >;
Expand Down
4 changes: 2 additions & 2 deletions examples/ObjectCatalog/Derived1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
Derived1::Derived1( int junk, double const & junk2, Parameter& param ):
Base( junk, junk2, param )
{
GEOSX_LOG( "calling Derived1 constructor with arguments ("<<junk<<" "<<junk2<<")" );
GEOS_LOG( "calling Derived1 constructor with arguments ("<<junk<<" "<<junk2<<")" );
}

Derived1::~Derived1()
{
GEOSX_LOG( "calling Derived1 destructor" );
GEOS_LOG( "calling Derived1 destructor" );
}

REGISTER_CATALOG_ENTRY( Base, Derived1, int, double const &, Parameter& )
4 changes: 2 additions & 2 deletions examples/ObjectCatalog/Derived2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
Derived2::Derived2( int junk, double const & junk2, Parameter& param ):
Base( junk, junk2, param )
{
GEOSX_LOG( "calling Derived2 constructor with arguments ("<<junk<<" "<<junk2<<")" );
GEOS_LOG( "calling Derived2 constructor with arguments ("<<junk<<" "<<junk2<<")" );
}

Derived2::~Derived2()
{
GEOSX_LOG( "calling Derived2 destructor" );
GEOS_LOG( "calling Derived2 destructor" );
}

REGISTER_CATALOG_ENTRY( Base, Derived2, int, double const &, Parameter& )
8 changes: 4 additions & 4 deletions examples/ObjectCatalog/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@

int main( int argc, char *argv[] )
{
GEOSX_LOG( "EXECUTING MAIN" );
GEOS_LOG( "EXECUTING MAIN" );
int junk = 1;
double junk2 = 3.14;
double junk3 = 2*3.14;
Parameter param;


GEOSX_LOG( "Attempting to create a Derived1 object" );
GEOS_LOG( "Attempting to create a Derived1 object" );
std::unique_ptr<Base> derived1 = Base::CatalogInterface::Factory( "derived1", junk, junk2, param );
GEOSX_LOG( "Attempting to create a Derived2 object" );
GEOS_LOG( "Attempting to create a Derived2 object" );
std::unique_ptr<Base> derived2 = Base::CatalogInterface::Factory( "derived2", junk, junk3, param );

Base::CatalogInterface::catalog_cast<Derived1>( *(derived2.get()));
GEOSX_LOG( "EXITING MAIN" );
GEOS_LOG( "EXITING MAIN" );
}
1 change: 1 addition & 0 deletions host-configs/LLNL/lassen-base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ set(ESSL_LIBRARIES /usr/tcetmp/packages/essl/essl-6.2.1/lib64/libesslsmpcuda.so
# TPL
set(ENABLE_PAPI OFF CACHE BOOL "")
set(SILO_BUILD_TYPE powerpc64-unknown-linux-gnu CACHE STRING "")
set(ENABLE_FESAPI OFF CACHE BOOL "" FORCE)

# GEOSX specific options
set(ENABLE_PVTPackage ON CACHE BOOL "")
Expand Down
4 changes: 2 additions & 2 deletions host-configs/LLNL/lassen-clang@upstream.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
include(${CMAKE_CURRENT_LIST_DIR}/../../src/coreComponents/LvArray/host-configs/LLNL/lassen-clang@upstream.cmake)

# Fortran
set(CMAKE_Fortran_COMPILER /usr/tce/packages/xl/xl-beta-2019.06.20/bin/xlf_r CACHE PATH "")
set(CMAKE_Fortran_COMPILER /usr/tce/packages/xl/xl-2020.11.12/bin/xlf_r CACHE PATH "")
set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -DNDEBUG -qarch=pwr9 -qtune=pwr9" CACHE STRING "")
set(FORTRAN_MANGLE_NO_UNDERSCORE ON CACHE BOOL "")
set(OpenMP_Fortran_FLAGS "-qsmp=omp" CACHE STRING "")
set(OpenMP_Fortran_LIB_NAMES "" CACHE STRING "")

# MPI
set(MPI_HOME /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-clang-upstream-2019.03.26 CACHE PATH "")
set(MPI_Fortran_COMPILER /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-beta-2019.06.20/bin/mpifort CACHE PATH "")
set(MPI_Fortran_COMPILER /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-2020.11.12/bin/mpifort CACHE PATH "")

include(${CMAKE_CURRENT_LIST_DIR}/lassen-base.cmake)

22 changes: 20 additions & 2 deletions host-configs/LLNL/quartz-base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,28 @@ set(ENABLE_OPENMP ON CACHE BOOL "")
set(ENABLE_PVTPackage ON CACHE BOOL "")
set(ENABLE_PETSC OFF CACHE BOOL "Enables PETSc." FORCE)

# PYGEOSX
set(ENABLE_PYGEOSX ON CACHE BOOL "")
set(Python3_ROOT_DIR /usr/gapps/GEOSX/thirdPartyLibs/python/quartz-gcc-python/python CACHE PATH "")
set(Python3_EXECUTABLE ${Python3_ROOT_DIR}/bin/python3 CACHE PATH "")

# YAPF python formatting
set(YAPF_EXECUTABLE /usr/gapps/GEOSX/thirdPartyLibs/python/linux-rhel7-x86_64-gcc@8.1.0/python@3.8.5/bin/yapf CACHE PATH "" FORCE)
set(YAPF_EXECUTABLE /usr/gapps/GEOSX/thirdPartyLibs/python/quartz-gcc-python/python/bin/yapf CACHE PATH "" FORCE)

# Sphinx
set(SPHINX_EXECUTABLE /usr/gapps/GEOSX/thirdPartyLibs/python/documentation/documentation/bin/sphinx-build CACHE PATH "" FORCE)
set(SPHINX_EXECUTABLE /usr/gapps/GEOSX/thirdPartyLibs/python/quartz-gcc-python/python/bin/sphinx-build CACHE PATH "" FORCE)


set(ENABLE_FESAPI OFF CACHE BOOL "" FORCE)

# MKL
set(ENABLE_MKL ON CACHE BOOL "")
set(MKL_ROOT /usr/tce/packages/mkl/mkl-2022.1.0)
set(MKL_INCLUDE_DIRS ${MKL_ROOT}/include CACHE STRING "")
set(MKL_LIBRARIES ${MKL_ROOT}/lib/intel64/libmkl_intel_lp64.so
${MKL_ROOT}/lib/intel64/libmkl_gnu_thread.so
${MKL_ROOT}/lib/intel64/libmkl_core.so
CACHE STRING "")


include(${CMAKE_CURRENT_LIST_DIR}/../tpls.cmake)
23 changes: 0 additions & 23 deletions host-configs/LLNL/quartz-clang@10.0.0.cmake

This file was deleted.

24 changes: 0 additions & 24 deletions host-configs/LLNL/quartz-clang@13.0.0.cmake

This file was deleted.

11 changes: 11 additions & 0 deletions host-configs/LLNL/quartz-clang@14.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include(${CMAKE_CURRENT_LIST_DIR}/../../src/coreComponents/LvArray/host-configs/LLNL/quartz-clang@14.cmake)

# Fortran
set(CMAKE_Fortran_COMPILER /usr/tce/packages/gcc/gcc-12.1.1-magic/bin/gfortran CACHE PATH "")
set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -DNDEBUG -march=native -mtune=native" CACHE STRING "")

# MPI
set(MPI_HOME /usr/tce/packages/mvapich2/mvapich2-2.3.6-clang-14.0.6-magic CACHE PATH "")


include(${CMAKE_CURRENT_LIST_DIR}/quartz-base.cmake)
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.