@rouson In caf_co_max_test.f90 you did not assign the variable status a value before passing it to the collective, whereas in the other tests, you did so. Did you mean for caf_co_max_test.f90 to differ like that? If that was your intent, then this looks good to me.
@rouson In
caf_co_max_test.f90
you did not assign the variablestatus
a value before passing it to the collective, whereas in the other tests, you did so. Did you mean forcaf_co_max_test.f90
to differ like that? If that was your intent, then this looks good to me.