Re: Co-Array Fortran
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 13:59:17 -0800
gary.l.scott@xxxxxxxx wrote:
Hi, I don't quite understand how the communication link with other
processes (possibly across a network) is made. It seems there should
be some sort of requirement to explicitly address network resources to
ensure the correct process is being addressed. What have I missed?
Those interested in parallel processing might look at ZPL.
http://en.wikipedia.org/wiki/ZPL_(programming_language)
http://www.cs.washington.edu/research/zpl/home/index.html
Unlike Co-array Fortran, the ZPL compiler is responsible for
partitioning the arrays. The default array type is automatically
partitioned among available processors. (A special array type
is available for non-parallel use.) There are special operators
to allow the usual operations on arrays that are needed by many
numerical array algorithms.
-- glen
.
- References:
- Co-Array Fortran
- From: gary . l . scott
- Co-Array Fortran
- Prev by Date: Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- Next by Date: Re: help with MPICH ? (please)
- Previous by thread: Re: Co-Array Fortran
- Next by thread: fortran source file renamed when using preprocessor directives
- Index(es):