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

ddcmp #42

Open
pjuangph opened this issue Jul 5, 2024 · 1 comment
Open

ddcmp #42

pjuangph opened this issue Jul 5, 2024 · 1 comment

Comments

@pjuangph
Copy link
Contributor

pjuangph commented Jul 5, 2024

  • Make the code output a new ddcmc file
  • output how many connections per group
  • how many cells per group
@rigbyinohio
Copy link

rigbyinohio commented Jul 5, 2024

Would be good to have the capability to assess a given ddcmp file (as opposed to only assessing one that is getting created by the new graph technique.

I would like to see:

  1. number of cells per group
  2. number of faces that communicate with other groups

Then a little later I can envision us applying a multiplier to each of the above metrics to estimate relative iteration time for each group. For example: Group_time = time_per_cell * number_of_cells + time_per_face * number_of_faces.

But, it is not the total number of faces on the blocks in the group. Rather, it is the total number of faces that communicate with other groups.

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

No branches or pull requests

2 participants