Skip to content

Commit

Permalink
Merge branch 'main' into compathelper/new_version/2024-05-01-00-10-00…
Browse files Browse the repository at this point in the history
…-920-01594992778
  • Loading branch information
glwagner committed Jun 28, 2024
2 parents 7756fab + 6d84237 commit 5cc12ea
Show file tree
Hide file tree
Showing 48 changed files with 3,388 additions and 4,481 deletions.
26 changes: 25 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
agents:
queue: new-central
slurm_mem: 8G
modules: climacommon/2024_04_05
modules: climacommon/2024_05_27

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
OPENBLAS_NUM_THREADS: 1
OMPI_MCA_opal_warn_on_missing_libcuda: 0

steps:
- label: "initialize"
Expand Down Expand Up @@ -38,3 +40,25 @@ steps:
TEST_GROUP: "ecco2"
commands:
- "julia --project -e 'using Pkg; Pkg.test()'"

- label: "Run surface flux tests"
key: "tests_fluxes"
env:
CUDA_VISIBLE_DEVICES: "-1"
TEST_GROUP: "fluxes"
commands:
- "julia --project -e 'using Pkg; Pkg.test()'"

# - label: "documentation"
# env:
# JULIA_DEBUG: "Documenter"
# commands:
# - "julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'"
# - "julia --color=yes --project=docs/ docs/make.jl"
# agents:
# slurm_mem: 120G
# slurm_ntasks: 1
# slurm_gpus_per_task: 1

- wait: ~
continue_on_failure: true
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ docs/build/
docs/site/
docs/src/literated/

# Output files
*.nc
*.jld2
*.mp4
*.png
*.svg
*.gif

# File generated by Pkg, the package manager, based on a corresponding Project.toml
# It records a fixed state of all packages used by the project. As such, it should not be
# committed for packages, but should be committed for applications that require a static
# environment.
# Manifest.toml

*.nc
*.jld2
*.mp4
*.DS_Store
*.swp
*.svg
*.gif
*.zip
Loading

0 comments on commit 5cc12ea

Please sign in to comment.