Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
branch = icon-2024.07-public_coup-oas
[submodule "models/parflow"]
path = models/parflow
url = https://github.com/HPSCTerrSys/parflow.git
branch = hypre-cuda-fixes
url = https://github.com/parflow/parflow.git
branch = v3.14.1
[submodule "models/parflow_pdaf"]
path = models/parflow_pdaf
url = https://github.com/HPSCTerrSys/parflow
Expand Down
2 changes: 1 addition & 1 deletion models/parflow
Submodule parflow updated 40 files
+95 −39 .github/workflows/linux.yml
+3 −7 .github/workflows/macos.yml
+92 −0 .github/workflows/self_hosted.yml
+16 −1 CMakeLists.txt
+1 −1 Dockerfile
+197 −0 README-PDI.md
+172 −2 RELEASE-NOTES.md
+1 −1 VERSION
+14 −8 bin/pfformat
+44 −0 cmake/modules/FindPARACONF.cmake
+35 −0 cmake/modules/FindPDI.cmake
+0 −7 cmake/modules/FindSLURM.cmake
+46 −0 cmake/modules/FindSPDLOG.cmake
+4 −1 cmake/parflow_config.h.in
+12 −9 docs/manuals/release_process.md
+1 −1 docs/user_manual/conf.py
+206 −13 docs/user_manual/keys.rst
+181 −9 pf-keys/definitions/solver.yaml
+5 −0 pfsimulator/amps/CMakeLists.txt
+10 −16 pfsimulator/amps/mpi1/amps_gpupacking.cpp
+8 −7 pfsimulator/amps/test/src/CMakeLists.txt
+6 −0 pfsimulator/parflow_exe/CMakeLists.txt
+6 −0 pfsimulator/parflow_lib/CMakeLists.txt
+3 −0 pfsimulator/parflow_lib/parflow_proto.h
+10 −16 pfsimulator/parflow_lib/pf_kokkos.cpp
+200 −1 pfsimulator/parflow_lib/solver_impes.c
+95 −1 pfsimulator/parflow_lib/solver_lb.c
+369 −0 pfsimulator/parflow_lib/solver_richards.c
+1 −0 pfsimulator/parflow_lib/timing.c
+5 −1 pfsimulator/parflow_lib/timing.h
+139 −0 pfsimulator/parflow_lib/write_parflow_pdi.c
+52 −0 pfsimulator/third_party/pdi/README.md
+136 −0 pfsimulator/third_party/pdi/conf.yml
+5 −4 pftools/python/CMakeLists.txt
+345 −0 pftools/python/parflow/cli/compare_pdi_pfb.py
+61 −0 pftools/python/pyproject.toml
+1 −0 pftools/python/requirements_all.txt
+2 −0 pftools/python/requirements_pdi.txt
+0 −10 pftools/python/setup.cfg
+0 −52 pftools/python/setup.py