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

Ensure ATS can run CPU and GPU jobs concurrently on the same node with Flux #148

Open
dawson6 opened this issue Aug 16, 2023 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@dawson6
Copy link
Member

dawson6 commented Aug 16, 2023

Verify (and fix if not verified) that we can

  1. Run CPU only tests and CPU+GPU tests on the same node concurrently using flux.

This may mean creating (or tweaking) an existing test setup such that two codes are specified in the ATS test files.

That is

Code A) built for the CPU only. Does not need access to the GPU at all (in particularly for memory access)
Code B) Built for the CPU+GPU. That is it will require access to either hipMalloc or hipMallocManaged memory at run time.

Verify we can saturate the nodes (for throughput) with a combination of the above codes.

@dawson6 dawson6 added the good first issue Good for newcomers label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant