Revision 315f0ebb47b5cc7b9f73c75542dc24afebd06154 authored by Dmitry Yu. Naumov on 07 October 2021, 18:10:06 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 18:10:06 UTC
Fix HeatConductionProcess parallel (PETSc) build.

See merge request ogs/ogs!3831
2 parent s 5e0bec1 + 657d2a1
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top