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?
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.f90which invokessync allnum_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