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

particleGridMigrate -> particleMigrate (Update to latest Cabana) #59

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dineshadepu
Copy link
Contributor

@dineshadepu dineshadepu commented Oct 15, 2024

Currently, the build fails due to a function mismatch: Cabana::Grid::particleGridMigrate.
This is updated to: Cabana::Grid::particleMigrate.

Fixes #60

@streeve
Copy link
Member

streeve commented Oct 15, 2024

To be clear, that deprecation wrapper should just emit a warning, but my return type mistake broke it. We should still replace it here - can you update this branch with formatting?

@dineshadepu
Copy link
Contributor Author

Sure, can you please give me couple of days? I will setup formatting in my system and push as soon as I can.

@dineshadepu
Copy link
Contributor Author

@streeve please drop my PR if it is needed and go ahead with your changes. As this is blocking.

@streeve
Copy link
Member

streeve commented Oct 16, 2024

This is only failing because it doesn't use the most up to date Cabana in the CI. With the recent change in Cabana, ExaMPM should work with a warning (I don't believe this is blocking anything)

@dineshadepu
Copy link
Contributor Author

Ohh okay. Thanks for the clarification.

@streeve streeve force-pushed the master branch 2 times, most recently from 48ba503 to 9bf44bf Compare November 4, 2024 14:50
@streeve streeve changed the title Fix bug: particleGridMigrate -> particleMigrate (Update to latest Cabana) particleGridMigrate -> particleMigrate (Update to latest Cabana) Nov 4, 2024
@streeve streeve self-requested a review November 4, 2024 14:51
@streeve streeve merged commit 1542526 into ECP-copa:master Nov 4, 2024
6 checks passed
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.

Running ExaMPM with latest Cabana fails while compiling: Cabana::Grid::particleMigrate
2 participants