Go to the source code of this file.
Data Structures | |
struct | test_param_t |
Functions | |
int | run_test (test_param_t *test) |
int | setup_predefined (test_param_t *tests_arr, int count) |
int | print_usage (void) |
int | print_test_params (test_param_t *test) |
int | main (int argc, char **argv) |
int run_test | ( | test_param_t * | test | ) |
Definition at line 100 of file io_bounds_test.c.
References ADIOI_Calc_bounds(), test_param_t::correct_end_offset, test_param_t::correct_st_offset, test_param_t::count, fh, MPI_File_close, MPI_File_open(), MPI_File_seek(), MPI_File_set_view(), MPI_Type_free, MPI_Type_struct, test_param_t::offset, test_param_t::type_blocklens, test_param_t::type_count, test_param_t::type_indices, and test_param_t::type_oldtypes.
int setup_predefined | ( | test_param_t * | tests_arr, | |
int | count | |||
) |
Definition at line 208 of file io_bounds_test.c.
References test_param_t::count, test_param_t::offset, test_param_t::type_blocklens, test_param_t::type_count, test_param_t::type_indices, and test_param_t::type_oldtypes.
Referenced by main().
int print_usage | ( | void | ) |
int print_test_params | ( | test_param_t * | test | ) |
Definition at line 176 of file io_bounds_test.c.
References test_param_t::correct_end_offset, test_param_t::correct_st_offset, test_param_t::count, test_param_t::offset, test_param_t::type_blocklens, test_param_t::type_count, test_param_t::type_indices, and test_param_t::type_oldtypes.
Definition at line 32 of file io_bounds_test.c.
References MPI_Comm_rank, MPI_Finalize, MPI_Init, print_usage(), rank, run_test(), and setup_predefined().