You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 allnum_images() times. This becomes expensive at large numbers of images. What was the intent of this?
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).
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 invokessync all
num_images()
times. This becomes expensive at large numbers of images. What was the intent of this?coarray_icar/src/tests/test-ideal.f90
Line 63 in f1d8e4a
The text was updated successfully, but these errors were encountered: