Skip to content

Commit

Permalink
Runtime selection of reactor integrators (AMReX-Combustion#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Rood <jon.rood@nrel.gov>
Co-authored-by: Lucas Esclapez <lucas.esclapez@gmail.com>
Co-authored-by: Lucas Esclapez <lucas.esclapez@nrel.gov>
  • Loading branch information
4 people authored Sep 16, 2021
1 parent b2d45f0 commit 97bef8d
Show file tree
Hide file tree
Showing 139 changed files with 7,506 additions and 10,059 deletions.
18 changes: 18 additions & 0 deletions .github/problem-matchers/gcc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"__comment": "Taken from vscode-cpptools's Extension/package.json gcc rule",
"problemMatcher": [
{
"owner": "gcc-problem-matcher",
"pattern": [
{
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
]
}
]
}
132 changes: 0 additions & 132 deletions .github/workflows/EOS.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/Pythia.yml

This file was deleted.

Loading

0 comments on commit 97bef8d

Please sign in to comment.