Go to the source code of this file.
Functions | |
static void | dump_keys (MPI_Info info) ATTRIBUTE((unused |
static int | find_file (void) |
static int | file_to_info (int fd, MPI_Info info) |
void | ADIOI_process_system_hints (MPI_Info info) |
void | ADIOI_incorporate_system_hints (MPI_Info info, MPI_Info sysinfo, MPI_Info *new_info) |
Variables | |
static void | used |
static void dump_keys | ( | MPI_Info | info | ) | [static] |
Definition at line 49 of file system_hints.c.
References flag, key, MPI_Info_get_nkeys, MPI_Info_get_nthkey(), and value.
static int find_file | ( | void | ) | [static] |
Definition at line 69 of file system_hints.c.
References fd, and Ck::IO::open().
Referenced by ADIOI_process_system_hints().
Definition at line 93 of file system_hints.c.
Referenced by ADIOI_process_system_hints().
void ADIOI_process_system_hints | ( | MPI_Info | info | ) |
Definition at line 137 of file system_hints.c.
References Ck::IO::close(), file_to_info(), and find_file().
Referenced by ADIO_Init().
Definition at line 154 of file system_hints.c.
References flag, key, MPI_Info_create(), MPI_Info_dup, MPI_Info_get_nkeys, and MPI_Info_get_nthkey().
Referenced by ADIO_Open().
void used |
Definition at line 44 of file system_hints.c.