Sending and receiving data
The key to sending or receiving data with coarrays is understanding how to reference values on remote images. There are two ways to do this: When indexing a coarray, the number inside the square brackets is called a coindex. A coindex must be within the bounds of existing images. If we run a program with images [1, 2, 3, 4], […]