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

replace Managed vectors with Async arrays in MaestroSlopes.cpp #404

Merged
merged 5 commits into from
Apr 11, 2024

Conversation

biboyd
Copy link
Collaborator

@biboyd biboyd commented Dec 13, 2023

Replaces the IntVector's (which are just amrex::Gpu::ManagedVector<int>) that hold the boundary conditions with AsyncArray's. This should be more async-safe.

This brings gpu results of test_problems/reacting_bubble to close agreement with cpu results.

Source/MaestroSlopes.cpp Outdated Show resolved Hide resolved
Source/MaestroSlopes.cpp Outdated Show resolved Hide resolved
@zingale
Copy link
Member

zingale commented Apr 11, 2024

@zingale zingale merged commit 3674ef0 into AMReX-Astro:development Apr 11, 2024
8 checks passed
@biboyd biboyd deleted the remove_managed_slopes branch May 22, 2024 20:02
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.

2 participants