Skip to content

Commit 235eae6

Browse files
Longer timeout
1 parent c380776 commit 235eae6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
JULIA_NVTX_CALLBACKS: gc
1212
OPENBLAS_NUM_THREADS: 1
1313

14+
timeout_in_minutes: 1440
15+
1416
steps:
1517
- label: "initialize"
1618
key: "init_cpu_env"
@@ -2014,6 +2016,8 @@ steps:
20142016
- "julia --color=yes --project=.buildkite examples/hybrid/driver.jl"
20152017
artifact_paths:
20162018
- "examples/hybrid/sphere/output/held_suarez_rhoe/Float32/*"
2019+
agents:
2020+
slurm_time: 12:00:00
20172021
env:
20182022
TEST_NAME: "sphere/held_suarez_rhoe"
20192023

src/Operators/finitedifference.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3975,6 +3975,7 @@ Base.@propagate_inbounds function getidx(
39753975
println("###############################")
39763976
println("###############################")
39773977
println("###############################")
3978+
@show N
39783979
@show result_1
39793980
@show result_2
39803981
@show loc

0 commit comments

Comments
 (0)