For Programmers: Free Programming Magazines  


Home > Archive > Fortran > February 2008 > Re: Will Co-Array Fortran be considered a valuable tool for next-generation programm









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Will Co-Array Fortran be considered a valuable tool for next-generation programm
Sebastian Hanigk

2008-02-22, 4:30 am

Tim Stitt <Timothy.Stitt@gmail.com> writes:

> If anyone has any experience in using Co-Array Fortran I would be glad
> to hear your experiences. Can anyone suggest an up-to-date tutorial on
> Co-Array Fortran and/or publicly available compiler implementations.


Anecdotal: I have tried to compile the Rice University CoArray compiler
a year or so ago, but to no avail (I believe problems with the Open64
component).

From an application programmer's point of view, CoArrays are in my
opinion great: you get explicit partitioning and distribution semantics
you're used to work with (most people will have knowledge of MPI) but
you won't have to deal with the communication explicitly.

As part of my thesis I had worked with the Global Arrays library and
ended up implementing some CoArray functionality rather crudely using
the ARMCI library and its F90 API. In the end it would have been easier
if a distributed memory model would have been incorporated into Fortran.


Sebastian
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com