-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak interface for integration into atmos (#77)
* Add backends for deploying calibration pipeline * Add simple slurm controller * Remove sphere HS experiment * Add hooks for reading information from ENV variables in Julia * Update dependencies
- Loading branch information
1 parent
2e30ffb
commit fe403ea
Showing
51 changed files
with
990 additions
and
3,365 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
agents: | ||
queue: new-central | ||
modules: climacommon/2024_04_30 | ||
|
||
env: | ||
OPENBLAS_NUM_THREADS: 1 | ||
SLURM_KILL_BAD_EXIT: 1 | ||
JULIA_MAX_NUM_PRECOMPILE_FILES: 100 | ||
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default" | ||
|
||
steps: | ||
- label: "init :computer:" | ||
key: "init_cpu_env" | ||
command: | ||
- echo "--- Instantiate SurfaceFluxes calibration project" | ||
- julia --project=experiments/surface_fluxes_perfect_model -e 'using Pkg; Pkg.build("CalibrateAtmos"); Pkg.precompile()' | ||
|
||
- wait | ||
- label: "SurfaceFluxes perfect model calibration" | ||
command: julia --project=experiments/surface_fluxes_perfect_model test/caltech_hpc_e2e.jl | ||
artifact_paths: output/surface_fluxes_perfect_model/* | ||
|
||
- label: "Slurm job controller unit tests" | ||
command: julia --project=experiments/surface_fluxes_perfect_model test/slurm_unit_tests.jl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.