root/ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_hints.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. ADIOI_NFS_SetInfo

   1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
   2 /* 
   3  *
   4  *   Copyright (C) 1997 University of Chicago. 
   5  *   See COPYRIGHT notice in top-level directory.
   6  */
   7 
   8 #include "ad_nfs.h"
   9 
  10 void ADIOI_NFS_SetInfo(ADIO_File fd, MPI_Info users_info, int *error_code)
  11 {
  12     ADIOI_GEN_SetInfo(fd, users_info, error_code); 
  13 }

/* [<][>][^][v][top][bottom][index][help] */