-
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.
* Add Clima GPU server test * remove partition * Tweak slurm job control * Try manually unsetting env vars
- Loading branch information
1 parent
3c023b7
commit b9ad06a
Showing
7 changed files
with
62 additions
and
36 deletions.
There are no files selected for viewing
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,28 @@ | ||
agents: | ||
queue: clima | ||
modules: julia/1.10.0 cuda/julia-pref openmpi/4.1.5-mpitrampoline nsight-systems/2024.2.1 | ||
|
||
env: | ||
JULIA_MPI_HAS_CUDA: "true" | ||
JULIA_NVTX_CALLBACKS: gc | ||
JULIA_MAX_NUM_PRECOMPILE_FILES: 100 | ||
OPENBLAS_NUM_THREADS: 1 | ||
OMPI_MCA_opal_warn_on_missing_libcuda: 0 | ||
SLURM_KILL_BAD_EXIT: 1 | ||
SLURM_GRES_FLAGS: "allow-task-sharing" | ||
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.precompile()' | ||
|
||
- wait | ||
- label: "SurfaceFluxes perfect model calibration" | ||
command: julia --project=experiments/surface_fluxes_perfect_model test/slurm_backend_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 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 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