The Fortran Company suffered the loss of our founder, mentor, and friend Walt Brainerd in 2020. Walt was well known and respected in the Fortran community and liked by all. Walt had several goals for this website. First, he wanted this website to live on after him. We’ll see to […]
Blog
Fortran Tools 6.2 Available; Includes Coarrays and GTK for Graphical I/O
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() * […]