root/ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_features.c

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

DEFINITIONS

This source file includes following definitions.
  1. ADIOI_PIOFS_Features

   1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
   2 /*
   3  *
   4  *  (C) 2008 by Argonne National Laboratory.
   5  *      See COPYRIGHT in top-level directory.
   6  */
   7 int ADIOI_PIOFS_Features(int flag)
   8 {
   9         switch(flag) {
  10                 case ADIO_LOCKS:
  11                 case ADIO_SHARED_FP:
  12                 case ADIO_ATOMIC_MODE:
  13                 case ADIO_DATA_SIEVING_WRITES:
  14                 case ADIO_SCALABLE_OPEN:
  15                 default:
  16                         return 0;
  17                         break;
  18         }
  19 }

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