Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/c-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl clang-tidy cmake jq clang cppcheck clang-format bear g++>=9.3.0
sudo apt-get -qq -y install curl clang-tidy cmake clang cppcheck clang-format bear g++
- name: Install hypre
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- development

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
check-runtime-params:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compiler-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl g++>=9.3.0
sudo apt-get -qq -y install g++
- name: Compile Detonation
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detonation-sdc-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl g++>=9.3.0
sudo apt-get -qq -y install g++
- name: Compile Detonation
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ env:
# enable color output from Sphinx
FORCE_COLOR: "1"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
docs:
runs-on: ubuntu-latest
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/exact_riemann.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: exact Riemann

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
exact_riemann:
runs-on: ubuntu-latest
Expand All @@ -19,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
sudo apt-get -qq -y install g++

- name: Compile exact_riemann
run: |
Expand All @@ -35,4 +40,3 @@ jobs:
run: |
cd Util/exact_riemann
diff riemann.out ci-benchmarks/test1-riemann.out

2 changes: 1 addition & 1 deletion .github/workflows/flame_wave-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
sudo apt-get -qq -y install g++
- name: Compile flame_wave
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fsanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
sudo apt-get -qq -y install g++
- name: Compile subchandra
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gpu_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
sudo apt-get -qq -y install curl g++
- name: Install CUDA
run: .github/workflows/dependencies/dependencies_nvcc.sh 12.9
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/mhd-compare.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: OrszagTang

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
OrszagTang-3d:
runs-on: ubuntu-latest
Expand All @@ -19,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0 libopenmpi-dev openmpi-bin
sudo apt-get -qq -y install g++ libopenmpi-dev openmpi-bin

- name: Compile OrszagTang
run: |
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/model_parser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: model parser

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
model_parser:
runs-on: ubuntu-latest
Expand All @@ -19,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
sudo apt-get -qq -y install g++

- name: Compile model_parser test
run: |
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/rad-compare.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Rad2Tshock

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Rad2Tshock-1d:
runs-on: ubuntu-latest
Expand All @@ -19,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0 libopenmpi-dev openmpi-bin
sudo apt-get -qq -y install g++ libopenmpi-dev openmpi-bin

- name: Install hypre
run: |
Expand Down Expand Up @@ -52,4 +57,3 @@ jobs:
cd Exec/radiation_tests/Rad2Tshock
../../../external/amrex/Tools/Plotfile/fextrema.gnu.ex plt_00025 > fextrema.out
diff fextrema.out ci-benchmarks/Rad2TShock-1d.out

8 changes: 6 additions & 2 deletions .github/workflows/reacting-convergence-true-sdc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: reacting-convergence-true-sdc

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
reacting-convergence-true-sdc:
runs-on: ubuntu-latest
Expand All @@ -19,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl g++>=9.3.0
sudo apt-get -qq -y install g++

- name: Compile reacting_convergence
run: |
Expand All @@ -43,4 +48,3 @@ jobs:
# ignore angular momenta, since 0 and -0 don't compare
diff -I "^ angular_momentum" fextrema.out ci-benchmarks/react_converge_128_true_sdc.out


7 changes: 6 additions & 1 deletion .github/workflows/sedov-compare.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Sedov

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Sedov-3d:
runs-on: ubuntu-latest
Expand All @@ -19,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
sudo apt-get -qq -y install g++

- name: Compile Sedov
run: |
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/uniform_cube.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: uniform_cube

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
uniform_cube:
runs-on: ubuntu-latest
Expand All @@ -19,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl g++>=9.3.0
sudo apt-get -qq -y install g++

- name: Compile uniform_cube
run: |
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/uniform_sphere.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: uniform_sphere

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
uniform_sphere:
runs-on: ubuntu-latest
Expand All @@ -19,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl g++>=9.3.0
sudo apt-get -qq -y install g++

- name: Compile uniform_sphere
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wdmerger_collision-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0
sudo apt-get -qq -y install g++
- name: Build the fextrema tool
run: |
Expand Down
Loading