Skip to content

Commit

Permalink
check message
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Apr 8, 2024
1 parent eec54af commit 1961d0f
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ steps:
command:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Instantiate AMIP env"
- "julia --project=experiments/AMIP/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=experiments/AMIP/ -e 'using Pkg; Pkg.precompile()'"
- "julia --project=experiments/AMIP/ -e 'using Pkg; Pkg.status()'"
# - echo "--- Instantiate AMIP env"
# - "julia --project=experiments/AMIP/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
# - "julia --project=experiments/AMIP/ -e 'using Pkg; Pkg.precompile()'"
# - "julia --project=experiments/AMIP/ -e 'using Pkg; Pkg.status()'"

- echo "--- Download artifacts"
- "julia --project=artifacts -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=artifacts -e 'using Pkg; Pkg.precompile()'"
- "julia --project=artifacts -e 'using Pkg; Pkg.status()'"
- "julia --project=artifacts artifacts/download_artifacts.jl"
# - echo "--- Download artifacts"
# - "julia --project=artifacts -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
# - "julia --project=artifacts -e 'using Pkg; Pkg.precompile()'"
# - "julia --project=artifacts -e 'using Pkg; Pkg.status()'"
# - "julia --project=artifacts artifacts/download_artifacts.jl"

# - echo "--- Instantiate perf env"
# - "julia --project=perf/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
Expand Down Expand Up @@ -237,9 +237,9 @@ steps:
# soft_fail: true


- group: "Current target tests: AMIP surfaces"
# - group: "Current target tests: AMIP surfaces"

steps:
# steps:

# - label: "MPI AMIP FINE: new target amip"
# key: "amip_target"
Expand Down Expand Up @@ -267,18 +267,18 @@ steps:
# slurm_mem_per_cpu: 16G
# soft_fail: true

- label: "MPI AMIP FINE: new target amip: topo + diagedmf"
key: "amip_target_topo_diagedmf"
command: "srun julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf.yml"
artifact_paths: "experiments/AMIP/output/amip/amip_target_topo_diagedmf_artifacts/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
BUILD_HISTORY_HANDLE: ""
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 4
slurm_mem_per_cpu: 20G
soft_fail: true
# - label: "MPI AMIP FINE: new target amip: topo + diagedmf"
# key: "amip_target_topo_diagedmf"
# command: "srun julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf.yml"
# artifact_paths: "experiments/AMIP/output/amip/amip_target_topo_diagedmf_artifacts/*"
# env:
# CLIMACORE_DISTRIBUTED: "MPI"
# BUILD_HISTORY_HANDLE: ""
# agents:
# slurm_ntasks_per_node: 16
# slurm_nodes: 4
# slurm_mem_per_cpu: 20G
# soft_fail: true

# - group: "Current target tests on GPU: AMIP surface"

Expand All @@ -302,10 +302,11 @@ steps:
# slurm_mem: 16GB
# soft_fail: true

- wait

- group: "Job analysis and reporting"

steps:
- wait

# plot job performance history
- label: ":chart_with_downwards_trend: build history"
Expand All @@ -318,7 +319,8 @@ steps:

- label: ":envelope: Slack report: build_history"
command:
- slack-upload -c "#coupler-report" -f build_history.html -m html -n build_history -x ":rocket: Interactive overall job performance history (download and view in browser) :rocket:"
- |
slack-upload -c "#coupler-report" -f build_history.html -m html -n build_history -x ":rocket: Interactive overall job performance history (download and view in browser) :rocket:"
# - label: ":envelope: Slack report: Slabplanet"
Expand Down

0 comments on commit 1961d0f

Please sign in to comment.