Re: Caching file related information using info or hints?

Steve Huss-Lederman (lederman@cs.wisc.edu)
Tue, 18 Jun 1996 12:01:54 -0500

> Date: Tue, 18 Jun 1996 08:48:48 -0600
> From: John Wilson <jwilson@hal300.cs.colorado.edu>
> Sender: owner-mpi-io@mcs.anl.gov
> Precedence: bulk
>
>
> Is there a means in the MPI-IO proposal for caching information in/with
> a file handle?

The external interfaces chapter has a section where caching on
additional opaque handles is proposed. The current draft adds groups
and datatypes. The one to be released soon adds persistant requests.
There is a note that we need to decide which other handles to add.
The only constraint is that we don't want to include handles that are
light weight (such as regular requests) where the overhead would be
noticable. I think that file handles are ok. Thus, I will add file
handles to the list unless someone objects.

Steve