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

fix GPU job agent requirements in pipeline #662

Closed
Tracked by #390
juliasloan25 opened this issue Mar 4, 2024 · 0 comments · Fixed by #671
Closed
Tracked by #390

fix GPU job agent requirements in pipeline #662

juliasloan25 opened this issue Mar 4, 2024 · 0 comments · Fixed by #671
Assignees
Labels
bug Something isn't working GPU 🍃 leaf Issue coupled to a PR

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Mar 4, 2024

In our buildkite longruns pipeline, we specify agent requirements for the GPU AMIP runs (introduced in #632) that are very difficult (impossible?) to satisfy. Because of this, these jobs are waiting for an agent for a very long time (see here). We need to update these jobs to request GPUs and an appropriate amount of memory, but not multiple nodes/tasks. We should also figure out what the appropriate amount of memory is.

Update: the jobs take < 5GB of memory when run for a few timesteps, so the existing limits of 16-20GB should be sufficient (checked using CUDA.memory_status).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GPU 🍃 leaf Issue coupled to a PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant