Skip to content

Commit

Permalink
Merge branch 'develop' into feature/wrtobin/non-mpio-th
Browse files Browse the repository at this point in the history
  • Loading branch information
wrtobin authored Dec 17, 2024
2 parents f71d2ba + 93f0252 commit 4d172ea
Show file tree
Hide file tree
Showing 2,763 changed files with 174,123 additions and 66,012 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"GEOS_TPL_TAG": "256-147"
"GEOS_TPL_TAG": "288-584"
}
},
"runArgs": [
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
/usr/bin/ln -s /workspaces/GEOS/.vscode-codespaces /workspaces/GEOS/.vscode
# Activate the appropriate submodules
git submodule init
git submodule deinit integratedTests
git submodule update
# Load the pretty printer for LvArray
echo "source /workspaces/GEOS/src/coreComponents/LvArray/scripts/gdb-printers-shallow.py" > ~/.gdbinit
179 changes: 179 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@



# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @rrsettgast

/.github/ @rrsettgast

/BASELINE_NOTES.md
/.integrated_tests.yaml @rrsettgast @CusiniM @cssherman @wrtobin @castelletto1 @jhuang2601 @paveltomin
/inputFiles @rrsettgast @CusiniM @cssherman @paveltomin @jhuang2601
/inputFiles/compositionalMultiphaseFlow @paveltomin @dkachuma
/inputFiles/compositionalMultiphaseWell @CusiniM @paveltomin @tjb-ltk @dkachuma
/inputFiles/efemFractureMechanics @CusiniM @matteofrigo5 @Guotong-Ren
/inputFiles/hydraulicFracturing @CusiniM @rrsettgast @frankfeifan @Guotong-Ren @cssherman @jhuang2601
/inputFiles/inducedSeismicity @CusiniM @matteofrigo5 @VidarStiernstrom
/inputFiles/initialization @rrsettgast @jhuang2601
/inputFiles/lagrangianContactMechanics @CusiniM @jhuang2601 @matteofrigo5
/inputFiles/materialPointMethod @homel1 @cmcrook5
/inputFiles/meshGeneration @rrsettgast @cssherman
/inputFiles/multiphaseFlowFractures @CusiniM @paveltomin @jhuang2601
/inputFiles/multipleMeshBodies @rrsettgast @wrtobin
/inputFiles/phaseField @CusiniM @frankfeifan
/inputFiles/poromechanics @CusiniM @castelletto1 @paveltomin @jhuang2601 @ryar9534
/inputFiles/poromechanicsFractures @CusiniM @castelletto1 @paveltomin @jhuang2601
/inputFiles/proppant @rrsettgast @jhuang2601
/inputFiles/relpermDriver @dkachuma @paveltomin @jafranc
/inputFiles/simplePDE @rrsettgast @castelletto1
/inputFiles/singlePhaseFlow @CusiniM @castelletto1 @paveltomin
/inputFiles/singlePhaseFlowFractures @CusiniM @castelletto1 @paveltomin @jhuang2601
/inputFiles/singlePhaseWell @CusiniM @paveltomin @tjb-ltk
/inputFiles/solidMechanics @CusiniM @castelletto1 @jhuang2601
/inputFiles/surfaceGeneration @CusiniM @castelletto1 @rrsettgast
/inputFiles/thermalMultiphaseFlow @paveltomin @dkachuma
/inputFiles/thermalSinglePhaseFlowFractures @CusiniM @castelletto1 @paveltomin @jhuang2601 @frankfeifan
/inputFiles/thermoPoromechanics @paveltomin @jhuang2601 @castelletto1 @frankfeifan
/inputFiles/thermoPoromechanicsFractures @CusiniM @castelletto1 @paveltomin @jhuang2601
/inputFiles/triaxialDriver @rrsettgast @jhuang2601
/inputFiles/wavePropagation @acitrain @sframba
/inputFiles/wellbore @rrsettgast @jhuang2601
/inputFiles/wellboreECP @rrsettgast
/src/coreComponents/LvArray @rrsettgast @CusiniM @wrtobin @corbett5
/src/coreComponents/codingUtilities @rrsettgast @untereiner @corbett5 @wrtobin @MelReyCG
/src/coreComponents/common @rrsettgast @MelReyCG @corbett5 @wrtobin
/src/coreComponents/constitutive @rrsettgast @CusiniM @dkachuma @paveltomin @castelletto1
/src/coreComponents/constitutive/capillaryPressure @CusiniM @dkachuma @paveltomin
/src/coreComponents/constitutive/contact @rrsettgast @CusiniM @matteofrigo5 @Guotong-Ren @jhuang2601
/src/coreComponents/constitutive/diffusion @CusiniM @dkachuma @paveltomin
/src/coreComponents/constitutive/dispersion @CusiniM @dkachuma @paveltomin
/src/coreComponents/constitutive/docs
/src/coreComponents/constitutive/fluid @CusiniM @dkachuma @paveltomin
/src/coreComponents/constitutive/permeability @CusiniM @dkachuma @paveltomin @jhuang2601
/src/coreComponents/constitutive/pvtPackage @CusiniM @dkachuma @paveltomin
/src/coreComponents/constitutive/relativePermeability @dkachuma @paveltomin
/src/coreComponents/constitutive/solid @rrsettgast @CusiniM @paveltomin @castelletto1 @jhuang2601
/src/coreComponents/constitutive/thermalConductivity @CusiniM @dkachuma @paveltomin @jhuang2601
/src/coreComponents/constitutive/unitTests @rrsettgast @CusiniM @dkachuma @paveltomin
/src/coreComponents/constitutiveDrivers @rrsettgast @CusiniM @dkachuma @jhuang2601
/src/coreComponents/dataRepository @rrsettgast @wrtobin @corbett5 @MelReyCG
/src/coreComponents/denseLinearAlgebra @rrsettgast @CusiniM @castelletto1
/src/coreComponents/discretizationMethods @rrsettgast @CusiniM @castelletto1
/src/coreComponents/events @rrsettgast @corbett5 @cssherman
/src/coreComponents/fieldSpecification @rrsettgast @CusiniM @corbett5 @cssherman
/src/coreComponents/fileIO @rrsettgast @wrtobin @MelReyCG @untereiner
/src/coreComponents/finiteElement @rrsettgast @castelletto1 @andrea-borio @CusiniM
/src/coreComponents/finiteVolume @rrsettgast @castelletto1 @CusiniM @paveltomin @ryar9534
/src/coreComponents/functions @rrsettgast @cssherman @wrtobin
/src/coreComponents/linearAlgebra @rrsettgast @CusiniM @castelletto1 @victorapm
/src/coreComponents/mainInterface @rrsettgast @corbett5 @wrtobin
/src/coreComponents/math @rrsettgast @corbett5 @wrtobin
/src/coreComponents/mesh @rrsettgast @CusiniM @wrtobin @untereiner
/src/coreComponents/physicsSolvers @rrsettgast @CusiniM
/src/coreComponents/physicsSolvers/contact @rrsettgast @CusiniM @matteofrigo5 @Guotong-Ren
/src/coreComponents/physicsSolvers/fluidFlow @CusiniM @paveltomin @ryar9534
/src/coreComponents/physicsSolvers/inducedSeismicity @rrsettgast @CusiniM @matteofrigo5 @VidarStiernstrom
/src/coreComponents/physicsSolvers/multiphysics @rrsettgast @CusiniM @paveltomin @castelletto1 @frankfeifan @ryar9534 @jhuang2601
/src/coreComponents/physicsSolvers/python @cssherman @corbett5 @alexbenedicto
/src/coreComponents/physicsSolvers/simplePDE @CusiniM @castelletto1 @rrsettgast @frankfeifan
/src/coreComponents/physicsSolvers/solidMechanics @rrsettgast @CusiniM @castelletto1 @jhuang2601
/src/coreComponents/physicsSolvers/surfaceGeneration @rrsettgast @CusiniM @jhuang2601
/src/coreComponents/physicsSolvers/wavePropagation @sframba @acitrain
/src/coreComponents/schema
/src/coreComponents/unitTests @rrsettgast @CusiniM @corbett5 @wrtobin

# Here is a list of GEOS-DEV members as of 2024-07-02
# username name
# acitrain
# aguitton
# AL0230162 Éric Cassagnard
# Algiane Algiane Froehly
# andrea-borio Andrea Borio
# andrea-francesch Andrea Franceschini
# annavarapusr1
# AntoineMazuyer Antoine Mazuyer
# arng40 Arnaud DUDES
# Bertbk Bertrand Thierry
# binw1
# bmhan12 Brian Han
# Bubusch Gaetan
# castelletto1 Nicola Castelletto
# chakshinglee Chak Shing Lee
# cmcrook5
# cmorency1 Christina Morency
# corbett5 Ben Corbett
# cssherman Christopher Sherman
# CusiniM Matteo Cusini
# dkachuma Dickson Kachuma
# drmichaeltcvx Michael E. Thomadakis
# estelledirand Estelle Dirand
# francoishamon Francois Hamon
# frankfeifan
# fuyuli123456 Fuyu Li
# geosxCI
# Guotong-Ren Guotong
# henricalandra64
# herve-gross Herve Gross
# homel1 Michael Homel
# IsaacJu-debug Isaac Ju
# jafranc Jacques Franc
# jameshcorbett James Corbett
# Jay-A Jay Appleton
# jeannepellerin Jeanne Pellerin
# jedbrown Jed Brown
# jessielu001
# jhuang2601 Jian Huang
# jiemeng-total
# jiyer28
# jkwashbourne John Washbourne
# johnbowen42 John Bowen
# joshua-white Joshua White
# jschen83 Jinsong Chen
# juliat-camargo
# karimifard Mohammad Karimi-Fard
# kimtaeho07
# klevzoff Sergey Klevtsov
# ktnihei Kurt Nihei
# labesse40
# matteofrigo5 Matteo Frigo
# MatthiasCremon Matthias Cremon
# MelReyCG
# MichaelSekachev Michael Sekachev
# mndiaye24 Mamadou N'diaye
# npillardou Nicolas Pillardou
# ol-n-ga
# oseikuffuor1 Daniel Osei-Kuffuor
# ouassimkh
# paloma-martinez
# paveltomin Pavel Tomin
# philippeVerney Philippe Verney
# raminammour Rami
# rasimHZ
# rmadec-cs Ronan Madec
# rrsettgast Randolph Settgast
# ryanhaagenson Ryan Haagenson
# ryar9534 Ryan Aronson
# samtkaplan Sam Kaplan
# samuelpmishLLNL
# sframba Stefano Frambati
# shabnamjs
# sohailwaziri
# sytuannguyen Sy-Tuan Nguyen
# tang39 Hewei Tang
# tbeltzun
# TheLastBlockbend Phillip Chacon
# tjb-ltk Tom Byer
# TNemethCVX
# TotoGaz TotoGaz
# txlx
# untereiner Lionel Untereiner
# victorapm Victor A. P. Magri
# VidarStiernstrom Vidar Stiernström
# wcy41gtc Chaoyi Wang
# wrtobin William R Tobin
# yue-2018 Yue Hao
# yylicvx
# zhishuaizhang Zhishuai Zhang
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
**Platform (please complete the following information):**
- Machine [e.g. LLNL/Quartz]
- Compiler: [e.g. gcc 8.1.0]
- GEOSX Version [e.g. 0.2]
- GEOS Version [e.g. 0.2]

**Additional context**
Add any other context about the problem here.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
# open a single pull-request for all GitHub actions updates
github-actions:
patterns:
- '*'
Loading

0 comments on commit 4d172ea

Please sign in to comment.