Function t8_shmem_array_is_equal
Defined in File t8_shmem.h
Function Documentation
-
int t8_shmem_array_is_equal(t8_shmem_array_t array_a, t8_shmem_array_t array_b)
Check if two t8_shmem arrays are equal.
Note
Writing mode must be disabled for array_a and array_b.
- Parameters:
array_a – [in] The first t8_shmem_array to compare.
array_b – [in] The second t8_shmem_array to compare.
- Returns:
1 if the arrays are equal, 0 otherwise.