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

Move adaptivity CPU time output from preCICE export to metrics logging #149

Merged
merged 4 commits into from
Feb 11, 2025

Conversation

IshaanDesai
Copy link
Member

@IshaanDesai IshaanDesai commented Feb 11, 2025

This change is made because the adaptivity computation CPU time is not a micro simulation specific data, but just one single global data (for global adaptivity). For local adaptivity, the CPU time is unique for every rank, and it is probably a good idea to aggregate the data and output it. The CPU time is now calculated by default, and written to the adaptivity-metrics.csv file instead of being exported using the preCICE export functionality.

Checklist:

  • I added a summary of the changes (compared to the last release) in the CHANGELOG.md.
  • If necessary, I made changes to the documentation and/or added new content.

@IshaanDesai IshaanDesai changed the title Move adaptivity_cpu_time from export output to metrics logging output Move adaptivity CPU time output from preCICE export to metrics logging output Feb 11, 2025
@IshaanDesai IshaanDesai marked this pull request as ready for review February 11, 2025 15:35
@IshaanDesai IshaanDesai changed the title Move adaptivity CPU time output from preCICE export to metrics logging output Move adaptivity CPU time output from preCICE export to metrics logging Feb 11, 2025
@IshaanDesai IshaanDesai merged commit 4480e71 into develop Feb 11, 2025
10 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.

1 participant