The main new feature that was introduced in version 6.0 is support for coarrays. program hello use math_module implicit none print *, “Hello from”, this_image(), & “out of”, num_images(), “images.” print “(a, i2, a, f6.2)”, & “The product of the image number”, this_image(), & ” and pi is”, this_image() * […]