next up previous contents
Next: zio_nf_abort Up: Module zio_netcdf77 (Source File: Previous: zio_nf__open

zio_nf__open_mp

INTERFACE:

         integer function zio_nf__open_mp(path,omode,basepe,chunksize,   &
      &                                   iocomm,filedesc)
DESCRIPTION:

Opens a netCDF file using I/O staging communicator object iocomm. Returns the created file descriptor in filedesc. Specific to the parallel netCDF library being developed at NERSC.

REVISION HISTORY:

       2003-Jan-31 -- first prototype
INPUT PARAMETERS:
         implicit none
         character(len=*), intent(in):: path
         integer, intent(in) :: omode         ! omode in netCDF format
         integer, intent(in) :: basepe        ! base pe
         integer, intent(in) :: chunksize     ! chunk size
         integer, intent(in) :: iocomm        ! I/O staging comm object
OUTPUT PARAMETERS:
         integer, intent(out):: filedesc

\



Yun (Helen) He
Tue Dec 9 16:16:02 PST 2003