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

"num_images()" invocations of "sync all"? #28

Open
bcfriesen opened this issue Feb 16, 2018 · 1 comment
Open

"num_images()" invocations of "sync all"? #28

bcfriesen opened this issue Feb 16, 2018 · 1 comment

Comments

@bcfriesen
Copy link

In commit c86ac77 ("now prints precipitation mid way through the domain after the run completes"), a loop was added to the end of test-ideal.f90 which invokes sync all num_images() times. This becomes expensive at large numbers of images. What was the intent of this?

@gutmann
Copy link
Owner

gutmann commented Feb 16, 2018

This was added to keep all of print statements in order to make it easier for a human to parse the output. This entire section can be removed, it was simply added so I could confirm the algorithm was producing reasonable results (and not just complete garbage).

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