root/ompi/mca/io/romio321/romio/adio/include/hint_fns.h

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

INCLUDED FROM


   1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
   2 /*
   3  *
   4  *  (C) 2013 UChicago/Argonne LLC
   5  *      See COPYRIGHT in top-level directory.
   6  */
   7 
   8 #ifndef _HINT_FNS_H
   9 #define _HINT_FNS_H
  10 
  11 int ADIOI_Info_check_and_install_int(ADIO_File fd, MPI_Info info, const char *key,
  12                 int *local_cache, char *funcname, int *error_code);
  13 
  14 int ADIOI_Info_check_and_install_enabled(ADIO_File fd, MPI_Info info, const char *key,
  15                 int *local_cache, char *funcname, int *error_code);
  16 
  17 int ADIOI_Info_check_and_install_true(ADIO_File fd, MPI_Info info, const char *key,
  18                 int *local_cache, char *funcname, int *error_code);
  19 
  20 int ADIOI_Info_check_and_install_str(ADIO_File fd, MPI_Info info, const char *key,
  21                 char **local_cache, char *funcname, int *error_code);
  22 
  23 #endif

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