Skip to content

Commit

Permalink
Testy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Dec 15, 2023
1 parent c465a9d commit c932b39
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
JULIA_MPI_HAS_CUDA: "true"
MPITRAMPOLINE_LIB: "/groups/esm/software/MPIwrapper/ompi4.1.5_cuda-12.2/lib64/libmpiwrapper.so"
MPITRAMPOLINE_MPIEXEC: "/groups/esm/software/MPIwrapper/ompi4.1.5_cuda-12.2/bin/mpiwrapperexec"
DRIVER: "julia --color=yes --project=examples examples/hybrid/driver.jl --config_file"

steps:
- label: "init :computer:"
Expand Down Expand Up @@ -157,12 +158,19 @@ steps:
artifact_paths: "single_column_nonorographic_gravity_wave/*"

- group: "Box Examples"

steps:
- label: "{{matrix}}"
command: >
$DRIVER $CONFIG_PATH/{{matrix}}
artifact_paths: "{{matrix}}/*"
matrix:
- "box_hydrostatic_balance_rhoe"
- "box_density_current_test"

- label: ":computer: Box hydrostatic balance (ρe_tot)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/box_hydrostatic_balance_rhoe.yml
pdfunite box_hydrostatic_balance_rhoe/*pdf box_hydrostatic_balance_rhoe/summary.pdf
artifact_paths: "box_hydrostatic_balance_rhoe/*"
Expand All @@ -173,7 +181,7 @@ steps:
--config_file $CONFIG_PATH/box_density_current_test.yml
pdfunite box_density_current_test/*pdf box_density_current_test/summary.pdf
artifact_paths: box_density_current_test/*"
- group: "Plane Examples"
steps:
Expand Down

0 comments on commit c932b39

Please sign in to comment.