Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug 2 GPU error #863

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

debug 2 GPU error #863

wants to merge 16 commits into from

Conversation

juliasloan25
Copy link
Member

@juliasloan25 juliasloan25 commented Jun 18, 2024

Purpose

debug error detailed in #687

Examples

To-do

  • reproduce bug
    • run 2-GPU jobs (on clima ?)

Content

To reproduce (full driver)

run the following example on buildkite:

      - label: "2 GPU AMIP with diagnostic EDMF"
        key: "gpu_2_amip_diagedmf"
        command: "srun julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file config/benchmark_configs/amip_diagedmf.yml --job_id gpu_2_amip_diagedmf"
        artifact_paths: "experiments/ClimaEarth/output/amip/gpu_2_amip_diagedmf_artifacts/*"
        agents:
          slurm_gpus_per_task: 1
          slurm_cpus_per_task: 4
          slurm_ntasks: 2
          slurm_mem: 16GB

or, to run interactively, enter a repl with two tasks having one gpu each, and run the driver experiments/ClimaEarth/run_amip.jl with the config file config/benchmark_configs/amip_diagedmf.yml

To reproduce (MRE)

in progress...

@juliasloan25 juliasloan25 force-pushed the js/2gpu branch 3 times, most recently from 760ebd6 to 8736b41 Compare June 19, 2024 00:12
@juliasloan25 juliasloan25 force-pushed the js/2gpu branch 2 times, most recently from 048188a to 14584ff Compare June 21, 2024 23:47
@juliasloan25 juliasloan25 linked an issue Jun 24, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

surface_fraction error with 2 GPUs
1 participant