Re: Fortran assumed-shape array problems with MPI
- From: Jane Smith <claire.s.lim@xxxxxxxxx>
- Date: 30 May 2007 21:03:08 -0700
On May 30, 10:03 pm, "Michael Metcalf" <michaelmetc...@xxxxxxxxxxxxxx>
wrote:
"Jane Smith" <claire.s....@xxxxxxxxx> wrote in message
news:1180574928.670034.260430@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Do we need an interface to use assumed-shape array ? (I thought
that it is a common feature in fortran 90). What interface do we need?
Yes, an explicit one. Try putting the called procedure into a module that is
USEd by the caller, or make it an internal procedure to the caller, or put
them both in the same module (the simplest ways).
Regards,
Mike Metcalf
Thank you very much :)
.
- References:
- Fortran assumed-shape array problems with MPI
- From: Jane Smith
- Re: Fortran assumed-shape array problems with MPI
- From: glen herrmannsfeldt
- Re: Fortran assumed-shape array problems with MPI
- From: Jane Smith
- Re: Fortran assumed-shape array problems with MPI
- From: glen herrmannsfeldt
- Re: Fortran assumed-shape array problems with MPI
- From: Jane Smith
- Re: Fortran assumed-shape array problems with MPI
- From: Michael Metcalf
- Fortran assumed-shape array problems with MPI
- Prev by Date: Re: unknown problem
- Next by Date: Re: Fortran assumed-shape array problems with MPI
- Previous by thread: Re: Fortran assumed-shape array problems with MPI
- Next by thread: Running Windows Programs from Fortran
- Index(es):
Relevant Pages
|