fh 101 ompi/file/file.c int amode, struct opal_info_t *info, ompi_file_t **fh) fh 142 ompi/file/file.c *fh = file; fh 155 ompi/file/file.h ompi_file_t **fh); fh 48 ompi/mca/common/ompio/common_ompio.h #define OMPIO_MCA_GET(fh, name) ((fh)->f_get_mca_parameter_value(#name, strlen(#name)+1)) fh 132 ompi/mca/common/ompio/common_ompio.h typedef int (*mca_common_ompio_generate_current_file_view_fn_t) (struct ompio_file_t *fh, fh 242 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write (ompio_file_t *fh, const void *buf, int count, fh 246 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, const void *buf, fh 250 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite (ompio_file_t *fh, const void *buf, int count, fh 253 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, fh 257 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_all (ompio_file_t *fh, const void *buf, fh 261 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_at_all (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, const void *buf, fh 271 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_build_io_array ( ompio_file_t *fh, int index, int cycles, fh 278 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read (ompio_file_t *fh, void *buf, int count, fh 281 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, void *buf, fh 285 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread (ompio_file_t *fh, void *buf, int count, fh 288 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, fh 292 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_all (ompio_file_t *fh, void *buf, int count, struct ompi_datatype_t *datatype, fh 295 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_at_all (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, fh 313 ompi/mca/common/ompio/common_ompio.h ompio_file_t **fh); fh 317 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_get_position (ompio_file_t *fh,OMPI_MPI_OFFSET_TYPE *offset); fh 318 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_set_explicit_offset (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset); fh 319 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_set_file_defaults (ompio_file_t *fh); fh 320 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_set_view (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE disp, fh 329 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_decode_datatype (struct ompio_file_t *fh, fh 60 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_simple_grouping(ompio_file_t *fh, fh 105 ompi/mca/common/ompio/common_ompio_aggregators.c dtime_threshold = (double) OMPIO_MCA_GET(fh, aggregators_cutoff_threshold) / 100.0; fh 110 ompi/mca/common/ompio/common_ompio_aggregators.c mode = ( fh->f_cc_size == fh->f_view_size ) ? 1 : 2; fh 115 ompi/mca/common/ompio/common_ompio_aggregators.c if ( fh->f_size < 16 ) { fh 118 ompi/mca/common/ompio/common_ompio_aggregators.c else if (fh->f_size < 128 ) { fh 121 ompi/mca/common/ompio/common_ompio_aggregators.c else if ( fh->f_size < 4096 ) { fh 129 ompi/mca/common/ompio/common_ompio_aggregators.c time_prev = cost_calc ( fh->f_size, P_a, fh->f_view_size, (size_t) fh->f_bytes_per_agg, mode ); fh 131 ompi/mca/common/ompio/common_ompio_aggregators.c for ( P_a = incr; P_a <= fh->f_size; P_a += incr ) { fh 132 ompi/mca/common/ompio/common_ompio_aggregators.c time = cost_calc ( fh->f_size, P_a, fh->f_view_size, (size_t) fh->f_bytes_per_agg, mode ); fh 137 ompi/mca/common/ompio/common_ompio_aggregators.c if ( 0 == fh->f_rank ){ fh 139 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_view_size, P_a, time, dtime, dtime_abs, dtime_diff ); fh 149 ompi/mca/common/ompio/common_ompio_aggregators.c if ( 0 == fh->f_rank ) { fh 161 ompi/mca/common/ompio/common_ompio_aggregators.c if ( 0 == fh->f_rank ) { fh 174 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_size, fh->f_view_size, fh->f_bytes_per_agg, dtime_threshold, P_a_prev); fh 178 ompi/mca/common/ompio/common_ompio_aggregators.c if ( num_groups > (fh->f_size/OMPIO_MCA_GET(fh, max_aggregators_ratio))) { fh 179 ompi/mca/common/ompio/common_ompio_aggregators.c num_groups = (fh->f_size/OMPIO_MCA_GET(fh, max_aggregators_ratio)); fh 186 ompi/mca/common/ompio/common_ompio_aggregators.c return mca_common_ompio_forced_grouping ( fh, num_groups, contg_groups); fh 189 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_forced_grouping ( ompio_file_t *fh, fh 193 ompi/mca/common/ompio/common_ompio_aggregators.c int group_size = fh->f_size / num_groups; fh 194 ompi/mca/common/ompio/common_ompio_aggregators.c int rest = fh->f_size % num_groups; fh 227 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_fview_based_grouping(ompio_file_t *fh, fh 241 ompi/mca/common/ompio/common_ompio_aggregators.c if(NULL == fh->f_decoded_iov){ fh 246 ompi/mca/common/ompio/common_ompio_aggregators.c start_offset_len[0] = (OMPI_MPI_OFFSET_TYPE) fh->f_decoded_iov[0].iov_base; fh 247 ompi/mca/common/ompio/common_ompio_aggregators.c start_offset_len[1] = fh->f_decoded_iov[0].iov_len; fh 249 ompi/mca/common/ompio/common_ompio_aggregators.c start_offset_len[2] = fh->f_rank; fh 251 ompi/mca/common/ompio/common_ompio_aggregators.c start_offsets_lens = (OMPI_MPI_OFFSET_TYPE* )malloc (3 * fh->f_size * sizeof(OMPI_MPI_OFFSET_TYPE)); fh 257 ompi/mca/common/ompio/common_ompio_aggregators.c end_offsets = (OMPI_MPI_OFFSET_TYPE* )malloc (fh->f_size * sizeof(OMPI_MPI_OFFSET_TYPE)); fh 265 ompi/mca/common/ompio/common_ompio_aggregators.c ret = fh->f_comm->c_coll->coll_allgather (start_offset_len, fh 271 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm, fh 272 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm->c_coll->coll_allgather_module); fh 279 ompi/mca/common/ompio/common_ompio_aggregators.c for( k = 0 ; k < fh->f_size; k++){ fh 284 ompi/mca/common/ompio/common_ompio_aggregators.c while( k < fh->f_size){ fh 451 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_finalize_initial_grouping(ompio_file_t *fh, fh 459 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_num_aggrs = num_groups; fh 460 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL != fh->f_init_aggr_list) { fh 461 ompi/mca/common/ompio/common_ompio_aggregators.c free(fh->f_init_aggr_list); fh 463 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_aggr_list = (int*)malloc (fh->f_init_num_aggrs * sizeof(int)); fh 464 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL == fh->f_init_aggr_list) { fh 471 ompi/mca/common/ompio/common_ompio_aggregators.c if ( fh->f_rank == contg_groups[z].procs_in_contg_group[y] ) { fh 472 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_procs_per_group = contg_groups[z].procs_per_contg_group; fh 473 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL != fh->f_init_procs_in_group) { fh 474 ompi/mca/common/ompio/common_ompio_aggregators.c free(fh->f_init_procs_in_group); fh 476 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_procs_in_group = (int*)malloc (fh->f_init_procs_per_group * sizeof(int)); fh 477 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL == fh->f_init_procs_in_group) { fh 481 ompi/mca/common/ompio/common_ompio_aggregators.c memcpy ( fh->f_init_procs_in_group, contg_groups[z].procs_in_contg_group, fh 489 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_aggr_list[z] = contg_groups[z].procs_in_contg_group[0]; fh 504 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_set_aggregator_props (struct ompio_file_t *fh, fh 511 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_flags |= OMPIO_AGGREGATOR_IS_SET; fh 514 ompi/mca/common/ompio/common_ompio_aggregators.c ((SIMPLE != OMPIO_MCA_GET(fh, grouping_option) && fh 515 ompi/mca/common/ompio/common_ompio_aggregators.c NO_REFINEMENT != OMPIO_MCA_GET(fh, grouping_option) && fh 516 ompi/mca/common/ompio/common_ompio_aggregators.c SIMPLE_PLUS != OMPIO_MCA_GET(fh, grouping_option) ))) { fh 517 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_create_groups(fh,bytes_per_proc); fh 520 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_per_group = fh->f_init_procs_per_group; fh 521 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group = (int*)malloc (fh->f_procs_per_group * sizeof(int)); fh 522 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL == fh->f_procs_in_group) { fh 526 ompi/mca/common/ompio/common_ompio_aggregators.c for (j=0 ; j<fh->f_procs_per_group ; j++) { fh 527 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group[j] = fh->f_init_procs_in_group[j]; fh 530 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_num_aggrs = fh->f_init_num_aggrs; fh 531 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_aggr_list = (int*) malloc ( fh->f_num_aggrs * sizeof(int)); fh 532 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL == fh->f_aggr_list ) { fh 536 ompi/mca/common/ompio/common_ompio_aggregators.c for (j=0 ; j<fh->f_num_aggrs; j++) { fh 537 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_aggr_list[j] = fh->f_init_aggr_list[j]; fh 549 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_create_groups(ompio_file_t *fh, fh 566 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_prepare_to_group(fh, fh 583 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_split_initial_groups(fh, fh 590 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_merge_initial_groups(fh, fh 598 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_retain_initial_groups(fh); fh 612 ompi/mca/common/ompio/common_ompio_aggregators.c if(fh->f_rank == fh->f_procs_in_group[0]){ fh 615 ompi/mca/common/ompio/common_ompio_aggregators.c ret = fh->f_comm->c_coll->coll_allreduce (&final_aggr, fh 620 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm, fh 621 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm->c_coll->coll_allreduce_module); fh 627 ompi/mca/common/ompio/common_ompio_aggregators.c tmp_final_aggrs =(int*) malloc ( fh->f_size *sizeof(int)); fh 632 ompi/mca/common/ompio/common_ompio_aggregators.c ret = fh->f_comm->c_coll->coll_allgather (&final_aggr, fh 638 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm, fh 639 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm->c_coll->coll_allgather_module); fh 647 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_num_aggrs = final_num_aggrs; fh 648 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_aggr_list = (int*) malloc (fh->f_num_aggrs * sizeof(int)); fh 649 ompi/mca/common/ompio/common_ompio_aggregators.c if ( NULL == fh->f_aggr_list ) { fh 655 ompi/mca/common/ompio/common_ompio_aggregators.c for ( i=0, j=0; i<fh->f_num_aggrs; i++ ) { fh 659 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_aggr_list[i] = j; fh 663 ompi/mca/common/ompio/common_ompio_aggregators.c } while ( !found && j < fh->f_size); fh 687 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_merge_initial_groups(ompio_file_t *fh, fh 713 ompi/mca/common/ompio/common_ompio_aggregators.c while(i < fh->f_init_num_aggrs){ fh 715 ompi/mca/common/ompio/common_ompio_aggregators.c if( i >= fh->f_init_num_aggrs){ fh 719 ompi/mca/common/ompio/common_ompio_aggregators.c (sum_bytes <= OMPIO_MCA_GET(fh, bytes_per_agg))){ fh 725 ompi/mca/common/ompio/common_ompio_aggregators.c (sum_bytes >= OMPIO_MCA_GET(fh, bytes_per_agg))){ fh 753 ompi/mca/common/ompio/common_ompio_aggregators.c while(i < fh->f_init_num_aggrs){ fh 757 ompi/mca/common/ompio/common_ompio_aggregators.c (i < fh->f_init_num_aggrs-1)){ fh 773 ompi/mca/common/ompio/common_ompio_aggregators.c merge_aggrs[j] = fh->f_init_aggr_list[start+j]; fh 775 ompi/mca/common/ompio/common_ompio_aggregators.c if(fh->f_rank == merge_aggrs[0]) fh 779 ompi/mca/common/ompio/common_ompio_aggregators.c if(fh->f_rank == merge_aggrs[j]){ fh 780 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_merge_groups(fh, merge_aggrs, fh 802 ompi/mca/common/ompio/common_ompio_aggregators.c sendreqs = (MPI_Request *)malloc ( 2 *fh->f_procs_per_group * sizeof(MPI_Request)); fh 807 ompi/mca/common/ompio/common_ompio_aggregators.c for( j = 0 ; j < fh->f_procs_per_group; j++){ fh 808 ompi/mca/common/ompio/common_ompio_aggregators.c if (fh->f_procs_in_group[j] == fh->f_rank ) { fh 812 ompi/mca/common/ompio/common_ompio_aggregators.c ret = MCA_PML_CALL(isend(&fh->f_procs_per_group, fh 815 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group[j], fh 818 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm, fh 825 ompi/mca/common/ompio/common_ompio_aggregators.c ret = MCA_PML_CALL(isend(fh->f_procs_in_group, fh 826 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_per_group, fh 828 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group[j], fh 831 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm, fh 843 ompi/mca/common/ompio/common_ompio_aggregators.c ret = MCA_PML_CALL(recv(&fh->f_procs_per_group, fh 848 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm, fh 855 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group = (int*)malloc (fh->f_procs_per_group * sizeof(int)); fh 856 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL == fh->f_procs_in_group) { fh 861 ompi/mca/common/ompio/common_ompio_aggregators.c ret = MCA_PML_CALL(recv(fh->f_procs_in_group, fh 862 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_per_group, fh 866 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm, fh 887 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_split_initial_groups(ompio_file_t *fh, fh 904 ompi/mca/common/ompio/common_ompio_aggregators.c bytes_per_agg_group = (OMPI_MPI_COUNT_TYPE)OMPIO_MCA_GET(fh, bytes_per_agg); fh 907 ompi/mca/common/ompio/common_ompio_aggregators.c size_old_group = fh->f_init_procs_per_group; fh 909 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_split_a_group(fh, fh 923 ompi/mca/common/ompio/common_ompio_aggregators.c switch(OMPIO_MCA_GET(fh, grouping_option)){ fh 955 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_split_a_group(fh, fh 985 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_split_a_group(fh, fh 1023 ompi/mca/common/ompio/common_ompio_aggregators.c ret = mca_common_ompio_finalize_split(fh, size_new_group, size_last_group); fh 1029 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_retain_initial_groups(ompio_file_t *fh){ fh 1033 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_per_group = fh->f_init_procs_per_group; fh 1034 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group = (int*)malloc (fh->f_procs_per_group * sizeof(int)); fh 1035 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL == fh->f_procs_in_group) { fh 1039 ompi/mca/common/ompio/common_ompio_aggregators.c for( i = 0 ; i < fh->f_procs_per_group; i++){ fh 1040 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group[i] = fh->f_init_procs_in_group[i]; fh 1047 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_merge_groups(ompio_file_t *fh, fh 1074 ompi/mca/common/ompio/common_ompio_aggregators.c ret = ompi_fcoll_base_coll_allgather_array (&fh->f_init_procs_per_group, fh 1083 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm); fh 1088 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_per_group = 0; fh 1092 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_per_group = fh->f_procs_per_group + sizes_old_group[i]; fh 1100 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group = (int*)malloc (fh->f_procs_per_group * sizeof(int)); fh 1101 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL == fh->f_procs_in_group) { fh 1110 ompi/mca/common/ompio/common_ompio_aggregators.c ret = ompi_fcoll_base_coll_allgatherv_array (fh->f_init_procs_in_group, fh 1111 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_procs_per_group, fh 1113 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group, fh 1120 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm); fh 1136 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_split_a_group(ompio_file_t *fh, fh 1147 ompi/mca/common/ompio/common_ompio_aggregators.c *num_groups = fh->f_init_procs_per_group / size_new_group; fh 1154 ompi/mca/common/ompio/common_ompio_aggregators.c if( fh->f_init_procs_per_group % size_new_group != 0 ){ fh 1156 ompi/mca/common/ompio/common_ompio_aggregators.c *size_smallest_group = fh->f_init_procs_per_group % size_new_group; fh 1197 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_finalize_split(ompio_file_t *fh, fh 1207 ompi/mca/common/ompio/common_ompio_aggregators.c for( i = 0; i < fh->f_init_procs_per_group ; i++){ fh 1209 ompi/mca/common/ompio/common_ompio_aggregators.c if( fh->f_rank == fh->f_init_procs_in_group[i]){ fh 1210 ompi/mca/common/ompio/common_ompio_aggregators.c if( i >= fh->f_init_procs_per_group - size_last_group ){ fh 1211 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_per_group = size_last_group; fh 1214 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_per_group = size_new_group; fh 1220 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group = (int*)malloc (fh->f_procs_per_group * sizeof(int)); fh 1221 ompi/mca/common/ompio/common_ompio_aggregators.c if (NULL == fh->f_procs_in_group) { fh 1226 ompi/mca/common/ompio/common_ompio_aggregators.c for( i = 0; i < fh->f_init_procs_per_group ; i++){ fh 1227 ompi/mca/common/ompio/common_ompio_aggregators.c if( fh->f_rank == fh->f_init_procs_in_group[i]){ fh 1228 ompi/mca/common/ompio/common_ompio_aggregators.c if( i >= fh->f_init_procs_per_group - size_last_group ){ fh 1230 ompi/mca/common/ompio/common_ompio_aggregators.c for( j = 0; j < fh->f_procs_per_group; j++){ fh 1231 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group[j] = fh->f_init_procs_in_group[fh->f_init_procs_per_group - size_last_group + j]; fh 1236 ompi/mca/common/ompio/common_ompio_aggregators.c for( j = 0 ; j < fh->f_init_procs_per_group; j = j + size_new_group){ fh 1238 ompi/mca/common/ompio/common_ompio_aggregators.c for( k = 0; k < fh->f_procs_per_group ; k++){ fh 1239 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_procs_in_group[k] = fh->f_init_procs_in_group[j+k]; fh 1251 ompi/mca/common/ompio/common_ompio_aggregators.c int mca_common_ompio_prepare_to_group(ompio_file_t *fh, fh 1277 ompi/mca/common/ompio/common_ompio_aggregators.c if(NULL == fh->f_decoded_iov){ fh 1282 ompi/mca/common/ompio/common_ompio_aggregators.c start_offset_len[0] = (OMPI_MPI_OFFSET_TYPE) fh->f_decoded_iov[0].iov_base; fh 1283 ompi/mca/common/ompio/common_ompio_aggregators.c start_offset_len[1] = fh->f_decoded_iov[0].iov_len; fh 1286 ompi/mca/common/ompio/common_ompio_aggregators.c start_offsets_lens_tmp = (OMPI_MPI_OFFSET_TYPE* )malloc (3 * fh->f_init_procs_per_group * sizeof(OMPI_MPI_OFFSET_TYPE)); fh 1300 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_procs_in_group, fh 1301 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_procs_per_group, fh 1302 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm); fh 1307 ompi/mca/common/ompio/common_ompio_aggregators.c end_offsets_tmp = (OMPI_MPI_OFFSET_TYPE* )malloc (fh->f_init_procs_per_group * sizeof(OMPI_MPI_OFFSET_TYPE)); fh 1312 ompi/mca/common/ompio/common_ompio_aggregators.c for( k = 0 ; k < fh->f_init_procs_per_group; k++){ fh 1316 ompi/mca/common/ompio/common_ompio_aggregators.c for(j = 0; j < fh->f_init_procs_per_group; j++){ fh 1324 ompi/mca/common/ompio/common_ompio_aggregators.c for( j = 0 ; j < fh->f_init_num_aggrs ; j++){ fh 1325 ompi/mca/common/ompio/common_ompio_aggregators.c if(fh->f_rank == fh->f_init_aggr_list[j]) fh 1331 ompi/mca/common/ompio/common_ompio_aggregators.c aggr_bytes_per_group_tmp = (OMPI_MPI_OFFSET_TYPE*)malloc (fh->f_init_num_aggrs * sizeof(OMPI_MPI_OFFSET_TYPE)); fh 1338 ompi/mca/common/ompio/common_ompio_aggregators.c decision_list_tmp = (int* )malloc (fh->f_init_num_aggrs * sizeof(int)); fh 1356 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_aggr_list, fh 1357 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_num_aggrs, fh 1358 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm); fh 1365 ompi/mca/common/ompio/common_ompio_aggregators.c for( i = 0; i < fh->f_init_num_aggrs; i++){ fh 1367 ompi/mca/common/ompio/common_ompio_aggregators.c (size_t)OMPIO_MCA_GET(fh, bytes_per_agg)){ fh 1372 ompi/mca/common/ompio/common_ompio_aggregators.c (size_t)OMPIO_MCA_GET(fh, bytes_per_agg)){ fh 1385 ompi/mca/common/ompio/common_ompio_aggregators.c for( i = 0; i < fh->f_init_num_aggrs ; i++){ fh 1391 ompi/mca/common/ompio/common_ompio_aggregators.c else if( (i == fh->f_init_num_aggrs-1) && fh 1405 ompi/mca/common/ompio/common_ompio_aggregators.c for( i = 0 ; i < fh->f_init_num_aggrs; i++){ fh 1407 ompi/mca/common/ompio/common_ompio_aggregators.c (fh->f_rank == fh->f_init_aggr_list[i])) fh 1411 ompi/mca/common/ompio/common_ompio_aggregators.c (fh->f_rank == fh->f_init_aggr_list[i])) fh 1415 ompi/mca/common/ompio/common_ompio_aggregators.c (fh->f_rank == fh->f_init_aggr_list[i])) fh 1438 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_procs_in_group, fh 1439 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_init_procs_per_group, fh 1440 ompi/mca/common/ompio/common_ompio_aggregators.c fh->f_comm); fh 51 ompi/mca/common/ompio/common_ompio_aggregators.h OMPI_DECLSPEC int mca_common_ompio_set_aggregator_props (struct ompio_file_t *fh, fh 55 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_forced_grouping ( ompio_file_t *fh, fh 62 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_fview_based_grouping(ompio_file_t *fh, int *num_groups, fh 65 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_simple_grouping(ompio_file_t *fh, int *num_groups, fh 68 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_finalize_initial_grouping(ompio_file_t *fh, int num_groups, fh 71 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_create_groups(ompio_file_t *fh, size_t bytes_per_proc); fh 73 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_prepare_to_group(ompio_file_t *fh, fh 83 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_retain_initial_groups(ompio_file_t *fh); fh 86 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_split_initial_groups(ompio_file_t *fh, fh 92 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_split_a_group(ompio_file_t *fh, fh 100 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_finalize_split(ompio_file_t *fh, int size_new_group, fh 103 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_merge_initial_groups(ompio_file_t *fh, fh 107 ompi/mca/common/ompio/common_ompio_aggregators.h int mca_common_ompio_merge_groups(ompio_file_t *fh, int *merge_aggrs, fh 43 ompi/mca/common/ompio/common_ompio_buffer.c void mca_common_ompio_check_gpu_buf ( ompio_file_t *fh, const void *buf, int *is_gpu, fh 138 ompi/mca/common/ompio/common_ompio_buffer.c void *mca_common_ompio_alloc_buf ( ompio_file_t *fh, size_t bufsize ) fh 153 ompi/mca/common/ompio/common_ompio_buffer.c void mca_common_ompio_release_buf ( ompio_file_t *fh, void *buf ) fh 62 ompi/mca/common/ompio/common_ompio_buffer.h void mca_common_ompio_check_gpu_buf ( ompio_file_t *fh, const void *buf, fh 69 ompi/mca/common/ompio/common_ompio_buffer.h void* mca_common_ompio_alloc_buf ( ompio_file_t *fh, size_t bufsize); fh 70 ompi/mca/common/ompio/common_ompio_buffer.h void mca_common_ompio_release_buf ( ompio_file_t *fh, void *buf ); fh 389 ompi/mca/common/ompio/common_ompio_file_open.c int mca_common_ompio_file_get_position (ompio_file_t *fh, fh 394 ompi/mca/common/ompio/common_ompio_file_open.c if ( 0 == fh->f_view_extent || fh 395 ompi/mca/common/ompio/common_ompio_file_open.c 0 == fh->f_view_size || fh 396 ompi/mca/common/ompio/common_ompio_file_open.c 0 == fh->f_etype_size ) { fh 402 ompi/mca/common/ompio/common_ompio_file_open.c off = (fh->f_offset - fh->f_disp)/fh->f_view_extent; fh 405 ompi/mca/common/ompio/common_ompio_file_open.c off *= (fh->f_view_size / fh->f_etype_size); fh 408 ompi/mca/common/ompio/common_ompio_file_open.c off += fh->f_total_bytes / fh->f_etype_size; fh 414 ompi/mca/common/ompio/common_ompio_file_open.c int mca_common_ompio_set_file_defaults (ompio_file_t *fh) fh 417 ompi/mca/common/ompio/common_ompio_file_open.c if (NULL != fh) { fh 424 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_io_array = NULL; fh 425 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_perm = OMPIO_PERM_NULL; fh 426 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_flags = 0; fh 428 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_bytes_per_agg = OMPIO_MCA_GET(fh, bytes_per_agg); fh 429 ompi/mca/common/ompio/common_ompio_file_open.c opal_info_get (fh->f_info, "cb_buffer_size", MPI_MAX_INFO_VAL, char_stripe, &flag); fh 432 ompi/mca/common/ompio/common_ompio_file_open.c sscanf ( char_stripe, "%d", &fh->f_bytes_per_agg ); fh 433 ompi/mca/common/ompio/common_ompio_file_open.c OMPIO_MCA_PRINT_INFO(fh, "cb_buffer_size", char_stripe, ""); fh 436 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_atomicity = 0; fh 437 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_fs_block_size = 4096; fh 439 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_offset = 0; fh 440 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_disp = 0; fh 441 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_position_in_file_view = 0; fh 442 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_index_in_file_view = 0; fh 443 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_total_bytes = 0; fh 445 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_init_procs_per_group = -1; fh 446 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_init_procs_in_group = NULL; fh 448 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_procs_per_group = -1; fh 449 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_procs_in_group = NULL; fh 451 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_init_num_aggrs = -1; fh 452 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_init_aggr_list = NULL; fh 454 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_num_aggrs = -1; fh 455 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_aggr_list = NULL; fh 458 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_iov_type = MPI_DATATYPE_NULL; fh 459 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_stripe_size = 0; fh 461 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_decoded_iov = NULL; fh 462 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_etype = MPI_DATATYPE_NULL; fh 463 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_filetype = MPI_DATATYPE_NULL; fh 464 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_orig_filetype = MPI_DATATYPE_NULL; fh 465 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_datarep = NULL; fh 471 ompi/mca/common/ompio/common_ompio_file_open.c d[0] = (ptrdiff_t) fh->f_decoded_iov; fh 472 ompi/mca/common/ompio/common_ompio_file_open.c d[1] = (ptrdiff_t) &fh->f_decoded_iov[0].iov_len; fh 483 ompi/mca/common/ompio/common_ompio_file_open.c &fh->f_iov_type); fh 484 ompi/mca/common/ompio/common_ompio_file_open.c ompi_datatype_commit (&fh->f_iov_type); fh 498 ompi/mca/common/ompio/common_ompio_file_open.c ompio_file_t *fh = NULL; fh 510 ompi/mca/common/ompio/common_ompio_file_open.c ret = mca_common_ompio_create_incomplete_file_handle(filename, &fh); fh 515 ompi/mca/common/ompio/common_ompio_file_open.c ret = mca_fs_base_file_select (fh, NULL); fh 519 ompi/mca/common/ompio/common_ompio_file_open.c free(fh); fh 523 ompi/mca/common/ompio/common_ompio_file_open.c ret = fh->f_fs->fs_file_delete ( (char *)filename, NULL); fh 524 ompi/mca/common/ompio/common_ompio_file_open.c free(fh); fh 533 ompi/mca/common/ompio/common_ompio_file_open.c ompio_file_t **fh) fh 565 ompi/mca/common/ompio/common_ompio_file_open.c *fh = file; fh 569 ompi/mca/common/ompio/common_ompio_file_open.c int mca_common_ompio_decode_datatype (struct ompio_file_t *fh, fh 621 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_rank,temp_count, (unsigned long)temp_data); fh 623 ompi/mca/common/ompio/common_ompio_file_open.c printf ("%d: \t{%p, %lu}\n",fh->f_rank, fh 647 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_rank,temp_count, temp_data); fh 649 ompi/mca/common/ompio/common_ompio_file_open.c printf ("%d: \t offset[%d]: %ld; length[%d]: %ld\n", fh->f_rank,i,temp_iov[i].iov_base, i,temp_iov[i].iov_len); fh 670 ompi/mca/common/ompio/common_ompio_file_open.c if (0 == fh->f_rank) { fh 56 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_file_read (ompio_file_t *fh, fh 78 ompi/mca/common/ompio/common_ompio_file_read.c if (fh->f_amode & MPI_MODE_WRONLY){ fh 95 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_check_gpu_buf ( fh, buf, &is_gpu, &is_managed); fh 101 ompi/mca/common/ompio/common_ompio_file_read.c if ( !( fh->f_flags & OMPIO_DATAREP_NATIVE ) && fh 116 ompi/mca/common/ompio/common_ompio_file_read.c OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count); fh 119 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_decode_datatype (fh, fh 124 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_mem_convertor, fh 129 ompi/mca/common/ompio/common_ompio_file_read.c if ( 0 < max_data && 0 == fh->f_iov_count ) { fh 140 ompi/mca/common/ompio/common_ompio_file_read.c if ( -1 == OMPIO_MCA_GET(fh, cycle_buffer_size )) { fh 144 ompi/mca/common/ompio/common_ompio_file_read.c bytes_per_cycle = OMPIO_MCA_GET(fh, cycle_buffer_size); fh 152 ompi/mca/common/ompio/common_ompio_file_read.c j = fh->f_index_in_file_view; fh 156 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_build_io_array ( fh, fh 167 ompi/mca/common/ompio/common_ompio_file_read.c &fh->f_io_array, fh 168 ompi/mca/common/ompio/common_ompio_file_read.c &fh->f_num_of_io_entries); fh 170 ompi/mca/common/ompio/common_ompio_file_read.c if (fh->f_num_of_io_entries) { fh 171 ompi/mca/common/ompio/common_ompio_file_read.c ret_code = fh->f_fbtl->fbtl_preadv (fh); fh 177 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_num_of_io_entries = 0; fh 178 ompi/mca/common/ompio/common_ompio_file_read.c if (NULL != fh->f_io_array) { fh 179 ompi/mca/common/ompio/common_ompio_file_read.c free (fh->f_io_array); fh 180 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_io_array = NULL; fh 189 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_release_buf (fh, decoded_iov->iov_base); fh 204 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_file_read_at (ompio_file_t *fh, fh 214 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_file_get_position (fh, &prev_offset ); fh 216 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_set_explicit_offset (fh, offset); fh 217 ompi/mca/common/ompio/common_ompio_file_read.c ret = mca_common_ompio_file_read (fh, fh 226 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_set_explicit_offset (fh, prev_offset); fh 232 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_file_iread (ompio_file_t *fh, fh 242 ompi/mca/common/ompio/common_ompio_file_read.c if (fh->f_amode & MPI_MODE_WRONLY){ fh 259 ompi/mca/common/ompio/common_ompio_file_read.c if ( NULL != fh->f_fbtl->fbtl_ipreadv ) { fh 274 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_check_gpu_buf ( fh, buf, &is_gpu, &is_managed); fh 280 ompi/mca/common/ompio/common_ompio_file_read.c if ( !( fh->f_flags & OMPIO_DATAREP_NATIVE ) && fh 295 ompi/mca/common/ompio/common_ompio_file_read.c OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&ompio_req->req_convertor,max_data,decoded_iov,iov_count); fh 301 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_decode_datatype (fh, fh 306 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_mem_convertor, fh 311 ompi/mca/common/ompio/common_ompio_file_read.c if ( 0 < max_data && 0 == fh->f_iov_count ) { fh 325 ompi/mca/common/ompio/common_ompio_file_read.c j = fh->f_index_in_file_view; fh 327 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_build_io_array ( fh, fh 338 ompi/mca/common/ompio/common_ompio_file_read.c &fh->f_io_array, fh 339 ompi/mca/common/ompio/common_ompio_file_read.c &fh->f_num_of_io_entries); fh 341 ompi/mca/common/ompio/common_ompio_file_read.c if (fh->f_num_of_io_entries) { fh 342 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_fbtl->fbtl_ipreadv (fh, (ompi_request_t *) ompio_req); fh 347 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_num_of_io_entries = 0; fh 348 ompi/mca/common/ompio/common_ompio_file_read.c if (NULL != fh->f_io_array) { fh 349 ompi/mca/common/ompio/common_ompio_file_read.c free (fh->f_io_array); fh 350 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_io_array = NULL; fh 361 ompi/mca/common/ompio/common_ompio_file_read.c ret = mca_common_ompio_file_read (fh, buf, count, datatype, &status); fh 373 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_file_iread_at (ompio_file_t *fh, fh 382 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_file_get_position (fh, &prev_offset ); fh 384 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_set_explicit_offset (fh, offset); fh 385 ompi/mca/common/ompio/common_ompio_file_read.c ret = mca_common_ompio_file_iread (fh, fh 399 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_set_explicit_offset (fh, prev_offset); fh 406 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_file_read_all (ompio_file_t *fh, fh 415 ompi/mca/common/ompio/common_ompio_file_read.c if ( !( fh->f_flags & OMPIO_DATAREP_NATIVE ) && fh 437 ompi/mca/common/ompio/common_ompio_file_read.c OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count); fh 438 ompi/mca/common/ompio/common_ompio_file_read.c ret = fh->f_fcoll->fcoll_file_read_all (fh, fh 446 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_release_buf (fh, decoded_iov->iov_base); fh 453 ompi/mca/common/ompio/common_ompio_file_read.c ret = fh->f_fcoll->fcoll_file_read_all (fh, fh 462 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_file_read_at_all (ompio_file_t *fh, fh 471 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_file_get_position (fh, &prev_offset ); fh 473 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_set_explicit_offset (fh, offset); fh 474 ompi/mca/common/ompio/common_ompio_file_read.c ret = mca_common_ompio_file_read_all (fh, fh 480 ompi/mca/common/ompio/common_ompio_file_read.c mca_common_ompio_set_explicit_offset (fh, prev_offset); fh 533 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_set_explicit_offset (ompio_file_t *fh, fh 539 ompi/mca/common/ompio/common_ompio_file_read.c if ( fh->f_view_size > 0 ) { fh 541 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_offset = (fh->f_view_extent * fh 542 ompi/mca/common/ompio/common_ompio_file_read.c ((offset*fh->f_etype_size) / fh->f_view_size)) + fh->f_disp; fh 546 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_total_bytes = (offset*fh->f_etype_size) % fh->f_view_size; fh 547 ompi/mca/common/ompio/common_ompio_file_read.c i = fh->f_total_bytes; fh 552 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_index_in_file_view = 0; fh 553 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_position_in_file_view = 0; fh 557 ompi/mca/common/ompio/common_ompio_file_read.c k = fh->f_decoded_iov[fh->f_index_in_file_view].iov_len; fh 559 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_position_in_file_view = k; fh 560 ompi/mca/common/ompio/common_ompio_file_read.c fh->f_index_in_file_view++; fh 561 ompi/mca/common/ompio/common_ompio_file_read.c k += fh->f_decoded_iov[fh->f_index_in_file_view].iov_len; fh 57 ompi/mca/common/ompio/common_ompio_file_view.c int mca_common_ompio_set_view (ompio_file_t *fh, fh 75 ompi/mca/common/ompio/common_ompio_file_view.c if ( NULL != fh->f_etype ) { fh 76 ompi/mca/common/ompio/common_ompio_file_view.c ompi_datatype_destroy (&fh->f_etype); fh 78 ompi/mca/common/ompio/common_ompio_file_view.c if ( NULL != fh->f_filetype ) { fh 79 ompi/mca/common/ompio/common_ompio_file_view.c ompi_datatype_destroy (&fh->f_filetype); fh 81 ompi/mca/common/ompio/common_ompio_file_view.c if ( NULL != fh->f_orig_filetype ) { fh 82 ompi/mca/common/ompio/common_ompio_file_view.c ompi_datatype_destroy (&fh->f_orig_filetype); fh 84 ompi/mca/common/ompio/common_ompio_file_view.c if (NULL != fh->f_decoded_iov) { fh 85 ompi/mca/common/ompio/common_ompio_file_view.c free (fh->f_decoded_iov); fh 86 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_decoded_iov = NULL; fh 89 ompi/mca/common/ompio/common_ompio_file_view.c if (NULL != fh->f_datarep) { fh 90 ompi/mca/common/ompio/common_ompio_file_view.c free (fh->f_datarep); fh 91 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_datarep = NULL; fh 94 ompi/mca/common/ompio/common_ompio_file_view.c if (NULL != fh->f_file_convertor) { fh 95 ompi/mca/common/ompio/common_ompio_file_view.c opal_convertor_cleanup (fh->f_file_convertor); fh 96 ompi/mca/common/ompio/common_ompio_file_view.c free (fh->f_file_convertor); fh 97 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_file_convertor = NULL; fh 101 ompi/mca/common/ompio/common_ompio_file_view.c if ( fh->f_flags & OMPIO_CONTIGUOUS_FVIEW ) { fh 102 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_flags &= ~OMPIO_CONTIGUOUS_FVIEW; fh 104 ompi/mca/common/ompio/common_ompio_file_view.c if ( fh->f_flags & OMPIO_UNIFORM_FVIEW ) { fh 105 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_flags &= ~OMPIO_UNIFORM_FVIEW; fh 107 ompi/mca/common/ompio/common_ompio_file_view.c if ( fh->f_flags & OMPIO_DATAREP_NATIVE ) { fh 108 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_flags &= ~OMPIO_DATAREP_NATIVE; fh 110 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_datarep = strdup (datarep); fh 113 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_file_convertor = malloc ( sizeof(struct opal_convertor_t) ); fh 114 ompi/mca/common/ompio/common_ompio_file_view.c if ( NULL == fh->f_file_convertor ) { fh 117 ompi/mca/common/ompio/common_ompio_file_view.c opal_convertor_clone (ompi_mpi_external32_convertor, fh->f_file_convertor, 0); fh 120 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_file_convertor = opal_convertor_create (opal_local_arch, 0); fh 121 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_flags |= OMPIO_DATAREP_NATIVE; fh 124 ompi/mca/common/ompio/common_ompio_file_view.c datatype_duplicate (filetype, &fh->f_orig_filetype ); fh 138 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_flags |= OMPIO_FILE_VIEW_IS_SET; fh 141 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_iov_count = 0; fh 142 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_disp = disp; fh 143 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_offset = disp; fh 144 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_total_bytes = 0; fh 145 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_index_in_file_view=0; fh 146 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_position_in_file_view=0; fh 148 ompi/mca/common/ompio/common_ompio_file_view.c mca_common_ompio_decode_datatype (fh, fh 153 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_file_convertor, fh 154 ompi/mca/common/ompio/common_ompio_file_view.c &fh->f_decoded_iov, fh 155 ompi/mca/common/ompio/common_ompio_file_view.c &fh->f_iov_count); fh 157 ompi/mca/common/ompio/common_ompio_file_view.c opal_datatype_get_extent(&newfiletype->super, &lb, &fh->f_view_extent); fh 159 ompi/mca/common/ompio/common_ompio_file_view.c opal_datatype_type_size (&etype->super, &fh->f_etype_size); fh 160 ompi/mca/common/ompio/common_ompio_file_view.c opal_datatype_type_size (&newfiletype->super, &fh->f_view_size); fh 161 ompi/mca/common/ompio/common_ompio_file_view.c datatype_duplicate (etype, &fh->f_etype); fh 164 ompi/mca/common/ompio/common_ompio_file_view.c ompi_datatype_duplicate (newfiletype, &fh->f_filetype); fh 166 ompi/mca/common/ompio/common_ompio_file_view.c if ( (fh->f_view_size % fh->f_etype_size) ) { fh 171 ompi/mca/common/ompio/common_ompio_file_view.c if( SIMPLE_PLUS == OMPIO_MCA_GET(fh, grouping_option) ) { fh 172 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_cc_size = get_contiguous_chunk_size (fh, 1); fh 175 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_cc_size = get_contiguous_chunk_size (fh, 0); fh 180 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_view_extent == (ptrdiff_t)fh->f_view_size ) { fh 181 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_flags |= OMPIO_CONTIGUOUS_FVIEW; fh 185 ompi/mca/common/ompio/common_ompio_file_view.c contg_groups = (mca_common_ompio_contg*) calloc ( 1, fh->f_size * sizeof(mca_common_ompio_contg)); fh 190 ompi/mca/common/ompio/common_ompio_file_view.c for( i = 0; i < fh->f_size; i++){ fh 191 ompi/mca/common/ompio/common_ompio_file_view.c contg_groups[i].procs_in_contg_group = (int*)calloc (1,fh->f_size * sizeof(int)); fh 205 ompi/mca/common/ompio/common_ompio_file_view.c opal_info_get (fh->f_info, "cb_nodes", MPI_MAX_INFO_VAL, char_stripe, &flag); fh 208 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "cb_nodes", char_stripe, ""); fh 215 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "cb_nodes", char_stripe, ""); fh 220 ompi/mca/common/ompio/common_ompio_file_view.c if ( -1 != OMPIO_MCA_GET(fh, num_aggregators) || -1 != num_cb_nodes) { fh 222 ompi/mca/common/ompio/common_ompio_file_view.c num_groups = OMPIO_MCA_GET(fh, num_aggregators); fh 227 ompi/mca/common/ompio/common_ompio_file_view.c if ( num_groups > fh->f_size ) { fh 228 ompi/mca/common/ompio/common_ompio_file_view.c num_groups = fh->f_size; fh 230 ompi/mca/common/ompio/common_ompio_file_view.c mca_common_ompio_forced_grouping ( fh, num_groups, contg_groups); fh 233 ompi/mca/common/ompio/common_ompio_file_view.c if ( SIMPLE != OMPIO_MCA_GET(fh, grouping_option) && fh 234 ompi/mca/common/ompio/common_ompio_file_view.c SIMPLE_PLUS != OMPIO_MCA_GET(fh, grouping_option) ) { fh 235 ompi/mca/common/ompio/common_ompio_file_view.c ret = mca_common_ompio_fview_based_grouping(fh, fh 247 ompi/mca/common/ompio/common_ompio_file_view.c if ( fh->f_comm->c_flags & OMPI_COMM_CART ){ fh 248 ompi/mca/common/ompio/common_ompio_file_view.c ret = fh->f_comm->c_topo->topo.cart.cartdim_get( fh->f_comm, &ndims); fh 253 ompi/mca/common/ompio/common_ompio_file_view.c ret = mca_common_ompio_cart_based_grouping( fh, fh 265 ompi/mca/common/ompio/common_ompio_file_view.c ret = mca_common_ompio_simple_grouping(fh, fh 276 ompi/mca/common/ompio/common_ompio_file_view.c if ( fh->f_rank == 0) { fh 278 ompi/mca/common/ompio/common_ompio_file_view.c printf("BEFORE finalize_init: comm size = %d num_groups = %d\n", fh->f_size, num_groups); fh 291 ompi/mca/common/ompio/common_ompio_file_view.c ret = mca_common_ompio_finalize_initial_grouping(fh, fh 306 ompi/mca/common/ompio/common_ompio_file_view.c opal_info_get (fh->f_info, "collective_buffering", MPI_MAX_INFO_VAL, char_stripe, &flag); fh 310 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "collective_buffering", char_stripe, "enforcing using individual fcoll component"); fh 312 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "collective_buffering", char_stripe, ""); fh 319 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "collective_buffering", char_stripe, "enforcing using individual fcoll component"); fh 321 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "collective_buffering", char_stripe, ""); fh 331 ompi/mca/common/ompio/common_ompio_file_view.c ret = mca_fcoll_base_file_select (fh, (mca_base_component_t *)preferred); fh 338 ompi/mca/common/ompio/common_ompio_file_view.c if ( NULL != fh->f_sharedfp ) { fh 339 ompi/mca/common/ompio/common_ompio_file_view.c ret = fh->f_sharedfp->sharedfp_seek( fh, 0, MPI_SEEK_SET); fh 343 ompi/mca/common/ompio/common_ompio_file_view.c for( i = 0; i < fh->f_size; i++){ fh 351 ompi/mca/common/ompio/common_ompio_file_view.c OMPI_MPI_OFFSET_TYPE get_contiguous_chunk_size (ompio_file_t *fh, int flag) fh 370 ompi/mca/common/ompio/common_ompio_file_view.c for (i=0 ; i<(int)fh->f_iov_count ; i++) { fh 371 ompi/mca/common/ompio/common_ompio_file_view.c avg[0] += fh->f_decoded_iov[i].iov_len; fh 373 ompi/mca/common/ompio/common_ompio_file_view.c if (fh->f_decoded_iov[i].iov_len != fh->f_decoded_iov[i-1].iov_len) { fh 378 ompi/mca/common/ompio/common_ompio_file_view.c if ( 0 != fh->f_iov_count ) { fh 379 ompi/mca/common/ompio/common_ompio_file_view.c avg[0] = avg[0]/fh->f_iov_count; fh 381 ompi/mca/common/ompio/common_ompio_file_view.c avg[1] = (OMPI_MPI_OFFSET_TYPE) fh->f_iov_count; fh 384 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_comm->c_coll->coll_allreduce (avg, fh 389 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_comm, fh 390 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_comm->c_coll->coll_allreduce_module); fh 391 ompi/mca/common/ompio/common_ompio_file_view.c global_avg[0] = global_avg[0]/fh->f_size; fh 392 ompi/mca/common/ompio/common_ompio_file_view.c global_avg[1] = global_avg[1]/fh->f_size; fh 411 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_comm->c_coll->coll_allreduce (&uniform, fh 416 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_comm, fh 417 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_comm->c_coll->coll_allreduce_module); fh 421 ompi/mca/common/ompio/common_ompio_file_view.c fh->f_flags |= OMPIO_UNIFORM_FVIEW; fh 38 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_file_write (ompio_file_t *fh, fh 58 ompi/mca/common/ompio/common_ompio_file_write.c if (fh->f_amode & MPI_MODE_RDONLY){ fh 76 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_check_gpu_buf ( fh, buf, &is_gpu, &is_managed); fh 82 ompi/mca/common/ompio/common_ompio_file_write.c if ( !( fh->f_flags & OMPIO_DATAREP_NATIVE ) && fh 99 ompi/mca/common/ompio/common_ompio_file_write.c OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count); fh 104 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_decode_datatype (fh, fh 109 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_mem_convertor, fh 114 ompi/mca/common/ompio/common_ompio_file_write.c if ( 0 < max_data && 0 == fh->f_iov_count ) { fh 125 ompi/mca/common/ompio/common_ompio_file_write.c if ( -1 == OMPIO_MCA_GET(fh, cycle_buffer_size )) { fh 129 ompi/mca/common/ompio/common_ompio_file_write.c bytes_per_cycle = OMPIO_MCA_GET(fh, cycle_buffer_size); fh 137 ompi/mca/common/ompio/common_ompio_file_write.c j = fh->f_index_in_file_view; fh 139 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_build_io_array ( fh, fh 150 ompi/mca/common/ompio/common_ompio_file_write.c &fh->f_io_array, fh 151 ompi/mca/common/ompio/common_ompio_file_write.c &fh->f_num_of_io_entries); fh 153 ompi/mca/common/ompio/common_ompio_file_write.c if (fh->f_num_of_io_entries) { fh 154 ompi/mca/common/ompio/common_ompio_file_write.c ret_code =fh->f_fbtl->fbtl_pwritev (fh); fh 160 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_num_of_io_entries = 0; fh 161 ompi/mca/common/ompio/common_ompio_file_write.c if (NULL != fh->f_io_array) { fh 162 ompi/mca/common/ompio/common_ompio_file_write.c free (fh->f_io_array); fh 163 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_io_array = NULL; fh 168 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_release_buf (fh, decoded_iov->iov_base); fh 184 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_file_write_at (ompio_file_t *fh, fh 193 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_file_get_position (fh, &prev_offset ); fh 195 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_set_explicit_offset (fh, offset); fh 196 ompi/mca/common/ompio/common_ompio_file_write.c ret = mca_common_ompio_file_write (fh, fh 204 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_set_explicit_offset (fh, prev_offset ); fh 208 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_file_iwrite (ompio_file_t *fh, fh 218 ompi/mca/common/ompio/common_ompio_file_write.c if (fh->f_amode & MPI_MODE_RDONLY){ fh 235 ompi/mca/common/ompio/common_ompio_file_write.c if ( NULL != fh->f_fbtl->fbtl_ipwritev ) { fh 249 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_check_gpu_buf ( fh, buf, &is_gpu, &is_managed); fh 255 ompi/mca/common/ompio/common_ompio_file_write.c if ( !( fh->f_flags & OMPIO_DATAREP_NATIVE ) && fh 272 ompi/mca/common/ompio/common_ompio_file_write.c OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count); fh 280 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_decode_datatype (fh, fh 285 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_mem_convertor, fh 290 ompi/mca/common/ompio/common_ompio_file_write.c if ( 0 < max_data && 0 == fh->f_iov_count ) { fh 303 ompi/mca/common/ompio/common_ompio_file_write.c j = fh->f_index_in_file_view; fh 306 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_build_io_array ( fh, fh 317 ompi/mca/common/ompio/common_ompio_file_write.c &fh->f_io_array, fh 318 ompi/mca/common/ompio/common_ompio_file_write.c &fh->f_num_of_io_entries); fh 320 ompi/mca/common/ompio/common_ompio_file_write.c if (fh->f_num_of_io_entries) { fh 321 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_fbtl->fbtl_ipwritev (fh, (ompi_request_t *) ompio_req); fh 326 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_num_of_io_entries = 0; fh 327 ompi/mca/common/ompio/common_ompio_file_write.c if (NULL != fh->f_io_array) { fh 328 ompi/mca/common/ompio/common_ompio_file_write.c free (fh->f_io_array); fh 329 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_io_array = NULL; fh 339 ompi/mca/common/ompio/common_ompio_file_write.c ret = mca_common_ompio_file_write(fh,buf,count,datatype, &status); fh 350 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_file_iwrite_at (ompio_file_t *fh, fh 359 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_file_get_position (fh, &prev_offset ); fh 361 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_set_explicit_offset (fh, offset); fh 362 ompi/mca/common/ompio/common_ompio_file_write.c ret = mca_common_ompio_file_iwrite (fh, fh 376 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_set_explicit_offset (fh, prev_offset); fh 383 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_file_write_all (ompio_file_t *fh, fh 391 ompi/mca/common/ompio/common_ompio_file_write.c if ( !( fh->f_flags & OMPIO_DATAREP_NATIVE ) && fh 413 ompi/mca/common/ompio/common_ompio_file_write.c OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count); fh 417 ompi/mca/common/ompio/common_ompio_file_write.c ret = fh->f_fcoll->fcoll_file_write_all (fh, fh 424 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_release_buf (fh, decoded_iov->iov_base); fh 431 ompi/mca/common/ompio/common_ompio_file_write.c ret = fh->f_fcoll->fcoll_file_write_all (fh, fh 440 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_file_write_at_all (ompio_file_t *fh, fh 449 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_file_get_position (fh, &prev_offset ); fh 451 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_set_explicit_offset (fh, offset); fh 452 ompi/mca/common/ompio/common_ompio_file_write.c ret = mca_common_ompio_file_write_all (fh, fh 458 ompi/mca/common/ompio/common_ompio_file_write.c mca_common_ompio_set_explicit_offset (fh, prev_offset); fh 513 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_build_io_array ( ompio_file_t *fh, int index, int cycles, fh 533 ompi/mca/common/ompio/common_ompio_file_write.c sum_previous_length = fh->f_position_in_file_view; fh 582 ompi/mca/common/ompio/common_ompio_file_write.c if (! (fh->f_flags & OMPIO_CONTIGUOUS_FVIEW)) { fh 583 ompi/mca/common/ompio/common_ompio_file_write.c if (fh->f_decoded_iov[j].iov_len - fh 584 ompi/mca/common/ompio/common_ompio_file_write.c (fh->f_total_bytes - sum_previous_length) <= 0) { fh 585 ompi/mca/common/ompio/common_ompio_file_write.c sum_previous_length += fh->f_decoded_iov[j].iov_len; fh 587 ompi/mca/common/ompio/common_ompio_file_write.c if (j == (int)fh->f_iov_count) { fh 590 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_offset += fh->f_view_extent; fh 591 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_position_in_file_view = sum_previous_length; fh 592 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_index_in_file_view = j; fh 593 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_total_bytes = 0; fh 598 ompi/mca/common/ompio/common_ompio_file_write.c disp = (ptrdiff_t)fh->f_decoded_iov[j].iov_base + fh 599 ompi/mca/common/ompio/common_ompio_file_write.c (fh->f_total_bytes - sum_previous_length); fh 600 ompi/mca/common/ompio/common_ompio_file_write.c f_io_array[k].offset = (IOVBASE_TYPE *)(intptr_t)(disp + fh->f_offset); fh 602 ompi/mca/common/ompio/common_ompio_file_write.c if (! (fh->f_flags & OMPIO_CONTIGUOUS_FVIEW)) { fh 603 ompi/mca/common/ompio/common_ompio_file_write.c if (fh->f_decoded_iov[j].iov_len - fh 604 ompi/mca/common/ompio/common_ompio_file_write.c (fh->f_total_bytes - sum_previous_length) fh 606 ompi/mca/common/ompio/common_ompio_file_write.c f_io_array[k].length = fh->f_decoded_iov[j].iov_len - fh 607 ompi/mca/common/ompio/common_ompio_file_write.c (fh->f_total_bytes - sum_previous_length); fh 612 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_total_bytes += f_io_array[k].length; fh 616 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_position_in_file_view = sum_previous_length; fh 617 ompi/mca/common/ompio/common_ompio_file_write.c fh->f_index_in_file_view = j; fh 621 ompi/mca/common/ompio/common_ompio_file_write.c if (fh->f_rank == 0) { fh 102 ompi/mca/common/ompio/common_ompio_print_queue.c struct ompio_file_t *fh){ fh 117 ompi/mca/common/ompio/common_ompio_print_queue.c if (!fh->f_rank){ fh 138 ompi/mca/common/ompio/common_ompio_print_queue.c final_time_details = (double *)calloc (fh->f_size, 4 * sizeof(double)); fh 144 ompi/mca/common/ompio/common_ompio_print_queue.c count = 4 * fh->f_size; fh 150 ompi/mca/common/ompio/common_ompio_print_queue.c if (!fh->f_rank){ fh 161 ompi/mca/common/ompio/common_ompio_print_queue.c ret = fh->f_comm->c_coll->coll_gather(time_details, fh 168 ompi/mca/common/ompio/common_ompio_print_queue.c fh->f_comm, fh 169 ompi/mca/common/ompio/common_ompio_print_queue.c fh->f_comm->c_coll->coll_gather_module); fh 174 ompi/mca/common/ompio/common_ompio_print_queue.c if (!fh->f_rank){ fh 62 ompi/mca/common/ompio/common_ompio_print_queue.h char *name_operation, struct ompio_file_t *fh); fh 45 ompi/mca/fbtl/ime/fbtl_ime.c mca_fbtl_ime_component_file_query (ompio_file_t *fh, int *priority) fh 52 ompi/mca/fbtl/ime/fbtl_ime.c if (IME == fh->f_fstype) { fh 17 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c static ssize_t mca_fbtl_ime_blocking_op(ompio_file_t *fh, int io_op); fh 19 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c ssize_t mca_fbtl_ime_preadv(ompio_file_t *fh) fh 21 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c return mca_fbtl_ime_blocking_op(fh, FBTL_IME_READ); fh 24 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c ssize_t mca_fbtl_ime_pwritev(ompio_file_t *fh) fh 26 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c return mca_fbtl_ime_blocking_op(fh, FBTL_IME_WRITE); fh 29 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c static ssize_t mca_fbtl_ime_blocking_op(ompio_file_t *fh, int io_op) fh 37 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c if (NULL == fh->f_io_array) { fh 49 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c for (i = 0 ; i < fh->f_num_of_io_entries; i++) { fh 50 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c iov[iov_count].iov_base = fh->f_io_array[i].memory_address; fh 51 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c iov[iov_count].iov_len = fh->f_io_array[i].length; fh 57 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c iov_offset = (OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i].offset; fh 78 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c if (i+1 == fh->f_num_of_io_entries || fh 79 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c ((OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i].offset + fh 80 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c (ptrdiff_t)fh->f_io_array[i].length) != fh 81 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c (OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i+1].offset || fh 86 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c ret_code = ime_native_preadv(fh->fd, iov, iov_count, iov_offset); fh 96 ompi/mca/fbtl/ime/fbtl_ime_blocking_op.c ret_code = ime_native_pwritev(fh->fd, iov, iov_count, iov_offset); fh 17 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c static ssize_t mca_fbtl_ime_nonblocking_op (ompio_file_t *fh, fh 20 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c ssize_t mca_fbtl_ime_ipreadv (ompio_file_t *fh, ompi_request_t *request) fh 22 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c return mca_fbtl_ime_nonblocking_op(fh, request, FBTL_IME_READ); fh 24 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c ssize_t mca_fbtl_ime_ipwritev (ompio_file_t *fh, ompi_request_t *request) fh 26 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c return mca_fbtl_ime_nonblocking_op(fh, request, FBTL_IME_WRITE); fh 29 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c static ssize_t mca_fbtl_ime_nonblocking_op (ompio_file_t *fh, fh 49 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c data->allocated_data = (void*) malloc( fh->f_num_of_io_entries * fh 60 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c fh->f_num_of_io_entries); fh 62 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c fh->f_num_of_io_entries); fh 69 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c data->aio_fh = fh; fh 73 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c for ( i=0; i<fh->f_num_of_io_entries; i++ ) { fh 74 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c data->aio_iovecs[i].iov_base = fh->f_io_array[i].memory_address; fh 75 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c data->aio_iovecs[i].iov_len = fh->f_io_array[i].length; fh 83 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c fh->f_io_array[i].offset; fh 84 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c data->aio_reqs[req_index].fd = fh->fd; fh 96 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c if (i+1 != fh->f_num_of_io_entries && fh 97 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c ((OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i].offset + fh 98 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c (ptrdiff_t)fh->f_io_array[i].length) == fh 99 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c (OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i+1].offset && fh 106 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c else if ( i+1 != fh->f_num_of_io_entries ) { fh 82 ompi/mca/fbtl/posix/fbtl_posix.c mca_fbtl_posix_component_file_query (ompio_file_t *fh, int *priority) { fh 85 ompi/mca/fbtl/posix/fbtl_posix.c if (UFS == fh->f_fstype) { fh 63 ompi/mca/fbtl/posix/fbtl_posix.h int mca_fbtl_posix_lock ( struct flock *lock, ompio_file_t *fh, int op, fh 65 ompi/mca/fbtl/posix/fbtl_posix.h void mca_fbtl_posix_unlock ( struct flock *lock, ompio_file_t *fh ); fh 36 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c ssize_t mca_fbtl_posix_ipreadv (ompio_file_t *fh, fh 51 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c data->aio_req_count = fh->f_num_of_io_entries; fh 52 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c data->aio_open_reqs = fh->f_num_of_io_entries; fh 57 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c fh->f_num_of_io_entries); fh 64 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c data->aio_req_status = (int *) malloc (sizeof(int) * fh->f_num_of_io_entries); fh 71 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c data->aio_fh = fh; fh 73 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c for ( i=0; i<fh->f_num_of_io_entries; i++ ) { fh 75 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c fh->f_io_array[i].offset; fh 76 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c data->aio_reqs[i].aio_buf = fh->f_io_array[i].memory_address; fh 77 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c data->aio_reqs[i].aio_nbytes = fh->f_io_array[i].length; fh 78 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c data->aio_reqs[i].aio_fildes = fh->fd; fh 35 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c ssize_t mca_fbtl_posix_ipwritev (ompio_file_t *fh, fh 50 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c data->aio_req_count = fh->f_num_of_io_entries; fh 51 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c data->aio_open_reqs = fh->f_num_of_io_entries; fh 56 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c fh->f_num_of_io_entries); fh 63 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c data->aio_req_status = (int *) malloc (sizeof(int) * fh->f_num_of_io_entries); fh 70 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c data->aio_fh = fh; fh 72 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c for ( i=0; i<fh->f_num_of_io_entries; i++ ) { fh 74 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c fh->f_io_array[i].offset; fh 75 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c data->aio_reqs[i].aio_buf = fh->f_io_array[i].memory_address; fh 76 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c data->aio_reqs[i].aio_nbytes = fh->f_io_array[i].length; fh 77 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c data->aio_reqs[i].aio_fildes = fh->fd; fh 46 ompi/mca/fbtl/posix/fbtl_posix_lock.c int mca_fbtl_posix_lock ( struct flock *lock, ompio_file_t *fh, int op, fh 60 ompi/mca/fbtl/posix/fbtl_posix_lock.c if ( fh->f_flags & OMPIO_LOCK_ENTIRE_FILE ) { fh 65 ompi/mca/fbtl/posix/fbtl_posix_lock.c if ( (fh->f_flags & OMPIO_LOCK_NEVER) || fh 66 ompi/mca/fbtl/posix/fbtl_posix_lock.c (fh->f_flags & OMPIO_LOCK_NOT_THIS_OP )){ fh 93 ompi/mca/fbtl/posix/fbtl_posix_lock.c bmod = offset % fh->f_fs_block_size; fh 98 ompi/mca/fbtl/posix/fbtl_posix_lock.c lmod = (offset+len)%fh->f_fs_block_size; fh 118 ompi/mca/fbtl/posix/fbtl_posix_lock.c fh->f_rank, lock->l_start, lock->l_len, offset, len); fh 123 ompi/mca/fbtl/posix/fbtl_posix_lock.c ret = fcntl ( fh->fd, F_SETLKW, lock); fh 126 ompi/mca/fbtl/posix/fbtl_posix_lock.c printf("[%d] ret = %d errno=%d %s\n", fh->f_rank, ret, errno, strerror(errno) ); fh 136 ompi/mca/fbtl/posix/fbtl_posix_lock.c void mca_fbtl_posix_unlock ( struct flock *lock, ompio_file_t *fh ) fh 144 ompi/mca/fbtl/posix/fbtl_posix_lock.c printf("%d: releasing lock for offset %ld length %ld\n", fh->f_rank, lock->l_start, lock->l_len); fh 146 ompi/mca/fbtl/posix/fbtl_posix_lock.c fcntl ( fh->fd, F_SETLK, lock); fh 31 ompi/mca/fbtl/posix/fbtl_posix_preadv.c ssize_t mca_fbtl_posix_preadv (ompio_file_t *fh ) fh 42 ompi/mca/fbtl/posix/fbtl_posix_preadv.c if (NULL == fh->f_io_array) { fh 53 ompi/mca/fbtl/posix/fbtl_posix_preadv.c for (i=0 ; i<fh->f_num_of_io_entries ; i++) { fh 55 ompi/mca/fbtl/posix/fbtl_posix_preadv.c iov[iov_count].iov_base = fh->f_io_array[i].memory_address; fh 56 ompi/mca/fbtl/posix/fbtl_posix_preadv.c iov[iov_count].iov_len = fh->f_io_array[i].length; fh 57 ompi/mca/fbtl/posix/fbtl_posix_preadv.c iov_offset = (OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i].offset; fh 58 ompi/mca/fbtl/posix/fbtl_posix_preadv.c end_offset = (off_t)fh->f_io_array[i].offset + (off_t)fh->f_io_array[i].length; fh 73 ompi/mca/fbtl/posix/fbtl_posix_preadv.c if (fh->f_num_of_io_entries != i+1) { fh 74 ompi/mca/fbtl/posix/fbtl_posix_preadv.c if (((((OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i].offset + fh 75 ompi/mca/fbtl/posix/fbtl_posix_preadv.c (ptrdiff_t)fh->f_io_array[i].length) == fh 76 ompi/mca/fbtl/posix/fbtl_posix_preadv.c (OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i+1].offset)) && fh 79 ompi/mca/fbtl/posix/fbtl_posix_preadv.c fh->f_io_array[i+1].memory_address; fh 80 ompi/mca/fbtl/posix/fbtl_posix_preadv.c iov[iov_count].iov_len = fh->f_io_array[i+1].length; fh 81 ompi/mca/fbtl/posix/fbtl_posix_preadv.c end_offset = (off_t)fh->f_io_array[i].offset + (off_t)fh->f_io_array[i].length; fh 89 ompi/mca/fbtl/posix/fbtl_posix_preadv.c ret = mca_fbtl_posix_lock ( &lock, fh, F_RDLCK, iov_offset, total_length, OMPIO_LOCK_SELECTIVE ); fh 94 ompi/mca/fbtl/posix/fbtl_posix_preadv.c mca_fbtl_posix_unlock ( &lock, fh); fh 98 ompi/mca/fbtl/posix/fbtl_posix_preadv.c ret_code = preadv (fh->fd, iov, iov_count, iov_offset); fh 100 ompi/mca/fbtl/posix/fbtl_posix_preadv.c if (-1 == lseek (fh->fd, iov_offset, SEEK_SET)) { fh 103 ompi/mca/fbtl/posix/fbtl_posix_preadv.c mca_fbtl_posix_unlock ( &lock, fh ); fh 106 ompi/mca/fbtl/posix/fbtl_posix_preadv.c ret_code = readv (fh->fd, iov, iov_count); fh 108 ompi/mca/fbtl/posix/fbtl_posix_preadv.c mca_fbtl_posix_unlock ( &lock, fh ); fh 33 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c ssize_t mca_fbtl_posix_pwritev(ompio_file_t *fh ) fh 44 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c if (NULL == fh->f_io_array) { fh 55 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c for (i=0 ; i<fh->f_num_of_io_entries ; i++) { fh 57 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c iov[iov_count].iov_base = fh->f_io_array[i].memory_address; fh 58 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c iov[iov_count].iov_len = fh->f_io_array[i].length; fh 59 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c iov_offset = (OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i].offset; fh 60 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c end_offset = (off_t)fh->f_io_array[i].offset + (off_t)fh->f_io_array[i].length; fh 75 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c if (fh->f_num_of_io_entries != i+1) { fh 76 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c if ( (((OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i].offset + fh 77 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c (ptrdiff_t)fh->f_io_array[i].length) == fh 78 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c (OMPI_MPI_OFFSET_TYPE)(intptr_t)fh->f_io_array[i+1].offset) && fh 80 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c iov[iov_count].iov_base = fh->f_io_array[i+1].memory_address; fh 81 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c iov[iov_count].iov_len = fh->f_io_array[i+1].length; fh 82 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c end_offset = (off_t)fh->f_io_array[i].offset + (off_t)fh->f_io_array[i].length; fh 101 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c ret = mca_fbtl_posix_lock ( &lock, fh, F_WRLCK, iov_offset, total_length, OMPIO_LOCK_SELECTIVE ); fh 106 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c mca_fbtl_posix_unlock ( &lock, fh ); fh 110 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c ret_code = pwritev (fh->fd, iov, iov_count, iov_offset); fh 112 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c if (-1 == lseek (fh->fd, iov_offset, SEEK_SET)) { fh 115 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c mca_fbtl_posix_unlock ( &lock, fh ); fh 118 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c ret_code = writev (fh->fd, iov, iov_count); fh 120 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c mca_fbtl_posix_unlock ( &lock, fh ); fh 62 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.c mca_fbtl_pvfs2_component_file_query (ompio_file_t *fh, int *priority) { fh 65 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.c if (PVFS2 == fh->f_fstype) { fh 35 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c ssize_t mca_fbtl_pvfs2_preadv (ompio_file_t *fh) fh 50 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c pvfs2_fs = (mca_fs_pvfs2 *)fh->f_fs_ptr; fh 52 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c if (NULL == fh->f_io_array) { fh 56 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c for (i=0 ; i<fh->f_num_of_io_entries ; i++) { fh 57 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c if (fh->f_num_of_io_entries != i+1) { fh 58 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c if (((OMPI_MPI_OFFSET_TYPE)fh->f_io_array[i].offset + fh 59 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c (ptrdiff_t)fh->f_io_array[i].length) == fh 60 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c (OMPI_MPI_OFFSET_TYPE)fh->f_io_array[i+1].offset) { fh 63 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c fh->f_io_array[i].offset; fh 64 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c merge_length = fh->f_io_array[i].length; fh 66 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c merge_length += fh->f_io_array[i+1].length; fh 103 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c memcpy (fh->f_io_array[i-merge].memory_address, fh 105 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c fh->f_io_array[i-merge].length); fh 106 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c k += fh->f_io_array[i-merge].length; fh 118 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c ret = PVFS_Request_contiguous (fh->f_io_array[i].length, fh 125 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c ret = PVFS_Request_contiguous (fh->f_io_array[i].length, fh 135 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c fh ->f_io_array[i].offset, fh 136 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c fh->f_io_array[i].memory_address, fh 36 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c ssize_t mca_fbtl_pvfs2_pwritev (ompio_file_t *fh ) fh 51 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c pvfs2_fs = (mca_fs_pvfs2 *)fh->f_fs_ptr; fh 53 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c if (NULL == fh->f_io_array) { fh 57 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c for (i=0 ; i<fh->f_num_of_io_entries ; i++) { fh 58 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c if (fh->f_num_of_io_entries != i+1) { fh 59 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c if (((OMPI_MPI_OFFSET_TYPE)fh->f_io_array[i].offset + fh 60 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c (ptrdiff_t)fh->f_io_array[i].length) == fh 61 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c (OMPI_MPI_OFFSET_TYPE)fh->f_io_array[i+1].offset) { fh 64 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c fh->f_io_array[i].offset; fh 65 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c merge_length = fh->f_io_array[i].length; fh 67 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c merge_length += fh->f_io_array[i+1].length; fh 85 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c fh->f_io_array[i-merge].memory_address, fh 86 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c fh->f_io_array[i-merge].length); fh 87 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c k += fh->f_io_array[i-merge].length; fh 127 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c ret = PVFS_Request_contiguous (fh->f_io_array[i].length, fh 134 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c ret = PVFS_Request_contiguous (fh->f_io_array[i].length, fh 144 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c fh ->f_io_array[i].offset, fh 145 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c fh->f_io_array[i].memory_address, fh 46 ompi/mca/fcoll/dynamic/fcoll_dynamic.h mca_fcoll_dynamic_component_file_query (ompio_file_t *fh, int *priority); fh 53 ompi/mca/fcoll/dynamic/fcoll_dynamic.h int mca_fcoll_dynamic_file_read_all (ompio_file_t *fh, fh 60 ompi/mca/fcoll/dynamic/fcoll_dynamic.h int mca_fcoll_dynamic_file_write_all (ompio_file_t *fh, fh 53 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c mca_fcoll_dynamic_file_read_all (ompio_file_t *fh, fh 128 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c ret = mca_common_ompio_decode_datatype ((struct ompio_file_t *)fh, fh 133 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_mem_convertor, fh 148 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c dynamic_num_io_procs = fh->f_get_mca_parameter_value ( "num_aggregators", strlen ("num_aggregators")); fh 153 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c ret = mca_common_ompio_set_aggregator_props ((struct ompio_file_t *) fh, fh 159 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c my_aggregator = fh->f_procs_in_group[0]; fh 164 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c total_bytes_per_process = (MPI_Aint*)malloc(fh->f_procs_per_group*sizeof(MPI_Aint)); fh 180 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_procs_in_group, fh 181 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_procs_per_group, fh 182 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_comm); fh 191 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i=0 ; i<fh->f_procs_per_group ; i++) { fh 203 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c ret = fh->f_generate_current_file_view ((struct ompio_file_t *) fh, fh 216 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fview_count = (int *) malloc (fh->f_procs_per_group * sizeof (int)); fh 232 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_procs_in_group, fh 233 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_procs_per_group, fh 234 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_comm); fh 244 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c displs = (int*)malloc (fh->f_procs_per_group*sizeof(int)); fh 253 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i=1 ; i<fh->f_procs_per_group ; i++) { fh 259 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 260 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i=0 ; i<fh->f_procs_per_group ; i++) { fh 262 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_rank, fh 285 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_iov_type, fh 289 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_iov_type, fh 291 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_procs_in_group, fh 292 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_procs_per_group, fh 293 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_comm); fh 327 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 330 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_rank, fh 341 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c bytes_per_cycle = fh->f_bytes_per_agg; fh 344 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if ( my_aggregator == fh->f_rank) { fh 345 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c disp_index = (int *)malloc (fh->f_procs_per_group * sizeof (int)); fh 352 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c blocklen_per_process = (int **)malloc (fh->f_procs_per_group * sizeof (int*)); fh 359 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c displs_per_process = (MPI_Aint **)malloc (fh->f_procs_per_group * sizeof (MPI_Aint*)); fh 366 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i=0;i<fh->f_procs_per_group;i++){ fh 371 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c send_req = (MPI_Request *) malloc (fh->f_procs_per_group * sizeof(MPI_Request)); fh 385 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c sendtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * sizeof(ompi_datatype_t *)); fh 392 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 411 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 412 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (NULL != fh->f_io_array) { fh 413 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c free (fh->f_io_array); fh 414 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array = NULL; fh 416 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_num_of_io_entries = 0; fh 419 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i =0; i< fh->f_procs_per_group; i++) { fh 427 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 478 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 480 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_rank, fh 497 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (j=0 ; j<fh->f_procs_per_group ; j++) { fh 511 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 525 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 536 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 543 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 556 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 562 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 572 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 585 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 601 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 603 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 627 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 662 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array = (mca_common_ompio_io_array_t *) malloc fh 664 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (NULL == fh->f_io_array) { fh 670 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_num_of_io_entries = 0; fh 671 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array[0].offset = fh 673 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array[0].length = fh 675 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array[0].memory_address = fh 677 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_num_of_io_entries++; fh 682 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries - 1].length += fh 686 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].offset = fh 688 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].length = fh 690 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].memory_address = fh 692 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_num_of_io_entries++; fh 701 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (fh->f_num_of_io_entries) { fh 702 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { fh 717 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c temp_disp_index = (int *)calloc (1, fh->f_procs_per_group * sizeof (int)); fh 745 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i=0;i<fh->f_procs_per_group;i++){ fh 757 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_procs_in_group[i], fh 760 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_comm, fh 799 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c fh->f_comm, fh 806 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank){ fh 807 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c ret = ompi_request_wait_all (fh->f_procs_per_group, fh 872 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) fh 877 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (!mca_common_ompio_full_print_queue(fh->f_coll_read_time)){ fh 878 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c mca_common_ompio_register_print_entry(fh->f_coll_read_time, fh 919 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c if (my_aggregator == fh->f_rank) { fh 934 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (i = 0; i < fh->f_procs_per_group; i++) { fh 949 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 961 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c for (l=0; i<fh->f_procs_per_group; l++){ fh 54 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c mca_fcoll_dynamic_file_write_all (ompio_file_t *fh, fh 130 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c ret = mca_common_ompio_decode_datatype ((struct ompio_file_t *) fh, fh 135 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_mem_convertor, fh 150 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c dynamic_num_io_procs = fh->f_get_mca_parameter_value ( "num_aggregators", strlen ("num_aggregators")); fh 155 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c ret = mca_common_ompio_set_aggregator_props ((struct ompio_file_t *) fh, fh 162 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c my_aggregator = fh->f_procs_in_group[0]; fh 167 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c (fh->f_procs_per_group*sizeof(MPI_Aint)); fh 184 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_in_group, fh 185 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_per_group, fh 186 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_comm); fh 196 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i=0 ; i<fh->f_procs_per_group ; i++) { fh 209 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c ret = fh->f_generate_current_file_view( (struct ompio_file_t *) fh, fh 221 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_rank, fh 231 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fview_count = (int *) malloc (fh->f_procs_per_group * sizeof (int)); fh 247 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_in_group, fh 248 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_per_group, fh 249 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_comm); fh 259 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c displs = (int*) malloc (fh->f_procs_per_group * sizeof (int)); fh 268 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i=1 ; i<fh->f_procs_per_group ; i++) { fh 275 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 276 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i=0 ; i<fh->f_procs_per_group ; i++) { fh 278 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_rank, fh 304 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_iov_type, fh 308 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_iov_type, fh 310 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_in_group, fh 311 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_per_group, fh 312 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_comm); fh 351 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 355 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_rank, fh 365 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c bytes_per_cycle = fh->f_bytes_per_agg; fh 368 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 369 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c disp_index = (int *)malloc (fh->f_procs_per_group * sizeof (int)); fh 376 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c blocklen_per_process = (int **)calloc (fh->f_procs_per_group, sizeof (int*)); fh 383 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c displs_per_process = (MPI_Aint **)calloc (fh->f_procs_per_group, sizeof (MPI_Aint*)); fh 390 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c recv_req = (MPI_Request *)malloc ((fh->f_procs_per_group)*sizeof(MPI_Request)); fh 404 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c recvtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * sizeof(ompi_datatype_t *)); fh 410 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 426 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 427 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (NULL != fh->f_io_array) { fh 428 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c free (fh->f_io_array); fh 429 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array = NULL; fh 431 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_num_of_io_entries = 0; fh 434 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i =0; i< fh->f_procs_per_group; i++) { fh 442 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 485 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 487 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_rank, fh 514 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (j=0 ; j<fh->f_procs_per_group ; j++) { fh 529 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 546 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 557 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 565 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 578 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 583 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 594 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 611 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 627 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 629 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 637 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c printf("%d: cycle: %d, bytes_sent: %d\n ",fh->f_rank,index, fh 639 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c printf("%d : Entries per aggregator : %d\n",fh->f_rank,entries_per_aggregator); fh 662 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 674 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c index+1,fh->f_rank); fh 677 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_in_group[i],j, fh 680 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_rank); fh 708 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c temp_disp_index = (int *)calloc (1, fh->f_procs_per_group * sizeof (int)); fh 741 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c index+1,fh->f_rank); fh 742 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 746 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_in_group[i],j, fh 749 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_rank); fh 755 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c index+1,fh->f_rank); fh 764 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_rank,global_count, bytes_sent); fh 772 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i=0;i<fh->f_procs_per_group; i++) { fh 787 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_procs_in_group[i], fh 789 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_comm, fh 857 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_comm, fh 871 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 872 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c ret = ompi_request_wait_all (fh->f_procs_per_group, fh 882 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank){ fh 884 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c index+1,fh->f_rank); fh 905 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 911 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array = (mca_common_ompio_io_array_t *) malloc fh 913 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (NULL == fh->f_io_array) { fh 919 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_num_of_io_entries = 0; fh 921 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[0].offset = fh 923 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[0].length = fh 925 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[0].memory_address = fh 927 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_num_of_io_entries++; fh 935 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[fh->f_num_of_io_entries - 1].length += fh 939 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[fh->f_num_of_io_entries].offset = fh 941 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[fh->f_num_of_io_entries].length = fh 943 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[fh->f_num_of_io_entries].memory_address = fh 945 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_num_of_io_entries++; fh 951 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c printf("*************************** %d\n", fh->f_num_of_io_entries); fh 952 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i=0 ; i<fh->f_num_of_io_entries ; i++) { fh 954 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[i].memory_address, fh 955 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c (ptrdiff_t)fh->f_io_array[i].offset, fh 956 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array[i].length); fh 961 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (fh->f_num_of_io_entries) { fh 962 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if ( 0 > fh->f_fbtl->fbtl_pwritev (fh)) { fh 983 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) fh 988 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (!mca_common_ompio_full_print_queue(fh->f_coll_write_time)){ fh 989 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c mca_common_ompio_register_print_entry(fh->f_coll_write_time, fh 996 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (my_aggregator == fh->f_rank) { fh 1010 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for (i =0; i< fh->f_procs_per_group; i++) { fh 1019 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c if (NULL != fh->f_io_array) { fh 1020 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c free (fh->f_io_array); fh 1021 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c fh->f_io_array = NULL; fh 1039 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 58 ompi/mca/fcoll/dynamic/fcoll_dynamic_module.c mca_fcoll_dynamic_component_file_query (ompio_file_t *fh, int *priority) fh 65 ompi/mca/fcoll/dynamic/fcoll_dynamic_module.c if (mca_fcoll_base_query_table (fh, "dynamic")) { fh 48 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h mca_fcoll_dynamic_gen2_component_file_query (ompio_file_t *fh, int *priority); fh 55 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h int mca_fcoll_dynamic_gen2_file_read_all (ompio_file_t *fh, fh 62 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h int mca_fcoll_dynamic_gen2_file_write_all (ompio_file_t *fh, fh 53 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c mca_fcoll_dynamic_gen2_file_read_all (ompio_file_t *fh, fh 128 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c ret = mca_common_ompio_decode_datatype ((struct ompio_file_t *)fh, fh 133 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_mem_convertor, fh 148 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c dynamic_gen2_num_io_procs = fh->f_get_mca_parameter_value ( "num_aggregators", strlen ("num_aggregators")); fh 153 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c ret = mca_common_ompio_set_aggregator_props ((struct ompio_file_t *) fh, fh 159 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c my_aggregator = fh->f_procs_in_group[0]; fh 164 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c total_bytes_per_process = (MPI_Aint*)malloc(fh->f_procs_per_group*sizeof(MPI_Aint)); fh 180 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_procs_in_group, fh 181 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_procs_per_group, fh 182 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_comm); fh 191 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i=0 ; i<fh->f_procs_per_group ; i++) { fh 203 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c ret = fh->f_generate_current_file_view ((struct ompio_file_t *) fh, fh 216 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fview_count = (int *) malloc (fh->f_procs_per_group * sizeof (int)); fh 232 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_procs_in_group, fh 233 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_procs_per_group, fh 234 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_comm); fh 244 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c displs = (int*)malloc (fh->f_procs_per_group*sizeof(int)); fh 253 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i=1 ; i<fh->f_procs_per_group ; i++) { fh 259 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 260 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i=0 ; i<fh->f_procs_per_group ; i++) { fh 262 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_rank, fh 285 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_iov_type, fh 289 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_iov_type, fh 291 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_procs_in_group, fh 292 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_procs_per_group, fh 293 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_comm); fh 327 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 330 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_rank, fh 341 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c bytes_per_cycle = fh->f_bytes_per_agg; fh 344 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if ( my_aggregator == fh->f_rank) { fh 345 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c disp_index = (int *)malloc (fh->f_procs_per_group * sizeof (int)); fh 352 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c blocklen_per_process = (int **)malloc (fh->f_procs_per_group * sizeof (int*)); fh 359 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c displs_per_process = (MPI_Aint **)malloc (fh->f_procs_per_group * sizeof (MPI_Aint*)); fh 366 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i=0;i<fh->f_procs_per_group;i++){ fh 371 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c send_req = (MPI_Request *) malloc (fh->f_procs_per_group * sizeof(MPI_Request)); fh 385 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c sendtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * sizeof(ompi_datatype_t *)); fh 392 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 411 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 412 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (NULL != fh->f_io_array) { fh 413 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c free (fh->f_io_array); fh 414 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array = NULL; fh 416 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_num_of_io_entries = 0; fh 419 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i =0; i< fh->f_procs_per_group; i++) { fh 427 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 478 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 480 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_rank, fh 497 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (j=0 ; j<fh->f_procs_per_group ; j++) { fh 511 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 525 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 536 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 543 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 556 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 562 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 572 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 585 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 601 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 603 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 627 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 662 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array = (mca_common_ompio_io_array_t *) malloc fh 664 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (NULL == fh->f_io_array) { fh 670 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_num_of_io_entries = 0; fh 671 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array[0].offset = fh 673 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array[0].length = fh 675 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array[0].memory_address = fh 677 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_num_of_io_entries++; fh 682 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries - 1].length += fh 686 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].offset = fh 688 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].length = fh 690 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].memory_address = fh 692 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_num_of_io_entries++; fh 701 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (fh->f_num_of_io_entries) { fh 702 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { fh 717 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c temp_disp_index = (int *)calloc (1, fh->f_procs_per_group * sizeof (int)); fh 745 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i=0;i<fh->f_procs_per_group;i++){ fh 757 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_procs_in_group[i], fh 760 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_comm, fh 799 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c fh->f_comm, fh 806 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank){ fh 807 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c ret = ompi_request_wait_all (fh->f_procs_per_group, fh 872 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) fh 877 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (!mca_common_ompio_full_print_queue(fh->f_coll_read_time)){ fh 878 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c mca_common_ompio_register_print_entry(fh->f_coll_read_time, fh 919 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c if (my_aggregator == fh->f_rank) { fh 934 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (i = 0; i < fh->f_procs_per_group; i++) { fh 949 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 961 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c for (l=0; i<fh->f_procs_per_group; l++){ fh 95 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c static int write_init (ompio_file_t *fh, int aggregator, mca_io_ompio_aggregator_data *aggr_data, int write_chunksize ); fh 105 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c int mca_fcoll_dynamic_gen2_get_configuration (ompio_file_t *fh, int *dynamic_gen2_num_io_procs, fh 113 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c int mca_fcoll_dynamic_gen2_split_iov_array ( ompio_file_t *fh, mca_common_ompio_io_array_t *work_array, fh 118 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c int mca_fcoll_dynamic_gen2_file_write_all (ompio_file_t *fh, fh 162 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c bytes_per_cycle = fh->f_bytes_per_agg; fh 168 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = mca_common_ompio_decode_datatype ((struct ompio_file_t *) fh, fh 173 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_mem_convertor, fh 188 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( fh->f_stripe_count > 1 ) { fh 189 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c dynamic_gen2_num_io_procs = fh->f_stripe_count; fh 192 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c dynamic_gen2_num_io_procs = fh->f_get_mca_parameter_value ( "num_aggregators", strlen ("num_aggregators")); fh 200 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( fh->f_stripe_size == 0 ) { fh 202 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_stripe_size = 65536; fh 205 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c write_chunksize = fh->f_stripe_size; fh 212 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = mca_fcoll_dynamic_gen2_get_configuration (fh, &dynamic_gen2_num_io_procs, &aggregators); fh 225 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->procs_per_group = fh->f_procs_per_group; fh 226 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->procs_in_group = fh->f_procs_in_group; fh 227 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->comm = fh->f_comm; fh 235 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = fh->f_generate_current_file_view( (struct ompio_file_t *) fh, fh 253 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c dynamic_gen2_num_io_procs, fh->f_stripe_size); fh 263 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = fh->f_comm->c_coll->coll_allreduce (MPI_IN_PLACE, fh 268 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm, fh 269 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm->c_coll->coll_allreduce_module); fh 276 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c (dynamic_gen2_num_io_procs * fh->f_procs_per_group*sizeof(MPI_Aint)); fh 290 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_in_group, fh 291 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_per_group, fh 292 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm); fh 298 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c for (j=0 ; j<fh->f_procs_per_group ; j++) { fh 315 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c printf("%d: Overall broken_total_lengths[%d] = %ld\n", fh->f_rank, i, broken_total_lengths[i]); fh 323 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c result_counts = (int *) malloc ( dynamic_gen2_num_io_procs * fh->f_procs_per_group * sizeof(int) ); fh 333 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = fh->f_comm->c_coll->coll_allgather(broken_counts, fh 339 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm, fh 340 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm->c_coll->coll_allgather_module); fh 350 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_in_group, fh 351 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_per_group, fh 352 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm); fh 368 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->fview_count = (int *) malloc (fh->f_procs_per_group * sizeof (int)); fh 374 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c for ( j=0; j <fh->f_procs_per_group; j++ ) { fh 377 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c displs = (int*) malloc (fh->f_procs_per_group * sizeof (int)); fh 386 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c for (j=1 ; j<fh->f_procs_per_group ; j++) { fh 393 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if (aggregators[i] == fh->f_rank) { fh 394 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c for (j=0 ; j<fh->f_procs_per_group ; i++) { fh 396 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_rank, fh 419 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = fh->f_comm->c_coll->coll_allgatherv (broken_iov_arrays[i], fh 421 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_iov_type, fh 425 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_iov_type, fh 426 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm, fh 427 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm->c_coll->coll_allgatherv_module ); fh 432 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_iov_type, fh 436 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_iov_type, fh 438 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_in_group, fh 439 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_per_group, fh 440 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_comm); fh 480 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if (aggregators[i] == fh->f_rank) { fh 484 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_rank, fh 497 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if (aggregators[i] == fh->f_rank) { fh 498 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->disp_index = (int *)malloc (fh->f_procs_per_group * sizeof (int)); fh 505 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->max_disp_index = (int *)calloc (fh->f_procs_per_group, sizeof (int)); fh 512 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->blocklen_per_process = (int **)calloc (fh->f_procs_per_group, sizeof (int*)); fh 519 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->displs_per_process = (MPI_Aint **)calloc (fh->f_procs_per_group, sizeof (MPI_Aint*)); fh 535 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->recvtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * fh 537 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->prev_recvtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * fh 544 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 555 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c reqs1 = (ompi_request_t **)malloc ((fh->f_procs_per_group + 1 )*dynamic_gen2_num_io_procs *sizeof(ompi_request_t *)); fh 556 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c reqs2 = (ompi_request_t **)malloc ((fh->f_procs_per_group + 1 )*dynamic_gen2_num_io_procs *sizeof(ompi_request_t *)); fh 563 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c for ( j=0; j< (fh->f_procs_per_group+1); j++ ) { fh 576 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = shuffle_init ( 0, cycles, aggregators[i], fh->f_rank, aggr_data[i], fh 577 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c &curr_reqs[i*(fh->f_procs_per_group + 1)] ); fh 591 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = shuffle_init ( index, cycles, aggregators[i], fh->f_rank, aggr_data[i], fh 592 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c &curr_reqs[i*(fh->f_procs_per_group + 1)] ); fh 599 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = ompi_request_wait_all ( (fh->f_procs_per_group + 1 )*dynamic_gen2_num_io_procs, fh 611 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = write_init (fh, aggregators[i], aggr_data[i], write_chunksize ); fh 629 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = ompi_request_wait_all ( (fh->f_procs_per_group + 1 )*dynamic_gen2_num_io_procs, fh 640 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c ret = write_init (fh, aggregators[i], aggr_data[i], write_chunksize ); fh 660 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if (aggregators[i] == fh->f_rank) fh 664 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if (!mca_common_ompio_full_print_queue(fh->f_coll_write_time)){ fh 665 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c mca_common_ompio_register_print_entry(fh->f_coll_write_time, fh 676 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if (aggregators[i] == fh->f_rank) { fh 726 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c free(fh->f_procs_in_group); fh 727 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_in_group=NULL; fh 728 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_per_group=0; fh 738 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c static int write_init (ompio_file_t *fh, int aggregator, mca_io_ompio_aggregator_data *aggr_data, int write_chunksize ) fh 745 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( aggregator == fh->f_rank && aggr_data->prev_num_io_entries) { fh 747 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data->prev_bytes_to_write -= mca_fcoll_dynamic_gen2_split_iov_array (fh, aggr_data->prev_io_array, fh 751 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( 0 > fh->f_fbtl->fbtl_pwritev (fh)) { fh 758 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c free ( fh->f_io_array ); fh 764 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_io_array=NULL; fh 765 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_num_of_io_entries=0; fh 1553 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c int mca_fcoll_dynamic_gen2_get_configuration (ompio_file_t *fh, int *dynamic_gen2_num_io_procs, int **ret_aggregators) fh 1560 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c num_io_procs = fh->f_stripe_count; fh 1565 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( num_io_procs > fh->f_size ) { fh 1566 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c num_io_procs = fh->f_size; fh 1569 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_per_group = fh->f_size; fh 1570 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_in_group = (int *) malloc ( sizeof(int) * fh->f_size ); fh 1571 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( NULL == fh->f_procs_in_group) { fh 1574 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c for (i=0; i<fh->f_size; i++ ) { fh 1575 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_procs_in_group[i]=i; fh 1585 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggregators[i] = i * fh->f_size / num_io_procs; fh 1595 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c int mca_fcoll_dynamic_gen2_split_iov_array ( ompio_file_t *fh, mca_common_ompio_io_array_t *io_array, int num_entries, fh 1605 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_io_array = (mca_common_ompio_io_array_t *) malloc ( num_entries * sizeof(mca_common_ompio_io_array_t)); fh 1606 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( NULL == fh->f_io_array ){ fh 1614 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_io_array[i].memory_address = &(((char *)io_array[array_pos].memory_address)[pos]); fh 1615 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_io_array[i].offset = &(((char *)io_array[array_pos].offset)[pos]); fh 1618 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_io_array[i].length = bytes_to_write; fh 1621 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_io_array[i].length = io_array[array_pos].length - pos; fh 1624 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c pos += fh->f_io_array[i].length; fh 1625 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c bytes_written += fh->f_io_array[i].length; fh 1626 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c bytes_to_write-= fh->f_io_array[i].length; fh 1640 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c fh->f_num_of_io_entries = i; fh 58 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_module.c mca_fcoll_dynamic_gen2_component_file_query (ompio_file_t *fh, int *priority) fh 65 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_module.c if (mca_fcoll_base_query_table (fh, "dynamic_gen2")) { fh 116 ompi/mca/fcoll/fcoll.h (struct ompio_file_t *fh, fh 123 ompi/mca/fcoll/fcoll.h (struct ompio_file_t *fh, fh 130 ompi/mca/fcoll/fcoll.h (struct ompio_file_t *fh, fh 137 ompi/mca/fcoll/fcoll.h (struct ompio_file_t *fh, fh 46 ompi/mca/fcoll/individual/fcoll_individual.h mca_fcoll_individual_component_file_query (ompio_file_t *fh, int *priority); fh 53 ompi/mca/fcoll/individual/fcoll_individual.h int mca_fcoll_individual_file_read_all (ompio_file_t *fh, fh 60 ompi/mca/fcoll/individual/fcoll_individual.h int mca_fcoll_individual_file_write_all (ompio_file_t *fh, fh 36 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c mca_fcoll_individual_file_read_all (ompio_file_t *fh, fh 42 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c return mca_common_ompio_file_read( fh, buf, count, datatype, status); fh 33 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c int mca_fcoll_individual_file_write_all (ompio_file_t *fh, fh 39 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c return mca_common_ompio_file_write (fh, buf, count, datatype, status); fh 58 ompi/mca/fcoll/individual/fcoll_individual_module.c mca_fcoll_individual_component_file_query (ompio_file_t *fh, int *priority) fh 65 ompi/mca/fcoll/individual/fcoll_individual_module.c if (mca_fcoll_base_query_table (fh, "individual")) { fh 69 ompi/mca/fcoll/individual/fcoll_individual_module.c if ( 2 >= fh->f_size ) { fh 46 ompi/mca/fcoll/two_phase/fcoll_two_phase.h mca_fcoll_two_phase_component_file_query (ompio_file_t *fh, int *priority); fh 53 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_file_read_all (ompio_file_t *fh, fh 60 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_file_write_all (ompio_file_t *fh, fh 67 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_calc_aggregator (ompio_file_t *fh, fh 78 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_calc_others_requests(ompio_file_t *fh, fh 85 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_calc_my_requests (ompio_file_t *fh, fh 100 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_domain_partition (ompio_file_t *fh, fh 57 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c static int two_phase_read_and_exch(ompio_file_t *fh, fh 71 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c static int two_phase_exchange_data(ompio_file_t *fh, fh 91 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c static void two_phase_fill_user_buffer(ompio_file_t *fh, fh 122 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c mca_fcoll_two_phase_file_read_all (ompio_file_t *fh, fh 152 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (! (fh->f_flags & OMPIO_CONTIGUOUS_MEMORY)) { fh 153 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = mca_common_ompio_decode_datatype ((struct ompio_file_t *)fh, fh 158 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_mem_convertor, fh 190 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c two_phase_num_io_procs = fh->f_get_mca_parameter_value ( "num_aggregators", strlen ("num_aggregators")); fh 196 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = mca_common_ompio_set_aggregator_props ((struct ompio_file_t *)fh, fh 203 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c two_phase_num_io_procs = fh->f_num_aggrs; fh 207 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (two_phase_num_io_procs > fh->f_size){ fh 208 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c two_phase_num_io_procs = fh->f_size; fh 224 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c aggregator_list[i] = i * fh->f_size / two_phase_num_io_procs; fh 228 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = fh->f_generate_current_file_view ((struct ompio_file_t *)fh, fh 238 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = fh->f_comm->c_coll->coll_allreduce (&long_max_data, fh 243 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm, fh 244 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm->c_coll->coll_allreduce_module); fh 250 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (!(fh->f_flags & OMPIO_CONTIGUOUS_MEMORY)) { fh 305 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank, i, flat_buf->blocklens[i], i ,flat_buf->indices[i]); fh 312 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank, long_total_bytes, local_count); fh 315 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank, fh 331 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank, fh 337 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c (fh->f_size, sizeof(OMPI_MPI_OFFSET_TYPE)); fh 345 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c (fh->f_size, sizeof(OMPI_MPI_OFFSET_TYPE)); fh 352 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = fh->f_comm->c_coll->coll_allgather(&start_offset, fh 358 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm, fh 359 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm->c_coll->coll_allgather_module); fh 365 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = fh->f_comm->c_coll->coll_allgather(&end_offset, fh 371 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm, fh 372 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm->c_coll->coll_allgather_module); fh 380 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0;i<fh->f_size;i++){ fh 382 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank,i, fh 388 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=1; i<fh->f_size; i++){ fh 397 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank,interleave_count); fh 400 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = mca_fcoll_two_phase_domain_partition(fh, fh 421 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = mca_fcoll_two_phase_calc_my_requests (fh, fh 439 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = mca_fcoll_two_phase_calc_others_requests(fh, fh 451 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank, fh 460 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = two_phase_read_and_exch(fh, fh 486 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (isread_aggregator(fh->f_rank, fh 497 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (!mca_common_ompio_full_print_queue(fh->f_coll_read_time)){ fh 498 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c mca_common_ompio_register_print_entry(fh->f_coll_read_time, fh 532 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c static int two_phase_read_and_exch(ompio_file_t *fh, fh 565 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i = 0; i < fh->f_size; i++){ fh 573 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0;i<fh->f_size;i++){ fh 583 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c two_phase_cycle_buffer_size = fh->f_bytes_per_agg; fh 591 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm->c_coll->coll_allreduce (&ntimes, fh 596 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm, fh 597 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm->c_coll->coll_allreduce_module); fh 607 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c curr_offlen_ptr = (int *)calloc (fh->f_size, fh 614 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c count = (int *)calloc (fh->f_size, fh 621 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c partial_send = (int *)calloc(fh->f_size, sizeof(int)); fh 627 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c send_size = (int *)malloc(fh->f_size * sizeof(int)); fh 633 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c recv_size = (int *)malloc(fh->f_size * sizeof(int)); fh 639 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c recd_from_proc = (int *)calloc(fh->f_size,sizeof(int)); fh 645 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c start_pos = (int *) calloc(fh->f_size, sizeof(int)); fh 663 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i<fh->f_size; i++) count[i] = send_size[i] = 0; fh 666 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i<fh->f_size; i++) { fh 716 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i<fh->f_size; i++) fh 726 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_io_array = (mca_common_ompio_io_array_t *)calloc fh 728 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (NULL == fh->f_io_array) { fh 733 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_io_array[0].offset = (IOVBASE_TYPE *)(intptr_t)off; fh 734 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_io_array[0].length = len; fh 735 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_io_array[0].memory_address = fh 737 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_num_of_io_entries = 1; fh 739 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (fh->f_num_of_io_entries){ fh 740 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { fh 750 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank, fh 754 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank, fh 759 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_num_of_io_entries = 0; fh 760 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (NULL != fh->f_io_array) { fh 761 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c free (fh->f_io_array); fh 762 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_io_array = NULL; fh 775 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i< fh->f_size; i++){ fh 778 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c two_phase_exchange_data(fh, buf, offset_len, fh 802 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i<fh->f_size; i++) count[i] = send_size[i] = 0; fh 804 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c two_phase_exchange_data(fh, buf, offset_len, send_size, fh 827 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c static int two_phase_exchange_data(ompio_file_t *fh, fh 855 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c ret = fh->f_comm->c_coll->coll_alltoall (send_size, fh 861 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm, fh 862 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm->c_coll->coll_alltoall_module); fh 870 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i<fh->f_size; i++){ fh 871 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c printf("%d: RS[%d]: %d\n", fh->f_rank, fh 879 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i < fh->f_size; i++) fh 883 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i< fh->f_size; i++) fh 889 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (fh->f_flags & OMPIO_CONTIGUOUS_MEMORY) { fh 891 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i < fh->f_size; i++){ fh 897 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank+i+100*iter, fh 898 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm, fh 911 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c recv_buf = (char **) calloc (fh->f_size, sizeof(char *)); fh 917 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i < fh->f_size; i++) fh 921 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for(i=0; i<fh->f_size; i++) fh 927 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank+i+100*iter, fh 928 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm, fh 938 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i = 0; i< fh->f_size; i++){ fh 958 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_rank+i+100*iter, fh 960 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_comm, fh 979 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (! (fh->f_flags & OMPIO_CONTIGUOUS_MEMORY)) { fh 981 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c two_phase_fill_user_buffer(fh, buf, flat_buf, fh 1003 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i< fh->f_size; i++){ fh 1065 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c static void two_phase_fill_user_buffer(ompio_file_t *fh, fh 1088 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c curr_from_proc = (unsigned *) malloc (fh->f_size * sizeof(unsigned)); fh 1089 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c done_from_proc = (unsigned *) malloc (fh->f_size * sizeof(unsigned)); fh 1090 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c recv_buf_idx = (unsigned *) malloc (fh->f_size * sizeof(unsigned)); fh 1092 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i < fh->f_size; i++) { fh 1121 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c p = mca_fcoll_two_phase_calc_aggregator(fh, fh 1164 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (i=0; i < fh->f_size; i++) fh 59 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c static int two_phase_exch_and_write(ompio_file_t *fh, fh 75 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c static int two_phase_exchage_data(ompio_file_t *fh, fh 98 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c static int two_phase_fill_send_buffer(ompio_file_t *fh, fh 144 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c mca_fcoll_two_phase_file_write_all (ompio_file_t *fh, fh 181 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (! (fh->f_flags & OMPIO_CONTIGUOUS_MEMORY)) { fh 183 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = mca_common_ompio_decode_datatype ((struct ompio_file_t *)fh, fh 188 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_mem_convertor, fh 226 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c two_phase_num_io_procs = fh->f_get_mca_parameter_value ( "num_aggregators", strlen ("num_aggregators")); fh 232 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = mca_common_ompio_set_aggregator_props ((struct ompio_file_t *)fh, fh 239 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c two_phase_num_io_procs = fh->f_num_aggrs; fh 243 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (two_phase_num_io_procs > fh->f_size){ fh 244 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c two_phase_num_io_procs = fh->f_size; fh 264 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c aggregator_list[i] = i * fh->f_size / two_phase_num_io_procs; fh 268 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = fh->f_generate_current_file_view ((struct ompio_file_t*)fh, fh 279 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = fh->f_comm->c_coll->coll_allreduce (&long_max_data, fh 284 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm, fh 285 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm->c_coll->coll_allreduce_module); fh 297 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (!(fh->f_flags & OMPIO_CONTIGUOUS_MEMORY)) { fh 354 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank, i, flat_buf->blocklens[i], i ,flat_buf->indices[i]); fh 362 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank,total_bytes, local_count); fh 365 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank, fh 384 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank, fh 391 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c (fh->f_size*sizeof(OMPI_MPI_OFFSET_TYPE)); fh 399 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c (fh->f_size*sizeof(OMPI_MPI_OFFSET_TYPE)); fh 407 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = fh->f_comm->c_coll->coll_allgather(&start_offset, fh 413 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm, fh 414 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm->c_coll->coll_allgather_module); fh 421 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = fh->f_comm->c_coll->coll_allgather(&end_offset, fh 427 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm, fh 428 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm->c_coll->coll_allgather_module); fh 436 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0;i<fh->f_size;i++){ fh 438 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank,i, fh 446 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=1; i<fh->f_size; i++){ fh 455 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank,interleave_count); fh 459 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = mca_fcoll_two_phase_domain_partition(fh, fh 482 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = mca_fcoll_two_phase_calc_my_requests (fh, fh 502 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = mca_fcoll_two_phase_calc_others_requests(fh, fh 521 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = two_phase_exch_and_write(fh, fh 549 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (is_aggregator(fh->f_rank, fh 558 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (!mca_common_ompio_full_print_queue(fh->f_coll_write_time)){ fh 559 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c mca_common_ompio_register_print_entry(fh->f_coll_write_time, fh 594 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c static int two_phase_exch_and_write(ompio_file_t *fh, fh 634 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i = 0; i < fh->f_size; i++){ fh 642 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0;i<fh->f_size;i++){ fh 650 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c two_phase_cycle_buffer_size = fh->f_bytes_per_agg; fh 657 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm->c_coll->coll_allreduce (&ntimes, fh 662 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm, fh 663 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm->c_coll->coll_allreduce_module); fh 672 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c curr_offlen_ptr = (int *) calloc(fh->f_size, sizeof(int)); fh 679 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c count = (int *) malloc(fh->f_size*sizeof(int)); fh 686 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c partial_recv = (int *)calloc(fh->f_size, sizeof(int)); fh 693 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c send_size = (int *) calloc(fh->f_size,sizeof(int)); fh 700 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c recv_size = (int *) calloc(fh->f_size,sizeof(int)); fh 707 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c send_buf_idx = (int *) malloc(fh->f_size*sizeof(int)); fh 714 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c sent_to_proc = (int *) calloc(fh->f_size, sizeof(int)); fh 721 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c curr_to_proc = (int *) malloc(fh->f_size*sizeof(int)); fh 728 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c done_to_proc = (int *) malloc(fh->f_size*sizeof(int)); fh 735 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c start_pos = (int *) malloc(fh->f_size*sizeof(int)); fh 748 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i< fh->f_size; i++) count[i] = recv_size[i] = 0; fh 752 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0;i<fh->f_size;i++){ fh 775 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c printf("%d: req_off : %lld, off : %lld, size : %lld, count[%d]: %d\n", fh->f_rank, fh 784 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c printf("%d : mem_ptrs : %ld\n", fh->f_rank, fh 802 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = two_phase_exchage_data(fh, buf, write_buf, fh 823 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i<fh->f_size; i++) fh 835 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c printf("rank : %d enters writing\n", fh->f_rank); fh 838 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c printf("%d : write_buf[%d]: %d\n", fh->f_rank, ii,((int *)write_buf[jj])); fh 842 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array = (mca_common_ompio_io_array_t *)malloc fh 844 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (NULL == fh->f_io_array) { fh 850 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[0].offset =(IOVBASE_TYPE *)(intptr_t) off; fh 851 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[0].length = len; fh 852 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[0].memory_address = write_buf; fh 853 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_num_of_io_entries = 1; fh 856 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0 ; i<fh->f_num_of_io_entries ; i++) { fh 858 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank, fh 859 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[i].memory_address, fh 860 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[i].offset, fh 861 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[i].length); fh 865 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (fh->f_num_of_io_entries){ fh 866 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if ( 0 > fh->f_fbtl->fbtl_pwritev (fh)) { fh 881 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_num_of_io_entries = 0; fh 882 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (NULL != fh->f_io_array) { fh 883 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c free (fh->f_io_array); fh 884 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array = NULL; fh 891 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i<fh->f_size; i++) count[i] = recv_size[i] = 0; fh 893 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = two_phase_exchage_data(fh, buf, write_buf, fh 928 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c static int two_phase_exchage_data(ompio_file_t *fh, fh 960 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = fh->f_comm->c_coll->coll_alltoall (recv_size, fh 966 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm, fh 967 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm->c_coll->coll_alltoall_module); fh 974 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0;i<fh->f_size;i++){ fh 989 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c tmp_len = (int *) calloc(fh->f_size, sizeof(int)); fh 997 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0;i<fh->f_size;i++){ fh 1014 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0;i<fh->f_size;i++) sum += count[i]; fh 1032 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c two_phase_heap_merge(others_req, count, srt_off, srt_len, start_pos, fh->f_size,fh->f_rank, nprocs_recv, sum); fh 1035 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i<fh->f_size; i++) fh 1069 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array = (mca_common_ompio_io_array_t *)malloc fh 1071 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (NULL == fh->f_io_array) { fh 1076 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[0].offset =(IOVBASE_TYPE *)(intptr_t) off; fh 1077 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_num_of_io_entries = 1; fh 1078 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[0].length = size; fh 1079 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[0].memory_address = write_buf; fh 1080 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (fh->f_num_of_io_entries){ fh 1082 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c amode_overwrite = fh->f_get_mca_parameter_value ("overwrite_amode", strlen("overwrite_amode")); fh 1087 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if ( fh->f_amode & MPI_MODE_WRONLY && !amode_overwrite ){ fh 1088 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if ( 0 == fh->f_rank ) { fh 1098 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { fh 1106 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_num_of_io_entries = 0; fh 1107 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (NULL != fh->f_io_array) { fh 1108 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c free (fh->f_io_array); fh 1109 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array = NULL; fh 1115 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i <fh->f_size; i++) if (send_size[i]) nprocs_send++; fh 1118 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c printf("%d : nprocs_send : %d\n", fh->f_rank,nprocs_send); fh 1130 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i<fh->f_size; i++) { fh 1136 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank+i+100*iter, fh 1137 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm, fh 1149 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (fh->f_flags & OMPIO_CONTIGUOUS_MEMORY) { fh 1151 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i <fh->f_size; i++) fh 1157 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank+i+100*iter, fh 1159 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm, fh 1170 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c else if(nprocs_send && (!(fh->f_flags & OMPIO_CONTIGUOUS_MEMORY))){ fh 1171 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c send_buf = (char **) calloc (fh->f_size, sizeof(char*)); fh 1176 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i < fh->f_size; i++){ fh 1187 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c ret = two_phase_fill_send_buffer(fh, buf,flat_buf, send_buf, fh 1225 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i < fh->f_size; i++){ fh 1287 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c static int two_phase_fill_send_buffer(ompio_file_t *fh, fh 1313 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i < fh->f_size; i++) { fh 1334 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c p = mca_fcoll_two_phase_calc_aggregator(fh, fh 1368 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank+p+100*iter, fh 1370 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_comm, fh 1393 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c for (i=0; i < fh->f_size; i++) { fh 58 ompi/mca/fcoll/two_phase/fcoll_two_phase_module.c mca_fcoll_two_phase_component_file_query (ompio_file_t *fh, int *priority) fh 65 ompi/mca/fcoll/two_phase/fcoll_two_phase_module.c if (mca_fcoll_base_query_table (fh, "two_phase")) { fh 44 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c int mca_fcoll_two_phase_domain_partition (ompio_file_t *fh, fh 61 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i=0; i< fh->f_size; i++){ fh 146 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c int mca_fcoll_two_phase_calc_aggregator(ompio_file_t *fh, fh 194 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c int mca_fcoll_two_phase_calc_others_requests(ompio_file_t *fh, fh 208 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c count_others_req_per_proc = (int *)malloc(fh->f_size*sizeof(int)); fh 215 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c ret = fh->f_comm->c_coll->coll_alltoall (count_my_req_per_proc, fh 221 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c fh->f_comm, fh 222 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c fh->f_comm->c_coll->coll_alltoall_module); fh 228 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for( i = 0; i< fh->f_size; i++){ fh 236 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c (fh->f_size*sizeof(mca_common_ompio_access_array_t)); fh 240 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i=0; i<fh->f_size; i++) { fh 266 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i=0; i<fh->f_size; i++){ fh 272 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c i+fh->f_rank, fh 273 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c fh->f_comm, fh 285 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c i+fh->f_rank+1, fh 286 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c fh->f_comm, fh 297 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i=0; i < fh->f_size; i++) { fh 303 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c i+fh->f_rank, fh 305 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c fh->f_comm, fh 316 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c i+fh->f_rank+1, fh 318 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c fh->f_comm, fh 350 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c int mca_fcoll_two_phase_calc_my_requests (ompio_file_t *fh, fh 373 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c *count_my_req_per_proc_ptr = (int*)malloc(fh->f_size*sizeof(int)); fh 381 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i=0;i<fh->f_size;i++){ fh 385 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c buf_idx = (size_t *) malloc (fh->f_size * sizeof(size_t)); fh 391 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i=0; i < fh->f_size; i++) buf_idx[i] = -1; fh 399 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c proc = mca_fcoll_two_phase_calc_aggregator(fh, off, min_st_offset, &fd_len, fd_size, fh 407 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c proc = mca_fcoll_two_phase_calc_aggregator(fh, off, min_st_offset, &fd_len, fh 419 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c malloc (fh->f_size * sizeof(mca_common_ompio_access_array_t)); fh 427 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i = 0; i < fh->f_size; i++){ fh 454 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c proc = mca_fcoll_two_phase_calc_aggregator(fh, off, min_st_offset, &fd_len, fh 471 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c proc = mca_fcoll_two_phase_calc_aggregator(fh, off, min_st_offset, fh 494 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i=0; i<fh->f_size; i++) { fh 499 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c fprintf(stdout, " %d: off[%d] = %lld, len[%d] = %d\n", fh->f_rank, l, fh 502 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c fprintf(stdout, "%d: buf_idx[%d] = 0x%x\n", fh->f_rank, i, buf_idx[i]); fh 514 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c for (i = 0; i < fh->f_size; i++) { fh 49 ompi/mca/fcoll/vulcan/fcoll_vulcan.h mca_fcoll_vulcan_component_file_query (ompio_file_t *fh, int *priority); fh 56 ompi/mca/fcoll/vulcan/fcoll_vulcan.h int mca_fcoll_vulcan_file_read_all (ompio_file_t *fh, fh 63 ompi/mca/fcoll/vulcan/fcoll_vulcan.h int mca_fcoll_vulcan_file_write_all (ompio_file_t *fh, fh 52 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c mca_fcoll_vulcan_file_read_all (ompio_file_t *fh, fh 127 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c ret = mca_common_ompio_decode_datatype ((struct ompio_file_t *)fh, fh 132 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_mem_convertor, fh 147 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c vulcan_num_io_procs = fh->f_get_mca_parameter_value ( "num_aggregators", strlen ("num_aggregators")); fh 153 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c ret = mca_common_ompio_set_aggregator_props ((struct ompio_file_t *) fh, fh 159 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c my_aggregator = fh->f_procs_in_group[0]; fh 164 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c total_bytes_per_process = (MPI_Aint*)malloc(fh->f_procs_per_group*sizeof(MPI_Aint)); fh 180 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_procs_in_group, fh 181 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_procs_per_group, fh 182 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_comm); fh 191 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i=0 ; i<fh->f_procs_per_group ; i++) { fh 203 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c ret = fh->f_generate_current_file_view ((struct ompio_file_t *) fh, fh 216 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fview_count = (int *) malloc (fh->f_procs_per_group * sizeof (int)); fh 232 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_procs_in_group, fh 233 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_procs_per_group, fh 234 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_comm); fh 244 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c displs = (int*)malloc (fh->f_procs_per_group*sizeof(int)); fh 253 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i=1 ; i<fh->f_procs_per_group ; i++) { fh 259 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 260 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i=0 ; i<fh->f_procs_per_group ; i++) { fh 262 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_rank, fh 285 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_iov_type, fh 289 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_iov_type, fh 291 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_procs_in_group, fh 292 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_procs_per_group, fh 293 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_comm); fh 327 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 330 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_rank, fh 341 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c bytes_per_cycle = fh->f_bytes_per_agg; fh 344 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if ( my_aggregator == fh->f_rank) { fh 345 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c disp_index = (int *)malloc (fh->f_procs_per_group * sizeof (int)); fh 352 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c blocklen_per_process = (int **)malloc (fh->f_procs_per_group * sizeof (int*)); fh 359 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c displs_per_process = (MPI_Aint **)malloc (fh->f_procs_per_group * sizeof (MPI_Aint*)); fh 366 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i=0;i<fh->f_procs_per_group;i++){ fh 371 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c send_req = (MPI_Request *) malloc (fh->f_procs_per_group * sizeof(MPI_Request)); fh 385 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c sendtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * sizeof(ompi_datatype_t *)); fh 392 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 411 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 412 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (NULL != fh->f_io_array) { fh 413 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c free (fh->f_io_array); fh 414 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array = NULL; fh 416 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_num_of_io_entries = 0; fh 419 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i =0; i< fh->f_procs_per_group; i++) { fh 427 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 478 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 480 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_rank, fh 497 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (j=0 ; j<fh->f_procs_per_group ; j++) { fh 511 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 525 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 536 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 543 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 556 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 562 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 572 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 585 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (fh->f_procs_in_group[n] == fh->f_rank) { fh 601 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 603 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 627 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i=0;i<fh->f_procs_per_group; i++){ fh 662 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array = (mca_common_ompio_io_array_t *) malloc fh 664 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (NULL == fh->f_io_array) { fh 670 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_num_of_io_entries = 0; fh 671 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array[0].offset = fh 673 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array[0].length = fh 675 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array[0].memory_address = fh 677 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_num_of_io_entries++; fh 682 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries - 1].length += fh 686 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].offset = fh 688 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].length = fh 690 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_io_array[fh->f_num_of_io_entries].memory_address = fh 692 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_num_of_io_entries++; fh 701 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (fh->f_num_of_io_entries) { fh 702 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if ( 0 > fh->f_fbtl->fbtl_preadv (fh)) { fh 717 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c temp_disp_index = (int *)calloc (1, fh->f_procs_per_group * sizeof (int)); fh 745 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i=0;i<fh->f_procs_per_group;i++){ fh 757 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_procs_in_group[i], fh 760 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_comm, fh 799 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c fh->f_comm, fh 806 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank){ fh 807 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c ret = ompi_request_wait_all (fh->f_procs_per_group, fh 872 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) fh 877 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (!mca_common_ompio_full_print_queue(fh->f_coll_read_time)){ fh 878 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c mca_common_ompio_register_print_entry(fh->f_coll_read_time, fh 919 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c if (my_aggregator == fh->f_rank) { fh 934 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (i = 0; i < fh->f_procs_per_group; i++) { fh 949 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 961 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c for (l=0; i<fh->f_procs_per_group; l++){ fh 94 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c static int write_init (ompio_file_t *fh, int aggregator, mca_io_ompio_aggregator_data *aggr_data, fh 104 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c int mca_fcoll_vulcan_get_configuration (ompio_file_t *fh, int num_io_procs, fh 112 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c int mca_fcoll_vulcan_split_iov_array ( ompio_file_t *fh, mca_common_ompio_io_array_t *work_array, fh 117 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c static int mca_fcoll_vulcan_minmax ( ompio_file_t *fh, struct iovec *iov, int iov_count, int num_aggregators, fh 121 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c int mca_fcoll_vulcan_file_write_all (ompio_file_t *fh, fh 165 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c vulcan_num_io_procs = fh->f_get_mca_parameter_value ( "num_aggregators", strlen ("num_aggregators")); fh 170 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c bytes_per_cycle = fh->f_bytes_per_agg; fh 172 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if( (1 == mca_fcoll_vulcan_async_io) && (NULL == fh->f_fbtl->fbtl_ipwritev) ) { fh 183 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = mca_common_ompio_decode_datatype ((struct ompio_file_t *) fh, fh 188 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_mem_convertor, fh 200 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = mca_fcoll_vulcan_get_configuration (fh, vulcan_num_io_procs, mca_fcoll_vulcan_num_groups, max_data); fh 205 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data = (mca_io_ompio_aggregator_data **) malloc ( fh->f_num_aggrs * fh 208 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( i=0; i< fh->f_num_aggrs; i++ ) { fh 213 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->procs_per_group = fh->f_procs_per_group; fh 214 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->procs_in_group = fh->f_procs_in_group; fh 215 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->comm = fh->f_comm; fh 219 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if(fh->f_aggr_list[i] == fh->f_rank) { fh 228 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = fh->f_generate_current_file_view( (struct ompio_file_t *) fh, fh 241 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = mca_fcoll_vulcan_minmax ( fh, local_iov_array, local_count, fh->f_num_aggrs, &domain_size); fh 250 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_aggrs, domain_size); fh 260 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = fh->f_comm->c_coll->coll_allreduce (MPI_IN_PLACE, fh 262 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_aggrs, fh 265 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm, fh 266 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm->c_coll->coll_allreduce_module); fh 274 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c (fh->f_num_aggrs * fh->f_procs_per_group*sizeof(MPI_Aint)); fh 282 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_aggrs, fh 285 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_aggrs, fh 288 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_in_group, fh 289 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_per_group, fh 290 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm); fh 295 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( i=0; i<fh->f_num_aggrs; i++ ) { fh 297 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for (j=0 ; j<fh->f_procs_per_group ; j++) { fh 298 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c broken_total_lengths[i] += total_bytes_per_process[j*fh->f_num_aggrs + i]; fh 313 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( i=0; i<fh->f_num_aggrs; i++ ) { fh 315 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c printf("%d: Overall broken_total_lengths[%d] = %ld\n", fh->f_rank, i, broken_total_lengths[i]); fh 322 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c result_counts = (int *) malloc ( fh->f_num_aggrs * fh->f_procs_per_group * sizeof(int) ); fh 332 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = fh->f_comm->c_coll->coll_allgather(broken_counts, fh 333 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_aggrs, fh 336 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_aggrs, fh 338 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm, fh 339 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm->c_coll->coll_allgather_module); fh 343 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_aggrs, fh 346 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_aggrs, fh 349 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_in_group, fh 350 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_per_group, fh 351 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm); fh 364 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( i=0; i< fh->f_num_aggrs; i++ ) { fh 367 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->fview_count = (int *) malloc (fh->f_procs_per_group * sizeof (int)); fh 373 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( j=0; j <fh->f_procs_per_group; j++ ) { fh 374 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->fview_count[j] = result_counts[fh->f_num_aggrs*j+i]; fh 376 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c displs = (int*) malloc (fh->f_procs_per_group * sizeof (int)); fh 385 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for (j=1 ; j<fh->f_procs_per_group ; j++) { fh 392 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if (fh->f_aggr_list[i] == fh->f_rank) { fh 393 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for (j=0 ; j<fh->f_procs_per_group ; i++) { fh 395 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_rank, fh 418 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = fh->f_comm->c_coll->coll_allgatherv (broken_iov_arrays[i], fh 420 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_iov_type, fh 424 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_iov_type, fh 425 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm, fh 426 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm->c_coll->coll_allgatherv_module ); fh 431 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_iov_type, fh 435 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_iov_type, fh 436 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_aggr_list[i], fh 437 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_in_group, fh 438 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_per_group, fh 439 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm); fh 479 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if (fh->f_aggr_list[i] == fh->f_rank) { fh 483 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_rank, fh 496 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if (fh->f_aggr_list[i] == fh->f_rank) { fh 497 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->disp_index = (int *)malloc (fh->f_procs_per_group * sizeof (int)); fh 504 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->max_disp_index = (int *)calloc (fh->f_procs_per_group, sizeof (int)); fh 511 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->blocklen_per_process = (int **)calloc (fh->f_procs_per_group, sizeof (int*)); fh 518 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->displs_per_process = (MPI_Aint **)calloc (fh->f_procs_per_group, sizeof (MPI_Aint*)); fh 534 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->recvtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * fh 536 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->prev_recvtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * fh 543 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for(l=0;l<fh->f_procs_per_group;l++){ fh 554 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c reqs = (ompi_request_t **)malloc ((fh->f_procs_per_group + 1 )*fh->f_num_aggrs *sizeof(ompi_request_t *)); fh 562 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for (l=0,i=0; i < fh->f_num_aggrs; i++ ) { fh 563 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( j=0; j< (fh->f_procs_per_group+1); j++ ) { fh 572 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ( (0 == mca_fcoll_vulcan_async_io) && (NULL != fh->f_fbtl->fbtl_ipwritev) && (2 < cycles) ) ) { fh 577 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( i=0; i<fh->f_num_aggrs; i++ ) { fh 578 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = shuffle_init ( 0, cycles, fh->f_aggr_list[i], fh->f_rank, aggr_data[i], fh 579 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c &reqs[i*(fh->f_procs_per_group + 1)] ); fh 590 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = ompi_request_wait_all ( (fh->f_procs_per_group + 1 )*fh->f_num_aggrs, fh 594 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c SWAP_AGGR_POINTERS(aggr_data, fh->f_num_aggrs); fh 600 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = write_init (fh, fh->f_aggr_list[aggr_index], aggr_data[aggr_index], fh 611 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( i=0; i<fh->f_num_aggrs; i++ ) { fh 612 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = shuffle_init ( index, cycles, fh->f_aggr_list[i], fh->f_rank, aggr_data[i], fh 613 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c &reqs[i*(fh->f_procs_per_group + 1)] ); fh 619 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = ompi_request_wait_all ( (fh->f_procs_per_group + 1 )*fh->f_num_aggrs, fh 634 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c SWAP_AGGR_POINTERS(aggr_data,fh->f_num_aggrs); fh 640 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = write_init (fh, fh->f_aggr_list[aggr_index], aggr_data[aggr_index], fh 666 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( i=0; i<fh->f_num_aggrs; i++ ) { fh 667 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if (fh->f_aggr_list[i] == fh->f_rank) fh 670 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c nentry.nprocs_for_coll = fh->f_num_aggrs; fh 671 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if (!mca_common_ompio_full_print_queue(fh->f_coll_write_time)){ fh 672 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c mca_common_ompio_register_print_entry(fh->f_coll_write_time, fh 682 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for ( i=0; i< fh->f_num_aggrs; i++ ) { fh 683 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if (fh->f_aggr_list[i] == fh->f_rank) { fh 726 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for (i=0; i<fh->f_num_aggrs; i++ ) { fh 731 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c free(fh->f_procs_in_group); fh 732 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_in_group=NULL; fh 733 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_per_group=0; fh 740 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c static int write_init (ompio_file_t *fh, fh 760 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c mca_fcoll_vulcan_split_iov_array (fh, aggr_data->prev_io_array, fh 766 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = fh->f_fbtl->fbtl_ipwritev(fh, (ompi_request_t *) ompio_req); fh 774 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret_temp = fh->f_fbtl->fbtl_pwritev(fh); fh 786 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c free(fh->f_io_array); fh 797 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_io_array=NULL; fh 798 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_of_io_entries=0; fh 1358 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c static int mca_fcoll_vulcan_minmax ( ompio_file_t *fh, struct iovec *iov, int iov_count, int num_aggregators, long *new_stripe_size) fh 1371 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm->c_coll->coll_allreduce ( &min, &globalmin, 1, MPI_LONG, MPI_MIN, fh 1372 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm, fh->f_comm->c_coll->coll_allreduce_module); fh 1374 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm->c_coll->coll_allreduce ( &max, &globalmax, 1, MPI_LONG, MPI_MAX, fh 1375 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_comm, fh->f_comm->c_coll->coll_allreduce_module); fh 1621 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c int mca_fcoll_vulcan_get_configuration (ompio_file_t *fh, int num_io_procs, int num_groups, fh 1625 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c ret = mca_common_ompio_set_aggregator_props (fh, num_io_procs, max_data); fh 1636 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_per_group = fh->f_size; fh 1637 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if ( NULL != fh->f_procs_in_group ) { fh 1638 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c free ( fh->f_procs_in_group ); fh 1640 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_in_group = (int *) malloc ( sizeof(int) * fh->f_size ); fh 1641 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if ( NULL == fh->f_procs_in_group) { fh 1644 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c for (i=0; i<fh->f_size; i++ ) { fh 1645 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_procs_in_group[i]=i; fh 1652 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c int mca_fcoll_vulcan_split_iov_array ( ompio_file_t *fh, mca_common_ompio_io_array_t *io_array, int num_entries, fh 1662 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_io_array = (mca_common_ompio_io_array_t *) malloc ( num_entries * sizeof(mca_common_ompio_io_array_t)); fh 1663 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if ( NULL == fh->f_io_array ){ fh 1671 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_io_array[i].memory_address = &(((char *)io_array[array_pos].memory_address)[pos]); fh 1672 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_io_array[i].offset = &(((char *)io_array[array_pos].offset)[pos]); fh 1675 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_io_array[i].length = bytes_to_write; fh 1678 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_io_array[i].length = io_array[array_pos].length - pos; fh 1681 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c pos += fh->f_io_array[i].length; fh 1682 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c bytes_written += fh->f_io_array[i].length; fh 1683 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c bytes_to_write-= fh->f_io_array[i].length; fh 1697 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c fh->f_num_of_io_entries = i; fh 58 ompi/mca/fcoll/vulcan/fcoll_vulcan_module.c mca_fcoll_vulcan_component_file_query (ompio_file_t *fh, int *priority) fh 65 ompi/mca/fcoll/vulcan/fcoll_vulcan_module.c if (mca_fcoll_base_query_table (fh, "vulcan")) { fh 57 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_sync (ompio_file_t *fh); fh 58 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_get_size (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE *size); fh 59 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_set_size (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE size); fh 60 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_close (ompio_file_t *fh); fh 39 ompi/mca/fs/base/fs_base_file_close.c int mca_fs_base_file_close (ompio_file_t *fh) fh 41 ompi/mca/fs/base/fs_base_file_close.c fh->f_comm->c_coll->coll_barrier (fh->f_comm, fh 42 ompi/mca/fs/base/fs_base_file_close.c fh->f_comm->c_coll->coll_barrier_module); fh 44 ompi/mca/fs/base/fs_base_file_close.c close (fh->fd); fh 38 ompi/mca/fs/base/fs_base_file_get_size.c int mca_fs_base_file_get_size (ompio_file_t *fh, fh 41 ompi/mca/fs/base/fs_base_file_get_size.c *size = lseek(fh->fd, 0, SEEK_END); fh 47 ompi/mca/fs/base/fs_base_file_get_size.c if (-1 == (lseek(fh->fd, fh->f_offset, SEEK_SET))) { fh 39 ompi/mca/fs/base/fs_base_file_set_size.c int mca_fs_base_file_set_size (ompio_file_t *fh, fh 44 ompi/mca/fs/base/fs_base_file_set_size.c err = ftruncate(fh->fd, size); fh 46 ompi/mca/fs/base/fs_base_file_set_size.c fh->f_comm->c_coll->coll_bcast (&err, fh 50 ompi/mca/fs/base/fs_base_file_set_size.c fh->f_comm, fh 51 ompi/mca/fs/base/fs_base_file_set_size.c fh->f_comm->c_coll->coll_bcast_module); fh 32 ompi/mca/fs/base/fs_base_file_sync.c int mca_fs_base_file_sync (ompio_file_t *fh) fh 36 ompi/mca/fs/base/fs_base_file_sync.c err = fsync(fh->fd); fh 115 ompi/mca/fs/fs.h struct opal_info_t *info, struct ompio_file_t *fh); fh 116 ompi/mca/fs/fs.h typedef int (*mca_fs_base_module_file_close_fn_t)(struct ompio_file_t *fh); fh 120 ompi/mca/fs/fs.h (struct ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE size); fh 122 ompi/mca/fs/fs.h (struct ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE *size); fh 124 ompi/mca/fs/fs.h (struct ompio_file_t *fh); fh 56 ompi/mca/fs/ime/fs_ime.c mca_fs_ime_component_file_query (ompio_file_t *fh, int *priority) fh 66 ompi/mca/fs/ime/fs_ime.c tmp = strchr (fh->f_filename, ':'); fh 69 ompi/mca/fs/ime/fs_ime.c if (OMPIO_ROOT == fh->f_rank || MPI_COMM_NULL == fh->f_comm) { fh 70 ompi/mca/fs/ime/fs_ime.c fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename ); fh 72 ompi/mca/fs/ime/fs_ime.c if (fh->f_comm != MPI_COMM_NULL) { fh 73 ompi/mca/fs/ime/fs_ime.c fh->f_comm->c_coll->coll_bcast (&(fh->f_fstype), fh 77 ompi/mca/fs/ime/fs_ime.c fh->f_comm, fh 78 ompi/mca/fs/ime/fs_ime.c fh->f_comm->c_coll->coll_bcast_module); fh 82 ompi/mca/fs/ime/fs_ime.c if (!strncmp(fh->f_filename, DEFAULT_IME_PREFIX_NO_FWD_SLASH, fh 84 ompi/mca/fs/ime/fs_ime.c fh->f_fstype = IME; fh 92 ompi/mca/fs/ime/fs_ime.c if (IME == fh->f_fstype) { fh 30 ompi/mca/fs/ime/fs_ime.h mca_fs_ime_component_file_query (ompio_file_t *fh, int *priority); fh 50 ompi/mca/fs/ime/fs_ime.h ompio_file_t *fh); fh 52 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_file_close (ompio_file_t *fh); fh 57 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_file_set_size (ompio_file_t *fh, fh 60 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_file_get_size (ompio_file_t *fh, fh 63 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_file_sync (ompio_file_t *fh); fh 65 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_file_seek (ompio_file_t *fh, fh 26 ompi/mca/fs/ime/fs_ime_file_close.c int mca_fs_ime_file_close (ompio_file_t *fh) fh 30 ompi/mca/fs/ime/fs_ime_file_close.c fh->f_comm->c_coll->coll_barrier (fh->f_comm, fh 31 ompi/mca/fs/ime/fs_ime_file_close.c fh->f_comm->c_coll->coll_barrier_module); fh 35 ompi/mca/fs/ime/fs_ime_file_close.c ret = ime_native_close(fh->fd); fh 26 ompi/mca/fs/ime/fs_ime_file_get_size.c int mca_fs_ime_file_get_size (ompio_file_t *fh, fh 32 ompi/mca/fs/ime/fs_ime_file_get_size.c *size = ime_native_lseek(fh->fd, 0, SEEK_END); fh 38 ompi/mca/fs/ime/fs_ime_file_get_size.c if ((ime_native_lseek(fh->fd, fh->f_offset, SEEK_SET)) < 0) { fh 35 ompi/mca/fs/ime/fs_ime_file_open.c ompio_file_t *fh) fh 43 ompi/mca/fs/ime/fs_ime_file_open.c if (fh->f_perm == OMPIO_PERM_NULL) { fh 49 ompi/mca/fs/ime/fs_ime_file_open.c perm = fh->f_perm; fh 69 ompi/mca/fs/ime/fs_ime_file_open.c fh->fd = ime_native_open(filename, amode, perm); fh 70 ompi/mca/fs/ime/fs_ime_file_open.c if ( fh->fd < 0 ) { fh 78 ompi/mca/fs/ime/fs_ime_file_open.c fh->fd = -1; fh 84 ompi/mca/fs/ime/fs_ime_file_open.c fh->fd = ime_native_open(filename, amode, perm); fh 85 ompi/mca/fs/ime/fs_ime_file_open.c if ( fh->fd < 0 ) { fh 26 ompi/mca/fs/ime/fs_ime_file_set_size.c int mca_fs_ime_file_set_size (ompio_file_t *fh, fh 34 ompi/mca/fs/ime/fs_ime_file_set_size.c if (OMPIO_ROOT == fh->f_rank) { fh 35 ompi/mca/fs/ime/fs_ime_file_set_size.c ret = ime_native_ftruncate(fh->fd, size); fh 38 ompi/mca/fs/ime/fs_ime_file_set_size.c fh->f_comm->c_coll->coll_bcast(&ret, fh 42 ompi/mca/fs/ime/fs_ime_file_set_size.c fh->f_comm, fh 43 ompi/mca/fs/ime/fs_ime_file_set_size.c fh->f_comm->c_coll->coll_bcast_module); fh 19 ompi/mca/fs/ime/fs_ime_file_sync.c int mca_fs_ime_file_sync (ompio_file_t *fh) fh 26 ompi/mca/fs/ime/fs_ime_file_sync.c ret = ime_native_fsync(fh->fd); fh 80 ompi/mca/fs/lustre/fs_lustre.c mca_fs_lustre_component_file_query (ompio_file_t *fh, int *priority) fh 91 ompi/mca/fs/lustre/fs_lustre.c tmp = strchr (fh->f_filename, ':'); fh 94 ompi/mca/fs/lustre/fs_lustre.c if (OMPIO_ROOT == fh->f_rank || MPI_COMM_NULL == fh->f_comm) { fh 95 ompi/mca/fs/lustre/fs_lustre.c fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename ); fh 97 ompi/mca/fs/lustre/fs_lustre.c if (fh->f_comm != MPI_COMM_NULL) { fh 98 ompi/mca/fs/lustre/fs_lustre.c fh->f_comm->c_coll->coll_bcast (&(fh->f_fstype), fh 102 ompi/mca/fs/lustre/fs_lustre.c fh->f_comm, fh 103 ompi/mca/fs/lustre/fs_lustre.c fh->f_comm->c_coll->coll_bcast_module); fh 107 ompi/mca/fs/lustre/fs_lustre.c if (!strncmp(fh->f_filename, "lustre:", 7) || fh 108 ompi/mca/fs/lustre/fs_lustre.c !strncmp(fh->f_filename, "LUSTRE:", 7)) { fh 109 ompi/mca/fs/lustre/fs_lustre.c fh->f_fstype = LUSTRE; fh 113 ompi/mca/fs/lustre/fs_lustre.c if (LUSTRE == fh->f_fstype) { fh 48 ompi/mca/fs/lustre/fs_lustre.h mca_fs_lustre_component_file_query (ompio_file_t *fh, int *priority); fh 65 ompi/mca/fs/lustre/fs_lustre.h ompio_file_t *fh); fh 67 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_file_close (ompio_file_t *fh); fh 72 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_file_set_size (ompio_file_t *fh, fh 75 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_file_get_size (ompio_file_t *fh, fh 78 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_file_sync (ompio_file_t *fh); fh 80 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_file_seek (ompio_file_t *fh, fh 64 ompi/mca/fs/lustre/fs_lustre_file_open.c ompio_file_t *fh) fh 76 ompi/mca/fs/lustre/fs_lustre_file_open.c if (fh->f_perm == OMPIO_PERM_NULL) { fh 82 ompi/mca/fs/lustre/fs_lustre_file_open.c perm = fh->f_perm; fh 85 ompi/mca/fs/lustre/fs_lustre_file_open.c rank = fh->f_rank; fh 116 ompi/mca/fs/lustre/fs_lustre_file_open.c if (0 == fh->f_rank) { fh 132 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->fd = open(filename, amode | O_LOV_DELAY_CREATE, perm); fh 135 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->fd = open (filename, amode, perm); fh 137 ompi/mca/fs/lustre/fs_lustre_file_open.c if ( 0 > fh->fd ) { fh 164 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->fd = -1; fh 169 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->fd = open (filename, amode, perm); fh 170 ompi/mca/fs/lustre/fs_lustre_file_open.c if ( 0 > fh->fd) { fh 207 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->f_stripe_size = lump->lmm_stripe_size; fh 208 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->f_stripe_count = lump->lmm_stripe_count; fh 209 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->f_fs_block_size = lump->lmm_stripe_size; fh 79 ompi/mca/fs/pvfs2/fs_pvfs2.c mca_fs_pvfs2_component_file_query (ompio_file_t *fh, int *priority) fh 96 ompi/mca/fs/pvfs2/fs_pvfs2.c tmp = strchr (fh->f_filename, ':'); fh 99 ompi/mca/fs/pvfs2/fs_pvfs2.c if (OMPIO_ROOT == fh->f_rank || MPI_COMM_NULL == fh->f_comm) { fh 100 ompi/mca/fs/pvfs2/fs_pvfs2.c fh->f_fstype = mca_fs_base_get_fstype ( fh->f_filename ); fh 102 ompi/mca/fs/pvfs2/fs_pvfs2.c if (fh->f_comm != MPI_COMM_NULL) { fh 103 ompi/mca/fs/pvfs2/fs_pvfs2.c fh->f_comm->c_coll->coll_bcast (&(fh->f_fstype), fh 107 ompi/mca/fs/pvfs2/fs_pvfs2.c fh->f_comm, fh 108 ompi/mca/fs/pvfs2/fs_pvfs2.c fh->f_comm->c_coll->coll_bcast_module); fh 112 ompi/mca/fs/pvfs2/fs_pvfs2.c if (!strncmp(fh->f_filename, "pvfs2:", 6) || fh 113 ompi/mca/fs/pvfs2/fs_pvfs2.c !strncmp(fh->f_filename, "PVFS2:", 6)) { fh 114 ompi/mca/fs/pvfs2/fs_pvfs2.c fh->f_fstype = PVFS2; fh 118 ompi/mca/fs/pvfs2/fs_pvfs2.c if (PVFS2 == fh->f_fstype) { fh 60 ompi/mca/fs/pvfs2/fs_pvfs2.h mca_fs_pvfs2_component_file_query (ompio_file_t *fh, int *priority); fh 77 ompi/mca/fs/pvfs2/fs_pvfs2.h ompio_file_t *fh); fh 79 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_file_close (ompio_file_t *fh); fh 84 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_file_set_size (ompio_file_t *fh, fh 87 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_file_get_size (ompio_file_t *fh, fh 90 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_file_sync (ompio_file_t *fh); fh 92 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_file_seek (ompio_file_t *fh, fh 44 ompi/mca/fs/pvfs2/fs_pvfs2_file_close.c mca_fs_pvfs2_file_close (ompio_file_t *fh) fh 46 ompi/mca/fs/pvfs2/fs_pvfs2_file_close.c if (NULL != fh->f_fs_ptr) { fh 47 ompi/mca/fs/pvfs2/fs_pvfs2_file_close.c free (fh->f_fs_ptr); fh 48 ompi/mca/fs/pvfs2/fs_pvfs2_file_close.c fh->f_fs_ptr = NULL; fh 42 ompi/mca/fs/pvfs2/fs_pvfs2_file_get_size.c mca_fs_pvfs2_file_get_size (ompio_file_t *fh, fh 49 ompi/mca/fs/pvfs2/fs_pvfs2_file_get_size.c pvfs2_fs = (mca_fs_pvfs2 *)fh->f_fs_ptr; fh 65 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c ompio_file_t *fh) fh 131 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c if (OMPIO_ROOT == fh->f_rank) { fh 147 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c fh->f_fs_ptr = pvfs2_fs; fh 157 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c fh->f_comm->c_coll->coll_bcast (MPI_BOTTOM, fh 161 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c fh->f_comm, fh 162 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c fh->f_comm->c_coll->coll_bcast_module); fh 169 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c fh->f_fs_ptr = NULL; fh 174 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c fh->f_fs_ptr = pvfs2_fs; fh 183 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c fh->f_stripe_size = fs_pvfs2_stripe_size; fh 184 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c fh->f_stripe_count = fs_pvfs2_stripe_width; fh 42 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c mca_fs_pvfs2_file_set_size (ompio_file_t *fh, fh 48 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c pvfs2_fs = (mca_fs_pvfs2 *)fh->f_fs_ptr; fh 50 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c if (OMPIO_ROOT == fh->f_rank) { fh 53 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c fh->f_comm->c_coll->coll_bcast (&ret, fh 57 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c fh->f_comm, fh 58 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c fh->f_comm->c_coll->coll_bcast_module); fh 61 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c fh->f_comm->c_coll->coll_bcast (&ret, fh 65 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c fh->f_comm, fh 66 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c fh->f_comm->c_coll->coll_bcast_module); fh 42 ompi/mca/fs/pvfs2/fs_pvfs2_file_sync.c mca_fs_pvfs2_file_sync (ompio_file_t *fh) fh 49 ompi/mca/fs/pvfs2/fs_pvfs2_file_sync.c pvfs2_fs = (mca_fs_pvfs2 *)fh->f_fs_ptr; fh 51 ompi/mca/fs/pvfs2/fs_pvfs2_file_sync.c if (OMPIO_ROOT == fh->f_rank) { fh 55 ompi/mca/fs/pvfs2/fs_pvfs2_file_sync.c fh->f_comm->c_coll->coll_bcast (&ret, fh 59 ompi/mca/fs/pvfs2/fs_pvfs2_file_sync.c fh->f_comm, fh 60 ompi/mca/fs/pvfs2/fs_pvfs2_file_sync.c fh->f_comm->c_coll->coll_bcast_module); fh 65 ompi/mca/fs/ufs/fs_ufs.c mca_fs_ufs_component_file_query (ompio_file_t *fh, int *priority) fh 70 ompi/mca/fs/ufs/fs_ufs.c if (0 == fh->f_fstype ) { fh 71 ompi/mca/fs/ufs/fs_ufs.c fh->f_fstype = UFS; fh 44 ompi/mca/fs/ufs/fs_ufs.h mca_fs_ufs_component_file_query (ompio_file_t *fh, int *priority); fh 61 ompi/mca/fs/ufs/fs_ufs.h ompio_file_t *fh); fh 63 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_file_close (ompio_file_t *fh); fh 68 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_file_set_size (ompio_file_t *fh, fh 71 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_file_get_size (ompio_file_t *fh, fh 74 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_file_sync (ompio_file_t *fh); fh 76 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_file_seek (ompio_file_t *fh, fh 49 ompi/mca/fs/ufs/fs_ufs_file_open.c ompio_file_t *fh) fh 57 ompi/mca/fs/ufs/fs_ufs_file_open.c if (fh->f_perm == OMPIO_PERM_NULL) { fh 63 ompi/mca/fs/ufs/fs_ufs_file_open.c perm = fh->f_perm; fh 84 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->fd = open (filename, amode, perm); fh 85 ompi/mca/fs/ufs/fs_ufs_file_open.c if ( 0 > fh->fd ) { fh 121 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->fd = -1; fh 126 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->fd = open (filename, amode, perm); fh 127 ompi/mca/fs/ufs/fs_ufs_file_open.c if ( 0 > fh->fd) { fh 161 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->f_stripe_size=0; fh 162 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->f_stripe_count=1; fh 188 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->f_flags |= OMPIO_LOCK_ENTIRE_FILE; fh 191 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->f_flags |= OMPIO_LOCK_NEVER; fh 195 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->f_flags |= OMPIO_LOCK_NEVER; fh 200 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->f_flags |= OMPIO_LOCK_NEVER; fh 203 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->f_flags |= OMPIO_LOCK_ENTIRE_FILE; fh 145 ompi/mca/io/io.h struct opal_info_t *info, struct ompi_file_t *fh); fh 146 ompi/mca/io/io.h typedef int (*mca_io_base_module_file_close_fn_t)(struct ompi_file_t *fh); fh 149 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset size); fh 151 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset size); fh 153 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset *size); fh 155 ompi/mca/io/io.h (struct ompi_file_t *fh, int *amode); fh 158 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset disp, struct ompi_datatype_t *etype, fh 162 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset *disp, fh 167 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, void *buf, fh 171 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, void *buf, fh 175 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, const void *buf, fh 179 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, const void *buf, fh 184 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, void *buf, fh 188 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, const void *buf, fh 193 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, void *buf, fh 197 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, const void *buf, fh 202 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, struct ompi_datatype_t * fh 205 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, struct ompi_datatype_t * fh 208 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, struct ompi_datatype_t * fh 211 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, struct ompi_datatype_t * fh 215 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, fh 218 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, fh 222 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, fh 225 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, fh 229 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, int whence); fh 231 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset *offset); fh 233 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, MPI_Offset *disp); fh 236 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, fh 239 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, fh 242 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, fh 245 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, fh 248 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, fh 251 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, fh 254 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, int whence); fh 256 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset *offset); fh 259 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, void *buf, fh 262 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status); fh 264 ompi/mca/io/io.h (struct ompi_file_t *fh, MPI_Offset offset, const void *buf, fh 267 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status); fh 269 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, fh 272 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status); fh 274 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, fh 277 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status); fh 279 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, int count, fh 282 ompi/mca/io/io.h (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status); fh 284 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, int count, fh 287 ompi/mca/io/io.h (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status); fh 290 ompi/mca/io/io.h (struct ompi_file_t *fh, struct ompi_datatype_t *datatype, fh 294 ompi/mca/io/io.h (struct ompi_file_t *fh, int flag); fh 296 ompi/mca/io/io.h (struct ompi_file_t *fh, int *flag); fh 297 ompi/mca/io/io.h typedef int (*mca_io_base_module_file_sync_fn_t)(struct ompi_file_t *fh); fh 44 ompi/mca/io/ompio/io_ompio.c int ompi_io_ompio_generate_current_file_view (struct ompio_file_t *fh, fh 64 ompi/mca/io/ompio/io_ompio.c sum_previous_counts = fh->f_position_in_file_view; fh 65 ompi/mca/io/ompio/io_ompio.c j = fh->f_index_in_file_view; fh 82 ompi/mca/io/ompio/io_ompio.c if (fh->f_decoded_iov[j].iov_len - fh 83 ompi/mca/io/ompio/io_ompio.c (fh->f_total_bytes - sum_previous_counts) <= 0) { fh 84 ompi/mca/io/ompio/io_ompio.c sum_previous_counts += fh->f_decoded_iov[j].iov_len; fh 86 ompi/mca/io/ompio/io_ompio.c if (j == (int)fh->f_iov_count) { fh 89 ompi/mca/io/ompio/io_ompio.c fh->f_offset += fh->f_view_extent; fh 90 ompi/mca/io/ompio/io_ompio.c fh->f_position_in_file_view = sum_previous_counts; fh 91 ompi/mca/io/ompio/io_ompio.c fh->f_index_in_file_view = j; fh 92 ompi/mca/io/ompio/io_ompio.c fh->f_total_bytes = 0; fh 96 ompi/mca/io/ompio/io_ompio.c disp = (ptrdiff_t)(fh->f_decoded_iov[j].iov_base) + fh 97 ompi/mca/io/ompio/io_ompio.c (fh->f_total_bytes - sum_previous_counts); fh 98 ompi/mca/io/ompio/io_ompio.c iov[k].iov_base = (IOVBASE_TYPE *)(intptr_t)(disp + fh->f_offset); fh 100 ompi/mca/io/ompio/io_ompio.c if ((fh->f_decoded_iov[j].iov_len - fh 101 ompi/mca/io/ompio/io_ompio.c (fh->f_total_bytes - sum_previous_counts)) fh 106 ompi/mca/io/ompio/io_ompio.c iov[k].iov_len = fh->f_decoded_iov[j].iov_len - fh 107 ompi/mca/io/ompio/io_ompio.c (fh->f_total_bytes - sum_previous_counts); fh 110 ompi/mca/io/ompio/io_ompio.c fh->f_total_bytes += iov[k].iov_len; fh 114 ompi/mca/io/ompio/io_ompio.c fh->f_position_in_file_view = sum_previous_counts; fh 115 ompi/mca/io/ompio/io_ompio.c fh->f_index_in_file_view = j; fh 135 ompi/mca/io/ompio/io_ompio.c recvcounts = (int *) malloc (fh->f_size * sizeof(int)); fh 139 ompi/mca/io/ompio/io_ompio.c displs = (int *) malloc (fh->f_size * sizeof(int)); fh 145 ompi/mca/io/ompio/io_ompio.c fh->f_comm->c_coll->coll_gather (&k, fh 152 ompi/mca/io/ompio/io_ompio.c fh->f_comm, fh 153 ompi/mca/io/ompio/io_ompio.c fh->f_comm->c_coll->coll_gather_module); fh 168 ompi/mca/io/ompio/io_ompio.c per_process[i].process_id = fh->f_rank; fh 189 ompi/mca/io/ompio/io_ompio.c if (OMPIO_ROOT == fh->f_rank){ fh 192 ompi/mca/io/ompio/io_ompio.c for(i=1;i<fh->f_size;i++){ fh 217 ompi/mca/io/ompio/io_ompio.c adj_matrix = (int **) malloc (fh->f_size * fh 228 ompi/mca/io/ompio/io_ompio.c for (i=0;i<fh->f_size;i++){ fh 229 ompi/mca/io/ompio/io_ompio.c adj_matrix[i] = (int *) malloc (fh->f_size * fh 245 ompi/mca/io/ompio/io_ompio.c for (i=0;i<fh->f_size;i++){ fh 246 ompi/mca/io/ompio/io_ompio.c for (j=0;j<fh->f_size;j++){ fh 251 ompi/mca/io/ompio/io_ompio.c fh->f_comm->c_coll->coll_gatherv (per_process, fh 259 ompi/mca/io/ompio/io_ompio.c fh->f_comm, fh 260 ompi/mca/io/ompio/io_ompio.c fh->f_comm->c_coll->coll_gatherv_module); fh 264 ompi/mca/io/ompio/io_ompio.c if (OMPIO_ROOT == fh->f_rank){ fh 279 ompi/mca/io/ompio/io_ompio.c for (i=0; i<fh->f_size; i++){ fh 280 ompi/mca/io/ompio/io_ompio.c for (j=0; j<fh->f_size; j++){ fh 288 ompi/mca/io/ompio/io_ompio.c for (i=0; i<fh->f_size; i++) { fh 304 ompi/mca/io/ompio/io_ompio.c for (i=0; i<fh->f_size; i++) { fh 319 ompi/mca/io/ompio/io_ompio.c for (i=0; i<fh->f_size; i++) { fh 332 ompi/mca/io/ompio/io_ompio.c row_index = (int *) malloc ((fh->f_size + 1) * fh 337 ompi/mca/io/ompio/io_ompio.c for (i=0; i<fh->f_size; i++) { fh 350 ompi/mca/io/ompio/io_ompio.c fprintf(fp,"%d %d\n", m, fh->f_size+1); fh 354 ompi/mca/io/ompio/io_ompio.c for (i=0; i<fh->f_size; i++){ fh 355 ompi/mca/io/ompio/io_ompio.c for (j=0; j<fh->f_size; j++){ fh 373 ompi/mca/io/ompio/io_ompio.c for (i=0; i< (fh->f_size + 1); i++){ fh 406 ompi/mca/io/ompio/io_ompio.c for (i=0;i<fh->f_size;i++){ fh 118 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC int ompi_io_ompio_generate_current_file_view (struct ompio_file_t *fh, fh 123 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC int ompi_io_ompio_generate_groups (ompio_file_t *fh, fh 135 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_set_view (struct ompi_file_t *fh, fh 142 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_view (struct ompi_file_t *fh, fh 151 ompi/mca/io/ompio/io_ompio.h struct ompi_file_t *fh); fh 152 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_close (struct ompi_file_t *fh); fh 153 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_set_size (struct ompi_file_t *fh, fh 155 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_preallocate (struct ompi_file_t *fh, fh 157 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_size (struct ompi_file_t *fh, fh 159 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_amode (struct ompi_file_t *fh, fh 161 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_sync (struct ompi_file_t *fh); fh 162 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_seek (struct ompi_file_t *fh, fh 166 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_set_view (struct ompi_file_t *fh, fh 172 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_view (struct ompi_file_t *fh, fh 179 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_at (struct ompi_file_t *fh, fh 185 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_at_all (struct ompi_file_t *fh, fh 191 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_at (struct ompi_file_t *fh, fh 197 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_at_all (struct ompi_file_t *fh, fh 203 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iread_at (struct ompi_file_t *fh, fh 209 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iwrite_at (struct ompi_file_t *fh, fh 217 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read (struct ompi_file_t *fh, fh 222 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_all (struct ompi_file_t *fh, fh 227 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iread_all (ompi_file_t *fh, fh 232 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iread_at_all (ompi_file_t *fh, fh 239 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write (struct ompi_file_t *fh, fh 244 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_all (struct ompi_file_t *fh, fh 249 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iwrite_all (ompi_file_t *fh, fh 254 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iwrite_at_all (ompi_file_t *fh, fh 260 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iread (struct ompi_file_t *fh, fh 265 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iwrite (struct ompi_file_t *fh, fh 270 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_seek (struct ompi_file_t *fh, fh 273 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_position (struct ompi_file_t *fh, fh 275 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_byte_offset (struct ompi_file_t *fh, fh 280 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_shared (struct ompi_file_t *fh, fh 285 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_shared (struct ompi_file_t *fh, fh 290 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iread_shared (struct ompi_file_t *fh, fh 295 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_iwrite_shared (struct ompi_file_t *fh, fh 300 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_ordered (struct ompi_file_t *fh, fh 305 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_ordered (struct ompi_file_t *fh, fh 310 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_seek_shared (struct ompi_file_t *fh, fh 313 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_position_shared (struct ompi_file_t *fh, fh 317 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_at_all_begin (struct ompi_file_t *fh, fh 322 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_at_all_end (struct ompi_file_t *fh, fh 325 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_at_all_begin (struct ompi_file_t *fh, fh 330 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_at_all_end (struct ompi_file_t *fh, fh 333 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_all_begin (struct ompi_file_t *fh, fh 337 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_all_end (struct ompi_file_t *fh, fh 340 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_all_begin (struct ompi_file_t *fh, fh 344 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_all_end (struct ompi_file_t *fh, fh 347 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_ordered_begin (struct ompi_file_t *fh, fh 351 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_read_ordered_end (struct ompi_file_t *fh, fh 354 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_ordered_begin (struct ompi_file_t *fh, fh 358 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_write_ordered_end (struct ompi_file_t *fh, fh 363 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_type_extent (struct ompi_file_t *fh, fh 368 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_set_atomicity (struct ompi_file_t *fh, fh 370 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_get_atomicity (struct ompi_file_t *fh, fh 372 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_sync (struct ompi_file_t *fh); fh 49 ompi/mca/io/ompio/io_ompio_file_open.c ompi_file_t *fh) fh 60 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 67 ompi/mca/io/ompio/io_ompio_file_open.c data->ompio_fh.f_fh = fh; fh 74 ompi/mca/io/ompio/io_ompio_file_open.c fh->f_flags |= OMPIO_FILE_IS_OPEN; fh 83 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_close (ompi_file_t *fh) fh 88 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 106 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_preallocate (ompi_file_t *fh, fh 115 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 117 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_LOCK(&fh->f_lock); fh 127 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 132 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 138 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 143 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 214 ompi/mca/io/ompio/io_ompio_file_open.c fh->f_comm->c_coll->coll_bcast ( &ret, 1, MPI_INT, OMPIO_ROOT, fh->f_comm, fh 215 ompi/mca/io/ompio/io_ompio_file_open.c fh->f_comm->c_coll->coll_bcast_module); fh 220 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 225 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_set_size (ompi_file_t *fh, fh 232 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 235 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_LOCK(&fh->f_lock); fh 244 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 250 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 257 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 265 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 268 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 273 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_get_size (ompi_file_t *fh, fh 279 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 280 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_LOCK(&fh->f_lock); fh 282 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 288 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_get_amode (ompi_file_t *fh, fh 293 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 302 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_get_type_extent (ompi_file_t *fh, fh 311 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_set_atomicity (ompi_file_t *fh, fh 317 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 319 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_LOCK(&fh->f_lock); fh 334 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 339 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 344 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_get_atomicity (ompi_file_t *fh, fh 349 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 351 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_LOCK(&fh->f_lock); fh 353 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 358 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_sync (ompi_file_t *fh) fh 363 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 365 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_LOCK(&fh->f_lock); fh 367 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 372 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 379 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 383 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 389 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_seek (ompi_file_t *fh, fh 397 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 399 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_LOCK(&fh->f_lock); fh 405 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 414 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 423 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 428 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 434 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 444 ompi/mca/io/ompio/io_ompio_file_open.c ompio_file_t *fh=NULL; fh 447 ompi/mca/io/ompio/io_ompio_file_open.c fh = &data->ompio_fh; fh 450 ompi/mca/io/ompio/io_ompio_file_open.c ret = mca_common_ompio_file_get_position (fh, offset); fh 457 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_get_byte_offset (ompi_file_t *fh, fh 465 ompi/mca/io/ompio/io_ompio_file_open.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 467 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_LOCK(&fh->f_lock); fh 471 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 497 ompi/mca/io/ompio/io_ompio_file_open.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 508 ompi/mca/io/ompio/io_ompio_file_open.c ompio_file_t *fh; fh 512 ompi/mca/io/ompio/io_ompio_file_open.c fh = &data->ompio_fh; fh 515 ompi/mca/io/ompio/io_ompio_file_open.c shared_fp_base_module = fh->f_sharedfp; fh 522 ompi/mca/io/ompio/io_ompio_file_open.c ret = shared_fp_base_module->sharedfp_seek(fh,offset,whence); fh 534 ompi/mca/io/ompio/io_ompio_file_open.c ompio_file_t *fh; fh 538 ompi/mca/io/ompio/io_ompio_file_open.c fh = &data->ompio_fh; fh 541 ompi/mca/io/ompio/io_ompio_file_open.c shared_fp_base_module = fh->f_sharedfp; fh 547 ompi/mca/io/ompio/io_ompio_file_open.c ret = shared_fp_base_module->sharedfp_get_position(fh,offset); fh 548 ompi/mca/io/ompio/io_ompio_file_open.c *offset = *offset / fh->f_etype_size; fh 71 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_at (ompi_file_t *fh, fh 81 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 82 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 84 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 89 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_iread (ompi_file_t *fh, fh 98 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 99 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 101 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 107 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_iread_at (ompi_file_t *fh, fh 117 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 118 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 120 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 128 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_all (ompi_file_t *fh, fh 137 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 139 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 145 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 156 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_iread_all (ompi_file_t *fh, fh 166 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 169 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 175 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 181 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_at_all (ompi_file_t *fh, fh 191 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 192 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 194 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 199 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_iread_at_all (ompi_file_t *fh, fh 208 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 210 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 212 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 228 ompi/mca/io/ompio/io_ompio_file_read.c ompio_file_t *fh; fh 232 ompi/mca/io/ompio/io_ompio_file_read.c fh = &data->ompio_fh; fh 235 ompi/mca/io/ompio/io_ompio_file_read.c shared_fp_base_module = (mca_sharedfp_base_module_t *)(fh->f_sharedfp); fh 241 ompi/mca/io/ompio/io_ompio_file_read.c ret = shared_fp_base_module->sharedfp_read(fh,buf,count,datatype,status); fh 247 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_iread_shared (ompi_file_t *fh, fh 258 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 267 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 269 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 274 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_ordered (ompi_file_t *fh, fh 285 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 294 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 296 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 300 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_ordered_begin (ompi_file_t *fh, fh 310 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 319 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 321 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 326 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_ordered_end (ompi_file_t *fh, fh 335 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 344 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 346 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 354 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_all_begin (ompi_file_t *fh, fh 363 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 370 ompi/mca/io/ompio/io_ompio_file_read.c ret = mca_io_ompio_file_iread_all ( fh, buf, count, datatype, &fp->f_split_coll_req ); fh 376 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_all_end (ompi_file_t *fh, fh 384 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 393 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_at_all_begin (ompi_file_t *fh, fh 402 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 409 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_LOCK(&fh->f_lock); fh 411 ompi/mca/io/ompio/io_ompio_file_read.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 416 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_at_all_end (ompi_file_t *fh, fh 424 ompi/mca/io/ompio/io_ompio_file_read.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 67 ompi/mca/io/ompio/io_ompio_file_set_view.c ompio_file_t *fh; fh 79 ompi/mca/io/ompio/io_ompio_file_set_view.c fh = &data->ompio_fh; fh 82 ompi/mca/io/ompio/io_ompio_file_set_view.c ret = mca_common_ompio_set_view(fh, disp, etype, filetype, datarep, info); fh 94 ompi/mca/io/ompio/io_ompio_file_set_view.c ompio_file_t *fh; fh 97 ompi/mca/io/ompio/io_ompio_file_set_view.c fh = &data->ompio_fh; fh 100 ompi/mca/io/ompio/io_ompio_file_set_view.c *disp = fh->f_disp; fh 101 ompi/mca/io/ompio/io_ompio_file_set_view.c datatype_duplicate (fh->f_etype, etype); fh 102 ompi/mca/io/ompio/io_ompio_file_set_view.c datatype_duplicate (fh->f_orig_filetype, filetype); fh 103 ompi/mca/io/ompio/io_ompio_file_set_view.c strcpy (datarep, fh->f_datarep); fh 65 ompi/mca/io/ompio/io_ompio_file_write.c ompio_file_t *fh; fh 68 ompi/mca/io/ompio/io_ompio_file_write.c fh = &data->ompio_fh; fh 70 ompi/mca/io/ompio/io_ompio_file_write.c ret = mca_common_ompio_file_write(fh,buf,count,datatype,status); fh 76 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_at (ompi_file_t *fh, fh 86 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 87 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_LOCK(&fh->f_lock); fh 89 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 112 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_iwrite_at (ompi_file_t *fh, fh 122 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 123 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_LOCK(&fh->f_lock); fh 125 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 134 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_all (ompi_file_t *fh, fh 143 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 145 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_LOCK(&fh->f_lock); fh 151 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 162 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_at_all (ompi_file_t *fh, fh 172 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 173 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_LOCK(&fh->f_lock); fh 175 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 180 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_iwrite_all (ompi_file_t *fh, fh 190 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 193 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_LOCK(&fh->f_lock); fh 199 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 205 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_iwrite_at_all (ompi_file_t *fh, fh 215 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 216 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_LOCK(&fh->f_lock); fh 218 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 235 ompi/mca/io/ompio/io_ompio_file_write.c ompio_file_t *fh; fh 239 ompi/mca/io/ompio/io_ompio_file_write.c fh = &data->ompio_fh; fh 242 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; fh 248 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_write(fh,buf,count,datatype,status); fh 262 ompi/mca/io/ompio/io_ompio_file_write.c ompio_file_t *fh; fh 266 ompi/mca/io/ompio/io_ompio_file_write.c fh = &data->ompio_fh; fh 269 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; fh 275 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_iwrite(fh,buf,count,datatype,request); fh 289 ompi/mca/io/ompio/io_ompio_file_write.c ompio_file_t *fh; fh 293 ompi/mca/io/ompio/io_ompio_file_write.c fh = &data->ompio_fh; fh 296 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; fh 302 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_write_ordered(fh,buf,count,datatype,status); fh 315 ompi/mca/io/ompio/io_ompio_file_write.c ompio_file_t *fh; fh 319 ompi/mca/io/ompio/io_ompio_file_write.c fh = &data->ompio_fh; fh 322 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; fh 328 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_write_ordered_begin(fh,buf,count,datatype); fh 340 ompi/mca/io/ompio/io_ompio_file_write.c ompio_file_t *fh; fh 344 ompi/mca/io/ompio/io_ompio_file_write.c fh = &data->ompio_fh; fh 347 ompi/mca/io/ompio/io_ompio_file_write.c shared_fp_base_module = fh->f_sharedfp; fh 353 ompi/mca/io/ompio/io_ompio_file_write.c ret = shared_fp_base_module->sharedfp_write_ordered_end(fh,buf,status); fh 362 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_all_begin (ompi_file_t *fh, fh 371 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 378 ompi/mca/io/ompio/io_ompio_file_write.c ret = mca_io_ompio_file_iwrite_all ( fh, buf, count, datatype, &fp->f_split_coll_req ); fh 384 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_all_end (ompi_file_t *fh, fh 392 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 402 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_at_all_begin (ompi_file_t *fh, fh 412 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 419 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_LOCK(&fh->f_lock); fh 421 ompi/mca/io/ompio/io_ompio_file_write.c OPAL_THREAD_UNLOCK(&fh->f_lock); fh 428 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_at_all_end (ompi_file_t *fh, fh 436 ompi/mca/io/ompio/io_ompio_file_write.c data = (mca_common_ompio_data_t *) fh->f_io_selected_data; fh 14 ompi/mca/io/romio321/romio/adio/common/greq_fns.c void MPIO_Completed_request_create(MPI_File *fh, MPI_Offset bytes, fh 26 ompi/mca/io/romio321/romio/adio/common/greq_fns.c *error_code = MPIO_Err_return_file(*fh, *error_code); fh 453 ompi/mca/io/romio321/romio/adio/include/adio.h MPI_File MPIO_File_f2c(MPI_Fint fh); fh 454 ompi/mca/io/romio321/romio/adio/include/adio.h MPI_Fint MPIO_File_c2f(MPI_File fh); fh 462 ompi/mca/io/romio321/romio/adio/include/adio.h void MPIO_Completed_request_create(MPI_File *fh, MPI_Offset nbytes, fh 784 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_read(MPI_File fh, fh 792 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_write(MPI_File fh, fh 800 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_read_all(MPI_File fh, fh 808 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_write_all(MPI_File fh, fh 816 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_read_all_begin(MPI_File fh, fh 823 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_write_all_begin(MPI_File fh, fh 830 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_read_all_end(MPI_File fh, fh 834 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_write_all_end(MPI_File fh, fh 838 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_iwrite(MPI_File fh, fh 846 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_iread(MPI_File fh, fh 854 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_iwrite_all(MPI_File fh, fh 862 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIOI_File_iread_all(MPI_File fh, fh 12 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_FILE_HANDLE(fh, myname, error_code) \ fh 13 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if ((fh <= (ADIO_File) 0) || \ fh 14 ompi/mca/io/romio321/romio/adio/include/adioi_error.h ((fh)->cookie != ADIOI_FILE_COOKIE)) { \ fh 39 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_COUNT(fh, count, myname, error_code) \ fh 46 ompi/mca/io/romio321/romio/adio/include/adioi_error.h error_code = MPIO_Err_return_file(fh, error_code); \ fh 50 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_COUNT_SIZE(fh, count, datatype_size, myname, error_code) \ fh 57 ompi/mca/io/romio321/romio/adio/include/adioi_error.h error_code = MPIO_Err_return_file(fh, error_code); \ fh 61 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_DATATYPE(fh, datatype, myname, error_code) \ fh 74 ompi/mca/io/romio321/romio/adio/include/adioi_error.h error_code = MPIO_Err_return_file(fh, error_code); \ fh 79 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_READABLE(fh, myname, error_code) \ fh 80 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if (fh->access_mode & ADIO_WRONLY) { \ fh 86 ompi/mca/io/romio321/romio/adio/include/adioi_error.h error_code = MPIO_Err_return_file(fh, error_code); \ fh 90 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_WRITABLE(fh, myname, error_code) \ fh 91 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if (fh->access_mode & ADIO_RDONLY) { \ fh 98 ompi/mca/io/romio321/romio/adio/include/adioi_error.h error_code = MPIO_Err_return_file(fh, error_code); \ fh 102 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_NOT_SEQUENTIAL_MODE(fh, myname, error_code) \ fh 103 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if (fh->access_mode & ADIO_SEQUENTIAL) { \ fh 109 ompi/mca/io/romio321/romio/adio/include/adioi_error.h error_code = MPIO_Err_return_file(fh, error_code); \ fh 113 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_INTEGRAL_ETYPE(fh, count, dtype_size, myname, error_code) \ fh 114 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if ((count*dtype_size) % fh->etype_size != 0) { \ fh 118 ompi/mca/io/romio321/romio/adio/include/adioi_error.h error_code = MPIO_Err_return_file(fh, error_code); \ fh 122 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_FS_SUPPORTS_SHARED(fh, myname, error_code) \ fh 123 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if (!ADIO_Feature(fh, ADIO_SHARED_FP)) \ fh 130 ompi/mca/io/romio321/romio/adio/include/adioi_error.h error_code = MPIO_Err_return_file(fh, error_code); \ fh 158 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define ADIOI_TEST_DEFERRED(fh, myname, error_code)\ fh 159 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if(! (fh)->is_open ) {\ fh 160 ompi/mca/io/romio321/romio/adio/include/adioi_error.h ADIO_ImmediateOpen((fh), (error_code)); } fh 20 ompi/mca/io/romio321/romio/mpi-io/close.c int MPI_File_close(MPI_File *fh) __attribute__((weak,alias("PMPI_File_close"))); fh 36 ompi/mca/io/romio321/romio/mpi-io/close.c int MPI_File_close(MPI_File *fh) fh 49 ompi/mca/io/romio321/romio/mpi-io/close.c adio_fh = MPIO_File_resolve(*fh); fh 83 ompi/mca/io/romio321/romio/mpi-io/close.c error_code = PMPI_File_set_errhandler(*fh, MPI_ERRORS_RETURN); fh 88 ompi/mca/io/romio321/romio/mpi-io/close.c MPIO_File_free(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/file_c2f.c MPI_Fint MPI_File_c2f(MPI_File fh) __attribute__((weak,alias("PMPI_File_c2f"))); fh 38 ompi/mca/io/romio321/romio/mpi-io/file_c2f.c MPI_Fint MPI_File_c2f(MPI_File fh) fh 40 ompi/mca/io/romio321/romio/mpi-io/file_c2f.c return MPIO_File_c2f(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/file_f2c.c MPI_File MPI_File_f2c(MPI_Fint fh) __attribute__((weak,alias("PMPI_File_f2c"))); fh 38 ompi/mca/io/romio321/romio/mpi-io/file_f2c.c MPI_File MPI_File_f2c(MPI_Fint fh) fh 40 ompi/mca/io/romio321/romio/mpi-io/file_f2c.c return MPIO_File_f2c(fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/closef.c FORTRAN_API void FORT_CALL mpi_file_close_(MPI_Fint *fh, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/closef.c FORTRAN_API void FORT_CALL mpi_file_close_(MPI_Fint *fh, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/closef.c fh_c = MPI_File_f2c(*fh); fh 101 ompi/mca/io/romio321/romio/mpi-io/fortran/closef.c *fh = MPI_File_c2f(fh_c); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/fsyncf.c FORTRAN_API void FORT_CALL mpi_file_sync_(MPI_Fint *fh, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/fsyncf.c FORTRAN_API void FORT_CALL mpi_file_sync_(MPI_Fint *fh, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/fsyncf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_amodef.c FORTRAN_API void FORT_CALL mpi_file_get_amode_(MPI_Fint *fh, MPI_Fint *amode, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_amodef.c FORTRAN_API void FORT_CALL mpi_file_get_amode_(MPI_Fint *fh, MPI_Fint *amode, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/get_amodef.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_atomf.c FORTRAN_API void FORT_CALL mpi_file_get_atomicity_(MPI_Fint *fh, MPI_Fint *flag, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_atomf.c FORTRAN_API void FORT_CALL mpi_file_get_atomicity_(MPI_Fint *fh, MPI_Fint *flag, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/get_atomf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_bytofff.c FORTRAN_API void FORT_CALL mpi_file_get_byte_offset_(MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_bytofff.c FORTRAN_API void FORT_CALL mpi_file_get_byte_offset_(MPI_Fint *fh,MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/get_bytofff.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_errhf.c FORTRAN_API void FORT_CALL mpi_file_get_errhandler_(MPI_Fint *fh, MPI_Fint *err_handler, MPI_Fint *ierr); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_errhf.c FORTRAN_API void FORT_CALL mpi_file_get_errhandler_(MPI_Fint *fh, MPI_Fint *err_handler, MPI_Fint *ierr) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_errhf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c void mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Fint *datatype, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c void mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Fint *datatype, fh 104 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c fh_c = MPI_File_f2c(*fh); fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c FORTRAN_API void FORT_CALL mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Datatype *datatype, fh 116 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c FORTRAN_API void FORT_CALL mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Datatype *datatype, fh 122 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/get_groupf.c void mpi_file_get_group_(MPI_Fint *fh, MPI_Fint *group, MPI_Fint *ierr ); fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/get_groupf.c void mpi_file_get_group_(MPI_Fint *fh, MPI_Fint *group, MPI_Fint *ierr ) fh 101 ompi/mca/io/romio321/romio/mpi-io/fortran/get_groupf.c fh_c = MPI_File_f2c(*fh); fh 107 ompi/mca/io/romio321/romio/mpi-io/fortran/get_groupf.c FORTRAN_API void FORT_CALL mpi_file_get_group_(MPI_Fint *fh,MPI_Group *group, MPI_Fint *ierr ); fh 109 ompi/mca/io/romio321/romio/mpi-io/fortran/get_groupf.c FORTRAN_API void FORT_CALL mpi_file_get_group_(MPI_Fint *fh,MPI_Group *group, MPI_Fint *ierr ) fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/get_groupf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_infof.c FORTRAN_API void FORT_CALL mpi_file_get_info_(MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_infof.c FORTRAN_API void FORT_CALL mpi_file_get_info_(MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr ) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_infof.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_posn_shf.c FORTRAN_API void FORT_CALL mpi_file_get_position_shared_(MPI_Fint *fh, MPI_Offset *offset, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/get_posn_shf.c FORTRAN_API void FORT_CALL mpi_file_get_position_shared_(MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr ) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_posn_shf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_posnf.c FORTRAN_API void FORT_CALL mpi_file_get_position_(MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_posnf.c FORTRAN_API void FORT_CALL mpi_file_get_position_(MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/get_posnf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_sizef.c FORTRAN_API void FORT_CALL mpi_file_get_size_(MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_sizef.c FORTRAN_API void FORT_CALL mpi_file_get_size_(MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/get_sizef.c fh_c = MPI_File_f2c(*fh); fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c void mpi_file_get_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c void mpi_file_get_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, fh 114 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c fh_c = MPI_File_f2c(*fh); fh 139 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c void mpi_file_get_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, fh 146 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c FORTRAN_API void FORT_CALL mpi_file_get_view_( MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep FORT_MIXED_LEN_DECL, MPI_Fint *ierr FORT_END_LEN_DECL ); fh 148 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c FORTRAN_API void FORT_CALL mpi_file_get_view_( MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep FORT_MIXED_LEN(str_len), MPI_Fint *ierr FORT_END_LEN(str_len) ) fh 164 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c void mpi_file_iread_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 98 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c void mpi_file_iread_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 106 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c fh_c = MPI_File_f2c(*fh); fh 115 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c FORTRAN_API void FORT_CALL mpi_file_iread_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 119 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c FORTRAN_API void FORT_CALL mpi_file_iread_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 126 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c void mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c void mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 105 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c fh_c = MPI_File_f2c(*fh); fh 111 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c FORTRAN_API void FORT_CALL mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 114 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c FORTRAN_API void FORT_CALL mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 120 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c void mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c void mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 105 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c fh_c = MPI_File_f2c(*fh); fh 111 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c FORTRAN_API void FORT_CALL mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 114 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c FORTRAN_API void FORT_CALL mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 120 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c void mpi_file_iwrite_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 98 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c void mpi_file_iwrite_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 106 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c fh_c = MPI_File_f2c(*fh); fh 114 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 118 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 125 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c void mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c void mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c fh_c = MPI_File_f2c(*fh); fh 111 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 114 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 120 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c void mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c void mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 104 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c fh_c = MPI_File_f2c(*fh); fh 112 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c FORTRAN_API void FORT_CALL mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 115 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c FORTRAN_API void FORT_CALL mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 121 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c fh_c = MPI_File_f2c(*fh); fh 98 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int str_len ); fh 101 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int str_len ) fh 130 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c *fh = MPI_File_c2f(fh_c); fh 138 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr) fh 153 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr FORT_END_LEN_DECL); fh 156 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr FORT_END_LEN(str_len)) fh 184 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c *fh = MPI_File_c2f(fh_c); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/preallocf.c FORTRAN_API void FORT_CALL mpi_file_preallocate_(MPI_Fint *fh,MPI_Offset *size, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/preallocf.c FORTRAN_API void FORT_CALL mpi_file_preallocate_(MPI_Fint *fh,MPI_Offset *size, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/preallocf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c void mpi_file_read_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c void mpi_file_read_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 118 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallef.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallef.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallef.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c void mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c void mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c FORTRAN_API void FORT_CALL mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c FORTRAN_API void FORT_CALL mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allef.c FORTRAN_API void FORT_CALL mpi_file_read_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allef.c FORTRAN_API void FORT_CALL mpi_file_read_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allef.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c void mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c void mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c FORTRAN_API void FORT_CALL mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c FORTRAN_API void FORT_CALL mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c void mpi_file_read_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c void mpi_file_read_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 105 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c fh_c = MPI_File_f2c(*fh); fh 112 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 116 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 122 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c void mpi_file_read_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c void mpi_file_read_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c FORTRAN_API void FORT_CALL mpi_file_read_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c FORTRAN_API void FORT_CALL mpi_file_read_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c void mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c void mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordef.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_end_(MPI_Fint *fh,void *buf,MPI_Status *status, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordef.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordef.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c void mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c void mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c void mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c void mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 102 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c fh_c = MPI_File_f2c(*fh); fh 109 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c FORTRAN_API void FORT_CALL mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c FORTRAN_API void FORT_CALL mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 116 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c void mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c void mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c FORTRAN_API void FORT_CALL mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c FORTRAN_API void FORT_CALL mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 118 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/seek_shf.c FORTRAN_API void FORT_CALL mpi_file_seek_shared_(MPI_Fint *fh,MPI_Offset *offset,MPI_Fint *whence, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/seek_shf.c FORTRAN_API void FORT_CALL mpi_file_seek_shared_(MPI_Fint *fh,MPI_Offset *offset,MPI_Fint *whence, MPI_Fint *ierr ) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/seek_shf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/seekf.c FORTRAN_API void FORT_CALL mpi_file_seek_(MPI_Fint *fh,MPI_Offset *offset,MPI_Fint *whence, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/seekf.c FORTRAN_API void FORT_CALL mpi_file_seek_(MPI_Fint *fh,MPI_Offset *offset,MPI_Fint *whence, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/seekf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/set_atomf.c FORTRAN_API void FORT_CALL mpi_file_set_atomicity_(MPI_Fint *fh,MPI_Fint *flag, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/set_atomf.c FORTRAN_API void FORT_CALL mpi_file_set_atomicity_(MPI_Fint *fh,MPI_Fint *flag, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/set_atomf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/set_errhf.c FORTRAN_API void FORT_CALL mpi_file_set_errhandler_(MPI_Fint *fh, MPI_Fint *err_handler, MPI_Fint *ierr); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/set_errhf.c FORTRAN_API void FORT_CALL mpi_file_set_errhandler_(MPI_Fint *fh, MPI_Fint *err_handler, MPI_Fint *ierr) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/set_errhf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/set_infof.c FORTRAN_API void FORT_CALL mpi_file_set_info_(MPI_Fint *fh, MPI_Fint *info, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/set_infof.c FORTRAN_API void FORT_CALL mpi_file_set_info_(MPI_Fint *fh, MPI_Fint *info, MPI_Fint *ierr ) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/set_infof.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/set_sizef.c FORTRAN_API void FORT_CALL mpi_file_set_size_(MPI_Fint *fh,MPI_Offset *size, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/set_sizef.c FORTRAN_API void FORT_CALL mpi_file_set_size_(MPI_Fint *fh,MPI_Offset *size, MPI_Fint *ierr ) fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/set_sizef.c fh_c = MPI_File_f2c(*fh); fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c void mpi_file_set_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, fh 101 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c void mpi_file_set_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Fint *etype, fh 131 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c fh_c = MPI_File_f2c(*fh); fh 141 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c void mpi_file_set_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Datatype *etype, fh 148 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c FORTRAN_API void FORT_CALL mpi_file_set_view_( MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep FORT_MIXED_LEN_DECL, MPI_Fint *info, MPI_Fint *ierr FORT_END_LEN_DECL ); fh 150 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c FORTRAN_API void FORT_CALL mpi_file_set_view_( MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep FORT_MIXED_LEN(str_len), MPI_Fint *info, MPI_Fint *ierr FORT_END_LEN(str_len) ) fh 176 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c fh_c = MPI_File_f2c(*fh); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c void mpi_file_write_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 98 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c void mpi_file_write_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 104 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c fh_c = MPI_File_f2c(*fh); fh 111 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 114 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 119 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallef.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallef.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ) fh 100 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallef.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c void mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c void mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 101 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c fh_c = MPI_File_f2c(*fh); fh 108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c FORTRAN_API void FORT_CALL mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c FORTRAN_API void FORT_CALL mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 114 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allef.c FORTRAN_API void FORT_CALL mpi_file_write_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ); fh 95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allef.c FORTRAN_API void FORT_CALL mpi_file_write_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ){ fh 98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allef.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c void mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c void mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 102 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c fh_c = MPI_File_f2c(*fh); fh 109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c FORTRAN_API void FORT_CALL mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c FORTRAN_API void FORT_CALL mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 116 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c void mpi_file_write_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c void mpi_file_write_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c fh_c = MPI_File_f2c(*fh); fh 112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 116 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 122 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c void mpi_file_write_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c void mpi_file_write_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c fh_c = MPI_File_f2c(*fh); fh 112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c FORTRAN_API void FORT_CALL mpi_file_write_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 116 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c FORTRAN_API void FORT_CALL mpi_file_write_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf, fh 122 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c void mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c void mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 102 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c fh_c = MPI_File_f2c(*fh); fh 109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 116 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c fh_c = MPI_File_f2c(*fh); fh 93 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordef.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_end_(MPI_Fint *fh,void *buf,MPI_Status *status, fh 96 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordef.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ){ fh 99 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordef.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c void mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c void mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 102 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c fh_c = MPI_File_f2c(*fh); fh 109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 116 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c void mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c void mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c FORTRAN_API void FORT_CALL mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c FORTRAN_API void FORT_CALL mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 118 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c fh_c = MPI_File_f2c(*fh); fh 94 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c void mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 97 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c void mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 103 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c fh_c = MPI_File_f2c(*fh); fh 110 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c FORTRAN_API void FORT_CALL mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 113 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c FORTRAN_API void FORT_CALL mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count, fh 118 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c fh_c = MPI_File_f2c(*fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/fsync.c int MPI_File_sync(MPI_File fh) __attribute__((weak,alias("PMPI_File_sync"))); fh 37 ompi/mca/io/romio321/romio/mpi-io/fsync.c int MPI_File_sync(MPI_File fh) fh 50 ompi/mca/io/romio321/romio/mpi-io/fsync.c adio_fh = MPIO_File_resolve(fh); fh 60 ompi/mca/io/romio321/romio/mpi-io/fsync.c MPIO_CHECK_WRITABLE(fh, myname, error_code); fh 20 ompi/mca/io/romio321/romio/mpi-io/get_amode.c int MPI_File_get_amode(MPI_File fh, int *amode) __attribute__((weak,alias("PMPI_File_get_amode"))); fh 39 ompi/mca/io/romio321/romio/mpi-io/get_amode.c int MPI_File_get_amode(MPI_File fh, int *amode) fh 45 ompi/mca/io/romio321/romio/mpi-io/get_amode.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/get_atom.c int MPI_File_get_atomicity(MPI_File fh, int *flag) __attribute__((weak,alias("PMPI_File_get_atomicity"))); fh 39 ompi/mca/io/romio321/romio/mpi-io/get_atom.c int MPI_File_get_atomicity(MPI_File fh, int *flag) fh 45 ompi/mca/io/romio321/romio/mpi-io/get_atom.c adio_fh = MPIO_File_resolve(fh); fh 21 ompi/mca/io/romio321/romio/mpi-io/get_bytoff.c int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset, MPI_Offset *disp) __attribute__((weak,alias("PMPI_File_get_byte_offset"))); fh 43 ompi/mca/io/romio321/romio/mpi-io/get_bytoff.c int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset, MPI_Offset *disp) fh 49 ompi/mca/io/romio321/romio/mpi-io/get_bytoff.c adio_fh = MPIO_File_resolve(fh); fh 43 ompi/mca/io/romio321/romio/mpi-io/get_errh.c ADIO_File fh; fh 53 ompi/mca/io/romio321/romio/mpi-io/get_errh.c fh = MPIO_File_resolve(mpi_fh); fh 55 ompi/mca/io/romio321/romio/mpi-io/get_errh.c if ((fh <= (MPI_File) 0) || ((fh)->cookie != ADIOI_FILE_COOKIE)) fh 65 ompi/mca/io/romio321/romio/mpi-io/get_errh.c *errhandler = fh->err_handler; fh 20 ompi/mca/io/romio321/romio/mpi-io/get_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent) __attribute__((weak,alias("PMPI_File_get_type_extent"))); fh 40 ompi/mca/io/romio321/romio/mpi-io/get_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent) fh 47 ompi/mca/io/romio321/romio/mpi-io/get_extent.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/get_group.c int MPI_File_get_group(MPI_File fh, MPI_Group *group) __attribute__((weak,alias("PMPI_File_get_group"))); fh 40 ompi/mca/io/romio321/romio/mpi-io/get_group.c int MPI_File_get_group(MPI_File fh, MPI_Group *group) fh 48 ompi/mca/io/romio321/romio/mpi-io/get_group.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/get_info.c int MPI_File_get_info(MPI_File fh, MPI_Info *info_used) __attribute__((weak,alias("PMPI_File_get_info"))); fh 39 ompi/mca/io/romio321/romio/mpi-io/get_info.c int MPI_File_get_info(MPI_File fh, MPI_Info *info_used) fh 47 ompi/mca/io/romio321/romio/mpi-io/get_info.c adio_fh = MPIO_File_resolve(fh); fh 21 ompi/mca/io/romio321/romio/mpi-io/get_posn.c int MPI_File_get_position(MPI_File fh, MPI_Offset *offset) __attribute__((weak,alias("PMPI_File_get_position"))); fh 42 ompi/mca/io/romio321/romio/mpi-io/get_posn.c int MPI_File_get_position(MPI_File fh, MPI_Offset *offset) fh 48 ompi/mca/io/romio321/romio/mpi-io/get_posn.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/get_posn_sh.c int MPI_File_get_position_shared(MPI_File fh, MPI_Offset *offset) __attribute__((weak,alias("PMPI_File_get_position_shared"))); fh 40 ompi/mca/io/romio321/romio/mpi-io/get_posn_sh.c int MPI_File_get_position_shared(MPI_File fh, MPI_Offset *offset) fh 46 ompi/mca/io/romio321/romio/mpi-io/get_posn_sh.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/get_size.c int MPI_File_get_size(MPI_File fh, MPI_Offset *size) __attribute__((weak,alias("PMPI_File_get_size"))); fh 39 ompi/mca/io/romio321/romio/mpi-io/get_size.c int MPI_File_get_size(MPI_File fh, MPI_Offset *size) fh 52 ompi/mca/io/romio321/romio/mpi-io/get_size.c adio_fh = MPIO_File_resolve(fh); fh 83 ompi/mca/io/romio321/romio/mpi-io/get_size.c error_code = MPIO_Err_return_file(fh, error_code); fh 20 ompi/mca/io/romio321/romio/mpi-io/get_view.c int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, MPI_Datatype *filetype, fh 46 ompi/mca/io/romio321/romio/mpi-io/get_view.c int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, fh 57 ompi/mca/io/romio321/romio/mpi-io/get_view.c adio_fh = MPIO_File_resolve(fh); fh 43 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c MPI_File MPIO_File_f2c(MPI_Fint fh) fh 46 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c return (MPI_File) ((void *) fh); fh 52 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c if (!fh) return MPI_FILE_NULL; fh 53 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c if ((fh < 0) || (fh > ADIOI_Ftable_ptr)) { fh 58 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c return ADIOI_Ftable[fh]; fh 62 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c MPI_Fint MPIO_File_c2f(MPI_File fh) fh 65 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c return (MPI_Fint) fh; fh 69 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c if ((fh == NULL) || (fh->cookie != ADIOI_FILE_COOKIE)) fh 87 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_file.c ADIOI_Ftable[ADIOI_Ftable_ptr] = fh; fh 69 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c ADIO_File fh; fh 71 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c fh = MPIO_File_resolve(mpi_fh); fh 72 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c e = fh->err_handler; fh 41 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c MPI_File MPIO_File_f2c(MPI_Fint fh) fh 44 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c return (MPI_File) ((void *) fh); fh 50 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c if (!fh) return MPI_FILE_NULL; fh 51 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c if ((fh < 0) || (fh > ADIOI_Ftable_ptr)) { fh 55 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c return ADIOI_Ftable[fh]; fh 59 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c MPI_Fint MPIO_File_c2f(MPI_File fh) fh 62 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c return (MPI_Fint) fh; fh 66 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c if ((fh == NULL) || (fh->cookie != ADIOI_FILE_COOKIE)) fh 69 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c if (fh->fortran_handle != -1) fh 70 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c return fh->fortran_handle; fh 88 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c ADIOI_Ftable[ADIOI_Ftable_ptr] = fh; fh 89 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_file.c fh->fortran_handle = ADIOI_Ftable_ptr; fh 45 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c MPI_File MPIO_File_f2c(MPI_Fint fh) fh 48 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c return (MPI_File) ((void *) fh); fh 54 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c if (!fh) fh 56 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c if ((fh < 0) || (fh > ADIOI_Ftable_ptr)) { fh 60 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c return ADIOI_Ftable[fh]; fh 64 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c MPI_Fint MPIO_File_c2f(MPI_File fh) fh 67 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c return (MPI_Fint) fh; fh 71 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c if ((fh == NULL) || (fh->cookie != ADIOI_FILE_COOKIE)) fh 90 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_file.c ADIOI_Ftable[ADIOI_Ftable_ptr] = fh; fh 20 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPIO_Request *request) fh 47 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) fh 54 ompi/mca/io/romio321/romio/mpi-io/iread.c HPMP_IO_START(fl_xmpi, BLKMPIFILEIREAD, TRDTSYSTEM, fh, datatype, fh 59 ompi/mca/io/romio321/romio/mpi-io/iread.c error_code = MPIOI_File_iread(fh, (MPI_Offset) 0, ADIO_INDIVIDUAL, fh 64 ompi/mca/io/romio321/romio/mpi-io/iread.c error_code = MPIO_Err_return_file(fh, error_code); fh 68 ompi/mca/io/romio321/romio/mpi-io/iread.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 76 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPIOI_File_iread(MPI_File fh, MPI_Offset offset, int file_ptr_type, void *buf, int count, fh 88 ompi/mca/io/romio321/romio/mpi-io/iread.c adio_fh = MPIO_File_resolve(fh); fh 19 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, fh 47 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count, fh 55 ompi/mca/io/romio321/romio/mpi-io/iread_all.c HPMP_IO_START(fl_xmpi, BLKMPIFILEREADALL, TRDTBLOCK, fh, datatype, count); fh 58 ompi/mca/io/romio321/romio/mpi-io/iread_all.c error_code = MPIOI_File_iread_all(fh, (MPI_Offset)0, fh 64 ompi/mca/io/romio321/romio/mpi-io/iread_all.c error_code = MPIO_Err_return_file(fh, error_code); fh 69 ompi/mca/io/romio321/romio/mpi-io/iread_all.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 78 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPIOI_File_iread_all(MPI_File fh, fh 94 ompi/mca/io/romio321/romio/mpi-io/iread_all.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, fh 48 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, fh 57 ompi/mca/io/romio321/romio/mpi-io/iread_at.c HPMP_IO_START(fl_xmpi, BLKMPIFILEIREADAT, TRDTSYSTEM, fh, datatype, fh 62 ompi/mca/io/romio321/romio/mpi-io/iread_at.c error_code = MPIOI_File_iread(fh, offset, ADIO_EXPLICIT_OFFSET, buf, fh 67 ompi/mca/io/romio321/romio/mpi-io/iread_at.c error_code = MPIO_Err_return_file(fh, error_code); fh 71 ompi/mca/io/romio321/romio/mpi-io/iread_at.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 19 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c int MPI_File_iread_at_all(MPI_File fh, MPI_Offset offset, void * buf, int count, fh 48 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c int MPI_File_iread_at_all(MPI_File fh, MPI_Offset offset, void *buf, fh 57 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c HPMP_IO_START(fl_xmpi, BLKMPIFILEIREADATALL, TRDTBLOCK, fh, datatype, fh 61 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c error_code = MPIOI_File_iread_all(fh, offset, ADIO_EXPLICIT_OFFSET, buf, fh 66 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c error_code = MPIO_Err_return_file(fh, error_code); fh 70 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 20 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype, fh 46 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count, fh 60 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, fh 47 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPI_File_iwrite(MPI_File fh, ROMIO_CONST void *buf, int count, fh 55 ompi/mca/io/romio321/romio/mpi-io/iwrite.c HPMP_IO_START(fl_xmpi, BLKMPIFILEIWRITE, TRDTSYSTEM, fh, datatype, fh 60 ompi/mca/io/romio321/romio/mpi-io/iwrite.c error_code = MPIOI_File_iwrite(fh, (MPI_Offset) 0, ADIO_INDIVIDUAL, fh 65 ompi/mca/io/romio321/romio/mpi-io/iwrite.c error_code = MPIO_Err_return_file(fh, error_code); fh 69 ompi/mca/io/romio321/romio/mpi-io/iwrite.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 77 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPIOI_File_iwrite(MPI_File fh, fh 94 ompi/mca/io/romio321/romio/mpi-io/iwrite.c adio_fh = MPIO_File_resolve(fh); fh 19 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, fh 47 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, ROMIO_CONST void *buf, int count, fh 55 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c HPMP_IO_START(fl_xmpi, BLKMPIFILEIWRITEALL, TRDTBLOCK, fh, datatype, count); fh 58 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c error_code = MPIOI_File_iwrite_all(fh, (MPI_Offset) 0, fh 63 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 72 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPIOI_File_iwrite_all(MPI_File fh, fh 89 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c int MPI_File_iwrite_at(MPI_File fh, MPI_Offset offset, const void *buf, int count, fh 49 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c int MPI_File_iwrite_at(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf, fh 61 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c fh, datatype, count); fh 65 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c adio_fh = MPIO_File_resolve(fh); fh 76 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c HPMP_IO_END(fl_xmpi, fh, datatype, count) fh 19 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c int MPI_File_iwrite_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count, fh 48 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c int MPI_File_iwrite_at_all(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf, fh 57 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c HPMP_IO_START(fl_xmpi, BLKMPIFILEIWRITEATALL, TRDTBLOCK, fh, datatype, count); fh 60 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c error_code = MPIOI_File_iwrite_all(fh, offset, ADIO_EXPLICIT_OFFSET, fh 64 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 20 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c int MPI_File_iwrite_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, fh 47 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c int MPI_File_iwrite_shared(MPI_File fh, ROMIO_CONST void *buf, int count, fh 60 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/open.c int MPI_File_open(MPI_Comm comm, const char *filename, int amode, MPI_Info info, MPI_File *fh) __attribute__((weak,alias("PMPI_File_open"))); fh 49 ompi/mca/io/romio321/romio/mpi-io/open.c MPI_Info info, MPI_File *fh) fh 154 ompi/mca/io/romio321/romio/mpi-io/open.c *fh = ADIO_Open(comm, dupcomm, filename, file_system, fsops, amode, 0, fh 166 ompi/mca/io/romio321/romio/mpi-io/open.c if ( !ADIO_Feature((*fh), ADIO_SHARED_FP) && (amode & MPI_MODE_SEQUENTIAL)) fh 172 ompi/mca/io/romio321/romio/mpi-io/open.c ADIO_Close(*fh, &error_code); fh 180 ompi/mca/io/romio321/romio/mpi-io/open.c ADIO_Feature((*fh), ADIO_SHARED_FP)) { fh 182 ompi/mca/io/romio321/romio/mpi-io/open.c ADIOI_Shfp_fname(*fh, rank, &error_code); fh 189 ompi/mca/io/romio321/romio/mpi-io/open.c if ((*fh)->access_mode & MPI_MODE_APPEND) { fh 190 ompi/mca/io/romio321/romio/mpi-io/open.c if (rank == (*fh)->hints->ranklist[0]) /* only one person need set the sharedfp */ fh 191 ompi/mca/io/romio321/romio/mpi-io/open.c ADIO_Set_shared_fp(*fh, (*fh)->fp_ind, &error_code); fh 197 ompi/mca/io/romio321/romio/mpi-io/open.c HPMP_IO_OPEN_END(fl_xmpi, *fh, comm); fh 20 ompi/mca/io/romio321/romio/mpi-io/prealloc.c int MPI_File_preallocate(MPI_File fh, MPI_Offset size) __attribute__((weak,alias("PMPI_File_preallocate"))); fh 37 ompi/mca/io/romio321/romio/mpi-io/prealloc.c int MPI_File_preallocate(MPI_File fh, MPI_Offset size) fh 53 ompi/mca/io/romio321/romio/mpi-io/prealloc.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c int MPI_File_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf, int count, fh 43 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c int MPI_File_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf, fh 49 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c error_code = MPIOI_File_read_all_begin(fh, offset, fh 20 ompi/mca/io/romio321/romio/mpi-io/rd_atalle.c int MPI_File_read_at_all_end(MPI_File fh, void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_at_all_end"))); fh 41 ompi/mca/io/romio321/romio/mpi-io/rd_atalle.c int MPI_File_read_at_all_end(MPI_File fh, void *buf, MPI_Status *status) fh 47 ompi/mca/io/romio321/romio/mpi-io/rd_atalle.c error_code = MPIOI_File_read_all_end(fh, buf, myname, status); fh 19 ompi/mca/io/romio321/romio/mpi-io/read.c int MPI_File_read(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) fh 44 ompi/mca/io/romio321/romio/mpi-io/read.c int MPI_File_read(MPI_File fh, void *buf, int count, fh 52 ompi/mca/io/romio321/romio/mpi-io/read.c HPMP_IO_START(fl_xmpi, BLKMPIFILEREAD, TRDTBLOCK, fh, datatype, count); fh 55 ompi/mca/io/romio321/romio/mpi-io/read.c error_code = MPIOI_File_read(fh, (MPI_Offset) 0, ADIO_INDIVIDUAL, buf, fh 59 ompi/mca/io/romio321/romio/mpi-io/read.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 67 ompi/mca/io/romio321/romio/mpi-io/read.c int MPIOI_File_read(MPI_File fh, fh 84 ompi/mca/io/romio321/romio/mpi-io/read.c adio_fh = MPIO_File_resolve(fh); fh 19 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) fh 44 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, fh 52 ompi/mca/io/romio321/romio/mpi-io/read_all.c HPMP_IO_START(fl_xmpi, BLKMPIFILEREADALL, TRDTBLOCK, fh, datatype, count); fh 55 ompi/mca/io/romio321/romio/mpi-io/read_all.c error_code = MPIOI_File_read_all(fh, (MPI_Offset) 0, fh 60 ompi/mca/io/romio321/romio/mpi-io/read_all.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 69 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPIOI_File_read_all(MPI_File fh, fh 85 ompi/mca/io/romio321/romio/mpi-io/read_all.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype) fh 42 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count, fh 48 ompi/mca/io/romio321/romio/mpi-io/read_allb.c error_code = MPIOI_File_read_all_begin(fh, (MPI_Offset) 0, fh 57 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPIOI_File_read_all_begin(MPI_File fh, fh 72 ompi/mca/io/romio321/romio/mpi-io/read_allb.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/read_alle.c int MPI_File_read_all_end(MPI_File fh, void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_all_end"))); fh 41 ompi/mca/io/romio321/romio/mpi-io/read_alle.c int MPI_File_read_all_end(MPI_File fh, void *buf, MPI_Status *status) fh 46 ompi/mca/io/romio321/romio/mpi-io/read_alle.c error_code = MPIOI_File_read_all_end(fh, buf, myname, status); fh 53 ompi/mca/io/romio321/romio/mpi-io/read_alle.c int MPIOI_File_read_all_end(MPI_File fh, fh 65 ompi/mca/io/romio321/romio/mpi-io/read_alle.c adio_fh = MPIO_File_resolve(fh); fh 19 ompi/mca/io/romio321/romio/mpi-io/read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, fh 45 ompi/mca/io/romio321/romio/mpi-io/read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf, fh 53 ompi/mca/io/romio321/romio/mpi-io/read_at.c HPMP_IO_START(fl_xmpi, BLKMPIFILEREADAT, TRDTBLOCK, fh, datatype, fh 58 ompi/mca/io/romio321/romio/mpi-io/read_at.c error_code = MPIOI_File_read(fh, offset, ADIO_EXPLICIT_OFFSET, buf, fh 62 ompi/mca/io/romio321/romio/mpi-io/read_at.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 20 ompi/mca/io/romio321/romio/mpi-io/read_atall.c int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void * buf, int count, fh 47 ompi/mca/io/romio321/romio/mpi-io/read_atall.c int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void *buf, fh 56 ompi/mca/io/romio321/romio/mpi-io/read_atall.c HPMP_IO_START(fl_xmpi, BLKMPIFILEREADATALL, TRDTBLOCK, fh, datatype, fh 60 ompi/mca/io/romio321/romio/mpi-io/read_atall.c error_code = MPIOI_File_read_all(fh, offset, ADIO_EXPLICIT_OFFSET, buf, fh 64 ompi/mca/io/romio321/romio/mpi-io/read_atall.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 20 ompi/mca/io/romio321/romio/mpi-io/read_ord.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count, MPI_Datatype datatype, fh 45 ompi/mca/io/romio321/romio/mpi-io/read_ord.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count, fh 58 ompi/mca/io/romio321/romio/mpi-io/read_ord.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype) fh 42 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count, fh 55 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/read_orde.c int MPI_File_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_ordered_end"))); fh 40 ompi/mca/io/romio321/romio/mpi-io/read_orde.c int MPI_File_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status) fh 50 ompi/mca/io/romio321/romio/mpi-io/read_orde.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype, fh 45 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count, fh 57 ompi/mca/io/romio321/romio/mpi-io/read_sh.c adio_fh = MPIO_File_resolve(fh); fh 21 ompi/mca/io/romio321/romio/mpi-io/seek.c int MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence) __attribute__((weak,alias("PMPI_File_seek"))); fh 39 ompi/mca/io/romio321/romio/mpi-io/seek.c int MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence) fh 54 ompi/mca/io/romio321/romio/mpi-io/seek.c adio_fh = MPIO_File_resolve(fh); fh 19 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c int MPI_File_seek_shared(MPI_File fh, MPI_Offset offset, int whence) __attribute__((weak,alias("PMPI_File_seek_shared"))); fh 37 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c int MPI_File_seek_shared(MPI_File fh, MPI_Offset offset, int whence) fh 46 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/set_atom.c int MPI_File_set_atomicity(MPI_File fh, int flag) __attribute__((weak,alias("PMPI_File_set_atomicity"))); fh 37 ompi/mca/io/romio321/romio/mpi-io/set_atom.c int MPI_File_set_atomicity(MPI_File fh, int flag) fh 46 ompi/mca/io/romio321/romio/mpi-io/set_atom.c adio_fh = MPIO_File_resolve(fh); fh 42 ompi/mca/io/romio321/romio/mpi-io/set_errh.c ADIO_File fh; fh 51 ompi/mca/io/romio321/romio/mpi-io/set_errh.c fh = MPIO_File_resolve(mpi_fh); fh 54 ompi/mca/io/romio321/romio/mpi-io/set_errh.c MPIO_CHECK_FILE_HANDLE(fh, myname, error_code); fh 66 ompi/mca/io/romio321/romio/mpi-io/set_errh.c error_code = MPIO_Err_return_file(fh, error_code); fh 70 ompi/mca/io/romio321/romio/mpi-io/set_errh.c fh->err_handler = errhandler; fh 20 ompi/mca/io/romio321/romio/mpi-io/set_info.c int MPI_File_set_info(MPI_File fh, MPI_Info info) __attribute__((weak,alias("PMPI_File_set_info"))); fh 37 ompi/mca/io/romio321/romio/mpi-io/set_info.c int MPI_File_set_info(MPI_File fh, MPI_Info info) fh 45 ompi/mca/io/romio321/romio/mpi-io/set_info.c adio_fh = MPIO_File_resolve(fh); fh 49 ompi/mca/io/romio321/romio/mpi-io/set_info.c MPIO_CHECK_INFO_ALL(info, error_code, fh->comm); fh 20 ompi/mca/io/romio321/romio/mpi-io/set_size.c int MPI_File_set_size(MPI_File fh, MPI_Offset size) __attribute__((weak,alias("PMPI_File_set_size"))); fh 37 ompi/mca/io/romio321/romio/mpi-io/set_size.c int MPI_File_set_size(MPI_File fh, MPI_Offset size) fh 53 ompi/mca/io/romio321/romio/mpi-io/set_size.c adio_fh = MPIO_File_resolve(fh); fh 66 ompi/mca/io/romio321/romio/mpi-io/set_size.c MPIO_CHECK_WRITABLE(fh, myname, error_code); fh 20 ompi/mca/io/romio321/romio/mpi-io/set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype, MPI_Datatype filetype, fh 42 ompi/mca/io/romio321/romio/mpi-io/set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype, fh 53 ompi/mca/io/romio321/romio/mpi-io/set_view.c adio_fh = MPIO_File_resolve(fh); fh 201 ompi/mca/io/romio321/romio/mpi-io/set_view.c error_code = MPIO_Err_return_file(fh, error_code); fh 20 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c int MPI_File_write_at_all_begin(MPI_File fh, MPI_Offset offset, const void *buf, int count, fh 42 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c int MPI_File_write_at_all_begin(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf, fh 48 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c error_code = MPIOI_File_write_all_begin(fh, offset, fh 20 ompi/mca/io/romio321/romio/mpi-io/wr_atalle.c int MPI_File_write_at_all_end(MPI_File fh, const void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_at_all_end"))); fh 40 ompi/mca/io/romio321/romio/mpi-io/wr_atalle.c int MPI_File_write_at_all_end(MPI_File fh, ROMIO_CONST void *buf, MPI_Status *status) fh 45 ompi/mca/io/romio321/romio/mpi-io/wr_atalle.c error_code = MPIOI_File_write_all_end(fh, buf, myname, status); fh 19 ompi/mca/io/romio321/romio/mpi-io/write.c int MPI_File_write(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, fh 44 ompi/mca/io/romio321/romio/mpi-io/write.c int MPI_File_write(MPI_File fh, ROMIO_CONST void *buf, int count, fh 52 ompi/mca/io/romio321/romio/mpi-io/write.c HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITE, TRDTBLOCK, fh, datatype, count); fh 55 ompi/mca/io/romio321/romio/mpi-io/write.c error_code = MPIOI_File_write(fh, (MPI_Offset) 0, ADIO_INDIVIDUAL, buf, fh 59 ompi/mca/io/romio321/romio/mpi-io/write.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 67 ompi/mca/io/romio321/romio/mpi-io/write.c int MPIOI_File_write(MPI_File fh, fh 85 ompi/mca/io/romio321/romio/mpi-io/write.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, fh 45 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPI_File_write_all(MPI_File fh, ROMIO_CONST void *buf, int count, fh 53 ompi/mca/io/romio321/romio/mpi-io/write_all.c HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEALL, TRDTBLOCK, fh, datatype, count); fh 56 ompi/mca/io/romio321/romio/mpi-io/write_all.c error_code = MPIOI_File_write_all(fh, (MPI_Offset) 0, fh 61 ompi/mca/io/romio321/romio/mpi-io/write_all.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 69 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPIOI_File_write_all(MPI_File fh, fh 86 ompi/mca/io/romio321/romio/mpi-io/write_all.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPI_File_write_all_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype) fh 41 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPI_File_write_all_begin(MPI_File fh, ROMIO_CONST void *buf, int count, fh 47 ompi/mca/io/romio321/romio/mpi-io/write_allb.c error_code = MPIOI_File_write_all_begin(fh, (MPI_Offset) 0, fh 56 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPIOI_File_write_all_begin(MPI_File fh, fh 72 ompi/mca/io/romio321/romio/mpi-io/write_allb.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/write_alle.c int MPI_File_write_all_end(MPI_File fh, const void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_all_end"))); fh 40 ompi/mca/io/romio321/romio/mpi-io/write_alle.c int MPI_File_write_all_end(MPI_File fh, ROMIO_CONST void *buf, MPI_Status *status) fh 45 ompi/mca/io/romio321/romio/mpi-io/write_alle.c error_code = MPIOI_File_write_all_end(fh, buf, myname, status); fh 52 ompi/mca/io/romio321/romio/mpi-io/write_alle.c int MPIOI_File_write_all_end(MPI_File fh, fh 64 ompi/mca/io/romio321/romio/mpi-io/write_alle.c adio_fh = MPIO_File_resolve(fh); fh 19 ompi/mca/io/romio321/romio/mpi-io/write_at.c int MPI_File_write_at(MPI_File fh, MPI_Offset offset, const void * buf, int count, fh 46 ompi/mca/io/romio321/romio/mpi-io/write_at.c int MPI_File_write_at(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf, fh 54 ompi/mca/io/romio321/romio/mpi-io/write_at.c HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEAT, TRDTBLOCK, fh, datatype, count); fh 58 ompi/mca/io/romio321/romio/mpi-io/write_at.c error_code = MPIOI_File_write(fh, offset, ADIO_EXPLICIT_OFFSET, buf, fh 62 ompi/mca/io/romio321/romio/mpi-io/write_at.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 20 ompi/mca/io/romio321/romio/mpi-io/write_atall.c int MPI_File_write_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count, fh 47 ompi/mca/io/romio321/romio/mpi-io/write_atall.c int MPI_File_write_at_all(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf, fh 56 ompi/mca/io/romio321/romio/mpi-io/write_atall.c HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEATALL, TRDTBLOCK, fh, datatype, count); fh 59 ompi/mca/io/romio321/romio/mpi-io/write_atall.c error_code = MPIOI_File_write_all(fh, offset, ADIO_EXPLICIT_OFFSET, fh 63 ompi/mca/io/romio321/romio/mpi-io/write_atall.c HPMP_IO_END(fl_xmpi, fh, datatype, count); fh 21 ompi/mca/io/romio321/romio/mpi-io/write_ord.c int MPI_File_write_ordered(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, fh 46 ompi/mca/io/romio321/romio/mpi-io/write_ord.c int MPI_File_write_ordered(MPI_File fh, ROMIO_CONST void *buf, int count, fh 61 ompi/mca/io/romio321/romio/mpi-io/write_ord.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c int MPI_File_write_ordered_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype) fh 42 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c int MPI_File_write_ordered_begin(MPI_File fh, ROMIO_CONST void *buf, int count, fh 57 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/write_orde.c int MPI_File_write_ordered_end(MPI_File fh, const void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_ordered_end"))); fh 40 ompi/mca/io/romio321/romio/mpi-io/write_orde.c int MPI_File_write_ordered_end(MPI_File fh, ROMIO_CONST void *buf, MPI_Status *status) fh 50 ompi/mca/io/romio321/romio/mpi-io/write_orde.c adio_fh = MPIO_File_resolve(fh); fh 20 ompi/mca/io/romio321/romio/mpi-io/write_sh.c int MPI_File_write_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype, fh 45 ompi/mca/io/romio321/romio/mpi-io/write_sh.c int MPI_File_write_shared(MPI_File fh, ROMIO_CONST void *buf, int count, fh 59 ompi/mca/io/romio321/romio/mpi-io/write_sh.c adio_fh = MPIO_File_resolve(fh); fh 102 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File fh; fh 113 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_INFO_NULL, &fh); fh 115 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File_set_view (fh, 0, MPI_BYTE, filetype, "native", MPI_INFO_NULL); fh 117 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File_seek (fh, test->offset, MPI_SEEK_SET); fh 118 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c ADIOI_Calc_bounds ((ADIO_File) fh, test->count, MPI_BYTE, ADIO_INDIVIDUAL, fh 132 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File_close (&fh); fh 137 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_INFO_NULL, &fh); fh 140 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File_set_view (fh, 0, MPI_BYTE, filetype, "native", MPI_INFO_NULL); fh 142 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File_seek (fh, 0, MPI_SEEK_SET); fh 143 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c ADIOI_Calc_bounds ((ADIO_File) fh, test->count, MPI_BYTE, fh 161 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File_close (&fh); fh 35 ompi/mca/io/romio321/romio/test/aggregation2.c MPI_File fh; fh 55 ompi/mca/io/romio321/romio/test/aggregation2.c MPI_MODE_WRONLY|MPI_MODE_CREATE, info, &fh); fh 57 ompi/mca/io/romio321/romio/test/aggregation2.c errcode = MPI_File_write_at_all(fh, off, buffer, BUFSIZE, fh 60 ompi/mca/io/romio321/romio/test/aggregation2.c errcode = MPI_File_close(&fh); fh 64 ompi/mca/io/romio321/romio/test/aggregation2.c MPI_MODE_RDONLY, info, &fh); fh 66 ompi/mca/io/romio321/romio/test/aggregation2.c errcode = MPI_File_read_at_all(fh, off, buf2, BUFSIZE, fh 69 ompi/mca/io/romio321/romio/test/aggregation2.c errcode = MPI_File_close(&fh); fh 34 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_File fh; fh 78 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_MODE_CREATE | MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 82 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", MPI_INFO_NULL); fh 84 ompi/mca/io/romio321/romio/test/async-multiple.c errcode = MPI_File_iwrite_at(fh, nints/NR_NBOPS*i, fh 92 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_File_close(&fh); fh 98 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_MODE_CREATE | MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 103 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", MPI_INFO_NULL); fh 105 ompi/mca/io/romio321/romio/test/async-multiple.c errcode = MPI_File_iread_at(fh, nints/NR_NBOPS*i, fh 113 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_File_close(&fh); fh 32 ompi/mca/io/romio321/romio/test/async.c MPI_File fh; fh 76 ompi/mca/io/romio321/romio/test/async.c MPI_MODE_CREATE | MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 80 ompi/mca/io/romio321/romio/test/async.c MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", MPI_INFO_NULL); fh 81 ompi/mca/io/romio321/romio/test/async.c errcode = MPI_File_iwrite(fh, buf, nints, MPI_INT, &request); fh 90 ompi/mca/io/romio321/romio/test/async.c MPI_File_close(&fh); fh 96 ompi/mca/io/romio321/romio/test/async.c MPI_MODE_CREATE | MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 101 ompi/mca/io/romio321/romio/test/async.c MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", MPI_INFO_NULL); fh 102 ompi/mca/io/romio321/romio/test/async.c errcode = MPI_File_iread(fh, buf, nints, MPI_INT, &request); fh 112 ompi/mca/io/romio321/romio/test/async.c MPI_File_close(&fh); fh 25 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File fh; fh 67 ompi/mca/io/romio321/romio/test/atomicity.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 69 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status); fh 70 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_close(&fh); fh 81 ompi/mca/io/romio321/romio/test/atomicity.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 84 ompi/mca/io/romio321/romio/test/atomicity.c err = MPI_File_set_atomicity(fh, 1); fh 96 ompi/mca/io/romio321/romio/test/atomicity.c if (!mynod) MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status); fh 98 ompi/mca/io/romio321/romio/test/atomicity.c err = MPI_File_read(fh, readbuf, BUFSIZE, MPI_INT, &status); fh 123 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_close(&fh); fh 142 ompi/mca/io/romio321/romio/test/atomicity.c MPI_MODE_RDWR, info, &fh); fh 144 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info); fh 145 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status); fh 146 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_close(&fh); fh 157 ompi/mca/io/romio321/romio/test/atomicity.c MPI_MODE_RDWR, info, &fh); fh 158 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_set_atomicity(fh, 1); fh 159 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info); fh 162 ompi/mca/io/romio321/romio/test/atomicity.c if (!mynod) MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status); fh 164 ompi/mca/io/romio321/romio/test/atomicity.c err = MPI_File_read(fh, readbuf, BUFSIZE, MPI_INT, &status); fh 189 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_close(&fh); fh 52 ompi/mca/io/romio321/romio/test/big_extents.c MPI_File fh; fh 57 ompi/mca/io/romio321/romio/test/big_extents.c MPI_MODE_CREATE|MPI_MODE_RDWR, MPI_INFO_NULL, &fh)); fh 58 ompi/mca/io/romio321/romio/test/big_extents.c CHECK( MPI_File_set_view(fh, rank*sizeof(int), fh 67 ompi/mca/io/romio321/romio/test/big_extents.c CHECK( MPI_File_write_at_all(fh, tsize, &canary, 1, MPI_INT, &status)); fh 69 ompi/mca/io/romio321/romio/test/big_extents.c CHECK( MPI_File_write_at(fh, tsize, &canary, 1, MPI_INT, &status)); fh 72 ompi/mca/io/romio321/romio/test/big_extents.c CHECK( MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", fh 76 ompi/mca/io/romio321/romio/test/big_extents.c CHECK( MPI_File_read_at_all(fh, expected_extent/sizeof(int)+rank, fh 79 ompi/mca/io/romio321/romio/test/big_extents.c CHECK( MPI_File_read_at(fh, expected_extent/sizeof(int)+rank, fh 87 ompi/mca/io/romio321/romio/test/big_extents.c MPI_File_close(&fh); fh 28 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File fh; fh 95 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_INFO_NULL, &fh); fh 96 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 97 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status); fh 98 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_seek(fh, 0, MPI_SEEK_SET); fh 99 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status); fh 100 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_close(&fh); fh 106 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_INFO_NULL, &fh); fh 107 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 111 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status); fh 113 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_close(&fh); fh 128 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_INFO_NULL, &fh); fh 129 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 133 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status); fh 135 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_close(&fh); fh 42 ompi/mca/io/romio321/romio/test/coll_test.c MPI_File fh; fh 131 ompi/mca/io/romio321/romio/test/coll_test.c MPI_MODE_CREATE | MPI_MODE_RDWR, info, &fh); fh 134 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info); fh 137 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_write_all(fh, writebuf, bufcount, MPI_INT, &status); fh 139 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_close(&fh); fh 147 ompi/mca/io/romio321/romio/test/coll_test.c MPI_MODE_RDONLY, info, &fh); fh 151 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_read(fh, readbuf, array_size, MPI_INT, &status); fh 154 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_close(&fh); fh 171 ompi/mca/io/romio321/romio/test/coll_test.c MPI_MODE_CREATE | MPI_MODE_RDWR, info, &fh); fh 174 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info); fh 176 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status); fh 178 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_close(&fh); fh 76 ompi/mca/io/romio321/romio/test/creat_excl.c MPI_File fh; fh 96 ompi/mca/io/romio321/romio/test/creat_excl.c MPI_MODE_CREATE|MPI_MODE_RDWR, info, &fh); fh 101 ompi/mca/io/romio321/romio/test/creat_excl.c errcode = MPI_File_close(&fh); fh 108 ompi/mca/io/romio321/romio/test/creat_excl.c MPI_MODE_CREATE|MPI_MODE_EXCL|MPI_MODE_RDWR, info, &fh); fh 118 ompi/mca/io/romio321/romio/test/creat_excl.c MPI_MODE_CREATE|MPI_MODE_EXCL|MPI_MODE_RDWR, info, &fh); fh 123 ompi/mca/io/romio321/romio/test/creat_excl.c errcode = MPI_File_close(&fh); fh 19 ompi/mca/io/romio321/romio/test/error.c MPI_File fh; fh 63 ompi/mca/io/romio321/romio/test/error.c MPI_INFO_NULL, &fh); fh 64 ompi/mca/io/romio321/romio/test/error.c err = MPI_File_set_view(fh, -1, MPI_BYTE, MPI_BYTE, "native", fh 90 ompi/mca/io/romio321/romio/test/error.c MPI_File_close(&fh); fh 15 ompi/mca/io/romio321/romio/test/excl.c MPI_File fh; fh 54 ompi/mca/io/romio321/romio/test/excl.c MPI_MODE_CREATE | MPI_MODE_EXCL | MPI_MODE_RDWR, MPI_INFO_NULL , &fh); fh 59 ompi/mca/io/romio321/romio/test/excl.c else MPI_File_close(&fh); fh 65 ompi/mca/io/romio321/romio/test/excl.c MPI_MODE_CREATE | MPI_MODE_EXCL | MPI_MODE_RDWR, MPI_INFO_NULL , &fh); fh 68 ompi/mca/io/romio321/romio/test/file_info.c MPI_File fh; fh 123 ompi/mca/io/romio321/romio/test/file_info.c MPI_INFO_NULL, &fh); fh 127 ompi/mca/io/romio321/romio/test/file_info.c MPI_File_get_info(fh, &info_used); fh 225 ompi/mca/io/romio321/romio/test/file_info.c MPI_File_close(&fh); fh 290 ompi/mca/io/romio321/romio/test/file_info.c info, &fh); fh 294 ompi/mca/io/romio321/romio/test/file_info.c ret = MPI_File_get_info(fh, &info_used); fh 415 ompi/mca/io/romio321/romio/test/file_info.c MPI_File_close(&fh); fh 55 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File fh; fh 146 ompi/mca/io/romio321/romio/test/hindexed.c MPI_MODE_CREATE | MPI_MODE_WRONLY, MPI_INFO_NULL, &fh); fh 147 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_write(fh, wr_buf, num_io*global_array_size, MPI_CHAR, &status); fh 148 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_close(&fh); fh 153 ompi/mca/io/romio321/romio/test/hindexed.c MPI_MODE_CREATE | MPI_MODE_WRONLY, MPI_INFO_NULL, &fh); fh 164 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_set_view(fh, offset, MPI_BYTE, ftype, "native", MPI_INFO_NULL); fh 165 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_write_all(fh, buf, ftype_size, MPI_CHAR, &status); fh 167 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_close(&fh); fh 173 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_RDONLY, MPI_INFO_NULL, &fh); fh 174 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_read(fh, rd_buf, num_io*global_array_size, MPI_CHAR, &status); fh 175 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_close(&fh); fh 22 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File fh; fh 87 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 89 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 92 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_iwrite(fh, buf, 1, newtype, &req); fh 103 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_iread_at(fh, 0, buf, 1, newtype, &req); fh 137 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_close(&fh); fh 150 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 153 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_iwrite_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &req); fh 164 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_iread_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &req); fh 198 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_close(&fh); fh 211 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 213 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 216 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_iwrite(fh, buf, SIZE, MPI_INT, &req); fh 227 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_iread_at(fh, 0, buf, SIZE, MPI_INT, &req); fh 251 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_close(&fh); fh 29 ompi/mca/io/romio321/romio/test/large_array.c MPI_File fh; fh 108 ompi/mca/io/romio321/romio/test/large_array.c MPI_INFO_NULL, &fh); fh 109 ompi/mca/io/romio321/romio/test/large_array.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 110 ompi/mca/io/romio321/romio/test/large_array.c MPI_File_write_all(fh, writebuf, bufcount, MPI_INT, &status); fh 111 ompi/mca/io/romio321/romio/test/large_array.c MPI_File_close(&fh); fh 120 ompi/mca/io/romio321/romio/test/large_array.c MPI_INFO_NULL, &fh); fh 121 ompi/mca/io/romio321/romio/test/large_array.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 122 ompi/mca/io/romio321/romio/test/large_array.c MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status); fh 123 ompi/mca/io/romio321/romio/test/large_array.c MPI_File_close(&fh); fh 21 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File fh; fh 97 ompi/mca/io/romio321/romio/test/noncontig.c info, &fh); fh 102 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info); fh 106 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_write(fh, buf, 1, newtype, &status); fh 115 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_read_at(fh, 0, buf, 1, newtype, &status); fh 147 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_close(&fh); fh 160 ompi/mca/io/romio321/romio/test/noncontig.c info, &fh); fh 167 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_write_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status); fh 175 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_read_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status); fh 205 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_close(&fh); fh 218 ompi/mca/io/romio321/romio/test/noncontig.c info, &fh); fh 221 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info); fh 225 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_write(fh, buf, SIZE, MPI_INT, &status); fh 231 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_read_at(fh, 0, buf, SIZE, MPI_INT, &status); fh 250 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_close(&fh); fh 21 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File fh; fh 85 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_INFO_NULL, &fh); fh 87 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 90 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_write_all(fh, buf, 1, newtype, &status); fh 96 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_read_at_all(fh, 0, buf, 1, newtype, &status); fh 125 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_close(&fh); fh 138 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_INFO_NULL, &fh); fh 141 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_write_at_all(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status); fh 147 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_read_at_all(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status); fh 176 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_close(&fh); fh 189 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_INFO_NULL, &fh); fh 191 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 194 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_write_all(fh, buf, SIZE, MPI_INT, &status); fh 200 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_read_at_all(fh, 0, buf, SIZE, MPI_INT, &status); fh 219 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_close(&fh); fh 355 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File fh; fh 398 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_MODE_CREATE | MPI_MODE_RDWR, info, &fh); fh 403 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info); fh 406 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errcode = MPI_File_write_all(fh, buf, 1, newtype, &status); fh 415 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errcode = MPI_File_read_at_all(fh, 0, buf, 1, newtype, &status); fh 449 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_close(&fh); fh 460 ompi/mca/io/romio321/romio/test/noncontig_coll2.c info, &fh); fh 463 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errcode = MPI_File_write_at_all(fh, mynod*(SIZE/nprocs)*sizeof(int), fh 472 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errcode = MPI_File_read_at_all(fh, mynod*(SIZE/nprocs)*sizeof(int), fh 497 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_close(&fh); fh 508 ompi/mca/io/romio321/romio/test/noncontig_coll2.c info, &fh); fh 510 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info); fh 513 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errcode = MPI_File_write_all(fh, buf, SIZE, MPI_INT, &status); fh 521 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errcode = MPI_File_read_at_all(fh, 0, buf, SIZE, MPI_INT, &status); fh 533 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_close(&fh); fh 33 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_File fh; fh 75 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_MODE_CREATE | MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 82 ompi/mca/io/romio321/romio/test/ordered_fp.c errcode = MPI_File_write_ordered(fh, buf, COUNT, MPI_INT, &status); fh 93 ompi/mca/io/romio321/romio/test/ordered_fp.c errcode = MPI_File_seek_shared(fh, 0, MPI_SEEK_SET); fh 98 ompi/mca/io/romio321/romio/test/ordered_fp.c errcode = MPI_File_read_ordered(fh, buf, COUNT, MPI_INT, &status); fh 104 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_File_close(&fh); fh 21 ompi/mca/io/romio321/romio/test/perf.c MPI_File fh; fh 60 ompi/mca/io/romio321/romio/test/perf.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 61 ompi/mca/io/romio321/romio/test/perf.c MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET); fh 65 ompi/mca/io/romio321/romio/test/perf.c MPI_File_write(fh, buf, SIZE, MPI_BYTE, &status); fh 68 ompi/mca/io/romio321/romio/test/perf.c MPI_File_close(&fh); fh 73 ompi/mca/io/romio321/romio/test/perf.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 74 ompi/mca/io/romio321/romio/test/perf.c MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET); fh 78 ompi/mca/io/romio321/romio/test/perf.c MPI_File_read(fh, buf, SIZE, MPI_BYTE, &status); fh 81 ompi/mca/io/romio321/romio/test/perf.c MPI_File_close(&fh); fh 107 ompi/mca/io/romio321/romio/test/perf.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 108 ompi/mca/io/romio321/romio/test/perf.c MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET); fh 112 ompi/mca/io/romio321/romio/test/perf.c MPI_File_write(fh, buf, SIZE, MPI_BYTE, &status); fh 113 ompi/mca/io/romio321/romio/test/perf.c err = MPI_File_sync(fh); fh 120 ompi/mca/io/romio321/romio/test/perf.c MPI_File_close(&fh); fh 125 ompi/mca/io/romio321/romio/test/perf.c MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 126 ompi/mca/io/romio321/romio/test/perf.c MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET); fh 130 ompi/mca/io/romio321/romio/test/perf.c MPI_File_read(fh, buf, SIZE, MPI_BYTE, &status); fh 133 ompi/mca/io/romio321/romio/test/perf.c MPI_File_close(&fh); fh 25 ompi/mca/io/romio321/romio/test/psimple.c MPI_File fh; fh 67 ompi/mca/io/romio321/romio/test/psimple.c MPI_INFO_NULL, &fh); fh 68 ompi/mca/io/romio321/romio/test/psimple.c PMPI_File_write(fh, buf, nints, MPI_INT, &status); fh 69 ompi/mca/io/romio321/romio/test/psimple.c PMPI_File_close(&fh); fh 75 ompi/mca/io/romio321/romio/test/psimple.c MPI_INFO_NULL, &fh); fh 76 ompi/mca/io/romio321/romio/test/psimple.c PMPI_File_read(fh, buf, nints, MPI_INT, &status); fh 77 ompi/mca/io/romio321/romio/test/psimple.c PMPI_File_close(&fh); fh 31 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_File fh; fh 70 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_MODE_CREATE | MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 75 ompi/mca/io/romio321/romio/test/shared_fp.c errcode = MPI_File_write_shared(fh, buf, COUNT, MPI_INT, &status); fh 84 ompi/mca/io/romio321/romio/test/shared_fp.c errcode = MPI_File_seek_shared(fh, 0, MPI_SEEK_SET); fh 89 ompi/mca/io/romio321/romio/test/shared_fp.c errcode = MPI_File_read_shared(fh, buf, COUNT, MPI_INT, &status); fh 94 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_File_close(&fh); fh 30 ompi/mca/io/romio321/romio/test/simple.c MPI_File fh; fh 72 ompi/mca/io/romio321/romio/test/simple.c MPI_MODE_CREATE | MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 75 ompi/mca/io/romio321/romio/test/simple.c errcode = MPI_File_write(fh, buf, nints, MPI_INT, &status); fh 78 ompi/mca/io/romio321/romio/test/simple.c errcode = MPI_File_close(&fh); fh 85 ompi/mca/io/romio321/romio/test/simple.c MPI_MODE_CREATE | MPI_MODE_RDWR, MPI_INFO_NULL, &fh); fh 88 ompi/mca/io/romio321/romio/test/simple.c errcode = MPI_File_read(fh, buf, nints, MPI_INT, &status); fh 91 ompi/mca/io/romio321/romio/test/simple.c errcode = MPI_File_close(&fh); fh 31 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File fh; fh 118 ompi/mca/io/romio321/romio/test/split_coll.c MPI_INFO_NULL, &fh); fh 119 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 120 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_write_all_begin(fh, writebuf, bufcount, MPI_INT); fh 121 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_write_all_end(fh, writebuf, &status); fh 122 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_close(&fh); fh 128 ompi/mca/io/romio321/romio/test/split_coll.c MPI_INFO_NULL, &fh); fh 129 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL); fh 130 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_read_all_begin(fh, readbuf, bufcount, MPI_INT); fh 131 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_read_all_end(fh, readbuf, &status); fh 132 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_close(&fh); fh 20 ompi/mca/io/romio321/romio/test/status.c MPI_File fh; fh 60 ompi/mca/io/romio321/romio/test/status.c MPI_INFO_NULL, &fh); fh 61 ompi/mca/io/romio321/romio/test/status.c MPI_File_write(fh, buf, nints, MPI_INT, &status); fh 76 ompi/mca/io/romio321/romio/test/status.c MPI_File_close(&fh); fh 37 ompi/mca/io/romio321/romio/test/types_with_zeros.c MPI_File fh; fh 55 ompi/mca/io/romio321/romio/test/types_with_zeros.c MPI_INFO_NULL, &fh); fh 57 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status); fh 59 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_close(&fh); fh 94 ompi/mca/io/romio321/romio/test/types_with_zeros.c err =MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_WRONLY, MPI_INFO_NULL, &fh); fh 96 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_set_view(fh, 0, MPI_INT, filetype, "native", MPI_INFO_NULL); fh 98 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_write_all(fh, buf, buflen, MPI_INT, &status); fh 101 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_close(&fh); fh 106 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_RDONLY, MPI_INFO_NULL, &fh); fh 108 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_read(fh,buf, MAXLEN, MPI_INT, &status); fh 110 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_close(&fh); fh 71 ompi/mca/io/romio321/src/io_romio321.h ompi_file_t *fh); fh 72 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_close (struct ompi_file_t *fh); fh 75 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_set_size (struct ompi_file_t *fh, fh 77 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_preallocate (struct ompi_file_t *fh, fh 79 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_size (struct ompi_file_t *fh, fh 81 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_amode (struct ompi_file_t *fh, fh 83 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_set_info (struct ompi_file_t *fh, fh 85 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_info (struct ompi_file_t *fh, fh 89 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_set_view (struct ompi_file_t *fh, fh 95 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_view (struct ompi_file_t *fh, fh 102 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_at (struct ompi_file_t *fh, fh 108 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_at_all (struct ompi_file_t *fh, fh 114 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_at (struct ompi_file_t *fh, fh 120 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_at_all (struct ompi_file_t *fh, fh 126 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iread_at (struct ompi_file_t *fh, fh 132 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iread_at_all (struct ompi_file_t *fh, fh 138 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iwrite_at (struct ompi_file_t *fh, fh 144 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iwrite_at_all (struct ompi_file_t *fh, fh 152 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read (struct ompi_file_t *fh, fh 157 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_all (struct ompi_file_t *fh, fh 162 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write (struct ompi_file_t *fh, fh 167 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_all (struct ompi_file_t *fh, fh 172 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iread (struct ompi_file_t *fh, fh 177 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iread_all (struct ompi_file_t *fh, fh 182 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iwrite (struct ompi_file_t *fh, fh 187 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iwrite_all (struct ompi_file_t *fh, fh 192 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_seek (struct ompi_file_t *fh, fh 195 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_position (struct ompi_file_t *fh, fh 197 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_byte_offset (struct ompi_file_t *fh, fh 202 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_shared (struct ompi_file_t *fh, fh 207 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_shared (struct ompi_file_t *fh, fh 212 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iread_shared (struct ompi_file_t *fh, fh 217 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_iwrite_shared (struct ompi_file_t *fh, fh 222 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_ordered (struct ompi_file_t *fh, fh 227 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_ordered (struct ompi_file_t *fh, fh 232 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_seek_shared (struct ompi_file_t *fh, fh 235 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_position_shared (struct ompi_file_t *fh, fh 239 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_at_all_begin (struct ompi_file_t *fh, fh 244 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_at_all_end (struct ompi_file_t *fh, fh 247 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_at_all_begin (struct ompi_file_t *fh, fh 252 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_at_all_end (struct ompi_file_t *fh, fh 255 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_all_begin (struct ompi_file_t *fh, fh 259 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_all_end (struct ompi_file_t *fh, fh 262 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_all_begin (struct ompi_file_t *fh, fh 266 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_all_end (struct ompi_file_t *fh, fh 269 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_ordered_begin (struct ompi_file_t *fh, fh 273 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_read_ordered_end (struct ompi_file_t *fh, fh 276 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_ordered_begin (struct ompi_file_t *fh, fh 280 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_write_ordered_end (struct ompi_file_t *fh, fh 285 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_type_extent (struct ompi_file_t *fh, fh 290 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_set_atomicity (struct ompi_file_t *fh, fh 292 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_get_atomicity (struct ompi_file_t *fh, fh 294 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_sync (struct ompi_file_t *fh); fh 36 ompi/mca/io/romio321/src/io_romio321_file_open.c ompi_file_t *fh) fh 50 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 62 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_close (ompi_file_t *fh) fh 84 ompi/mca/io/romio321/src/io_romio321_file_open.c if (fh->error_handler != &ompi_mpi_errors_return.eh) { fh 85 ompi/mca/io/romio321/src/io_romio321_file_open.c OBJ_RELEASE(fh->error_handler); fh 86 ompi/mca/io/romio321/src/io_romio321_file_open.c fh->error_handler = &ompi_mpi_errors_return.eh; fh 87 ompi/mca/io/romio321/src/io_romio321_file_open.c OBJ_RETAIN(fh->error_handler); fh 90 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 101 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_set_size (ompi_file_t *fh, fh 107 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 116 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_preallocate (ompi_file_t *fh, fh 122 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 132 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_size (ompi_file_t *fh, fh 138 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 148 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_amode (ompi_file_t *fh, fh 154 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 164 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_set_info (ompi_file_t *fh, fh 179 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 190 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_info (ompi_file_t *fh, fh 203 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 215 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_set_view (ompi_file_t *fh, fh 234 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 247 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_view (ompi_file_t *fh, fh 256 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 269 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_type_extent (ompi_file_t *fh, fh 276 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 287 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_set_atomicity (ompi_file_t *fh, fh 293 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 302 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_atomicity (ompi_file_t *fh, fh 308 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 317 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_sync (ompi_file_t *fh) fh 322 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 332 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_seek_shared (ompi_file_t *fh, fh 339 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 349 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_position_shared (ompi_file_t *fh, fh 355 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 365 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_seek (ompi_file_t *fh, fh 372 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 382 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_position (ompi_file_t *fh, fh 388 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 398 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_get_byte_offset (ompi_file_t *fh, fh 405 ompi/mca/io/romio321/src/io_romio321_file_open.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 29 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_at (ompi_file_t *fh, fh 39 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 51 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_at_all (ompi_file_t *fh, fh 61 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 73 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_iread_at (ompi_file_t *fh, fh 83 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 94 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_iread_at_all (ompi_file_t *fh, fh 104 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 122 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read (ompi_file_t *fh, fh 131 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 143 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_all (ompi_file_t *fh, fh 152 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 164 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_iread (ompi_file_t *fh, fh 173 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 184 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_iread_all (ompi_file_t *fh, fh 193 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 210 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_shared (ompi_file_t *fh, fh 219 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 231 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_iread_shared (ompi_file_t *fh, fh 240 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 252 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_ordered (ompi_file_t *fh, fh 261 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 273 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_at_all_begin (ompi_file_t *fh, fh 282 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 294 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_at_all_end (ompi_file_t *fh, fh 301 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 311 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_all_begin (ompi_file_t *fh, fh 319 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 331 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_all_end (ompi_file_t *fh, fh 338 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 348 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_ordered_begin (ompi_file_t *fh, fh 356 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 368 ompi/mca/io/romio321/src/io_romio321_file_read.c mca_io_romio321_file_read_ordered_end (ompi_file_t *fh, fh 375 ompi/mca/io/romio321/src/io_romio321_file_read.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 29 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_at (ompi_file_t *fh, fh 39 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 52 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_at_all (ompi_file_t *fh, fh 62 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 75 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_iwrite_at (ompi_file_t *fh, fh 85 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 97 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_iwrite_at_all (ompi_file_t *fh, fh 107 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 126 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write (ompi_file_t *fh, fh 135 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 146 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_all (ompi_file_t *fh, fh 155 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 166 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_iwrite (ompi_file_t *fh, fh 175 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 186 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_iwrite_all (ompi_file_t *fh, fh 195 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 213 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_shared (ompi_file_t *fh, fh 222 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 233 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_iwrite_shared (ompi_file_t *fh, fh 242 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 253 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_ordered (ompi_file_t *fh, fh 262 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 273 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_at_all_begin (ompi_file_t *fh, fh 282 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 292 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_at_all_end (ompi_file_t *fh, fh 299 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 309 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_all_begin (ompi_file_t *fh, fh 317 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 327 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_all_end (ompi_file_t *fh, fh 334 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 343 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_ordered_begin (ompi_file_t *fh, fh 351 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 361 ompi/mca/io/romio321/src/io_romio321_file_write.c mca_io_romio321_file_write_ordered_end (ompi_file_t *fh, fh 368 ompi/mca/io/romio321/src/io_romio321_file_write.c data = (mca_io_romio321_data_t *) fh->f_io_selected_data; fh 73 ompi/mca/sharedfp/individual/sharedfp_individual.c struct mca_sharedfp_base_module_1_0_0_t * mca_sharedfp_individual_component_file_query (ompio_file_t *fh, int *priority) { fh 87 ompi/mca/sharedfp/individual/sharedfp_individual.c amode = fh->f_amode; fh 106 ompi/mca/sharedfp/individual/sharedfp_individual.c info = fh->f_info; fh 55 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_get_position(ompio_file_t *fh, fh 57 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_seek (ompio_file_t *fh, fh 63 ompi/mca/sharedfp/individual/sharedfp_individual.h ompio_file_t *fh); fh 64 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_file_close (ompio_file_t *fh); fh 65 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_read (ompio_file_t *fh, fh 67 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_read_ordered (ompio_file_t *fh, fh 70 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_read_ordered_begin (ompio_file_t *fh, fh 74 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_read_ordered_end (ompio_file_t *fh, fh 77 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_iread (ompio_file_t *fh, fh 82 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_write (ompio_file_t *fh, fh 87 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_write_ordered (ompio_file_t *fh, fh 92 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_write_ordered_begin (ompio_file_t *fh, fh 96 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_write_ordered_end (ompio_file_t *fh, fh 99 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_iwrite (ompio_file_t *fh, fh 38 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c ompio_file_t *fh) fh 81 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c snprintf(datafilename, len, "%s%s%d",filename,".data.",fh->f_rank); fh 120 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c snprintf ( metadatafilename, len, "%s%s%d", filename, ".metadata.",fh->f_rank); fh 154 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c fh->f_sharedfp_data = sh; fh 159 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c int mca_sharedfp_individual_file_close (ompio_file_t *fh) fh 165 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c if ( NULL == fh->f_sharedfp_data ){ fh 168 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c sh = fh->f_sharedfp_data; fh 171 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c err = mca_sharedfp_individual_collaborate_data (sh, fh); fh 202 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c fh->f_sharedfp_data=NULL; fh 31 ompi/mca/sharedfp/individual/sharedfp_individual_get_position.c mca_sharedfp_individual_get_position(ompio_file_t *fh, fh 31 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c int mca_sharedfp_individual_iwrite(ompio_file_t *fh, fh 43 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c if(fh->f_sharedfp_data==NULL){ fh 54 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c sh = fh->f_sharedfp_data; fh 80 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c int mca_sharedfp_individual_write_ordered_begin(ompio_file_t *fh, fh 96 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c if(fh->f_sharedfp_data==NULL){ fh 102 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c if ( true == fh->f_split_coll_in_use ) { fh 110 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c sh = fh->f_sharedfp_data; fh 123 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c ret = mca_sharedfp_individual_collaborate_data ( sh, fh ); fh 128 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c if ( 0 == fh->f_rank ) { fh 129 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c offbuff = (OMPI_MPI_OFFSET_TYPE *)malloc ( sizeof(OMPI_MPI_OFFSET_TYPE) * fh->f_size); fh 136 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c ret = fh->f_comm->c_coll->coll_gather ( &totalbytes, fh 143 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c fh->f_comm, fh 144 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c fh->f_comm->c_coll->coll_gather_module ); fh 151 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c if ( 0 == fh->f_rank ) { fh 155 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c for (i = 1; i < fh->f_size ; i++){ fh 161 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c for (i = 0; i < fh->f_size; i++){ fh 162 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c global_offset = offbuff[fh->f_size - 1] + prev_offset; fh 168 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c ret = fh->f_comm->c_coll->coll_scatter ( offbuff, fh 175 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c fh->f_comm, fh 176 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c fh->f_comm->c_coll->coll_scatter_module ); fh 182 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c ret = fh->f_comm->c_coll->coll_bcast ( &global_offset, fh 186 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c fh->f_comm, fh 187 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c fh->f_comm->c_coll->coll_bcast_module ); fh 196 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c ret = mca_common_ompio_file_iwrite_at_all(fh, offset, buf, count, datatype, fh 197 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c &fh->f_split_coll_req); fh 198 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c fh->f_split_coll_in_use = true; fh 211 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c int mca_sharedfp_individual_write_ordered_end(ompio_file_t *fh, fh 216 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c ret = ompi_request_wait ( &fh->f_split_coll_req, status ); fh 219 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c fh->f_split_coll_in_use = false; fh 31 ompi/mca/sharedfp/individual/sharedfp_individual_read.c int mca_sharedfp_individual_read ( ompio_file_t *fh, fh 38 ompi/mca/sharedfp/individual/sharedfp_individual_read.c int mca_sharedfp_individual_read_ordered ( ompio_file_t *fh, fh 45 ompi/mca/sharedfp/individual/sharedfp_individual_read.c int mca_sharedfp_individual_iread(ompio_file_t *fh, fh 55 ompi/mca/sharedfp/individual/sharedfp_individual_read.c int mca_sharedfp_individual_read_ordered_begin(ompio_file_t *fh, fh 64 ompi/mca/sharedfp/individual/sharedfp_individual_read.c int mca_sharedfp_individual_read_ordered_end(ompio_file_t *fh, fh 32 ompi/mca/sharedfp/individual/sharedfp_individual_seek.c int mca_sharedfp_individual_seek (ompio_file_t *fh, fh 31 ompi/mca/sharedfp/individual/sharedfp_individual_write.c int mca_sharedfp_individual_write (ompio_file_t *fh, fh 43 ompi/mca/sharedfp/individual/sharedfp_individual_write.c if ( NULL == fh->f_sharedfp_data ) { fh 55 ompi/mca/sharedfp/individual/sharedfp_individual_write.c sh = fh->f_sharedfp_data; fh 78 ompi/mca/sharedfp/individual/sharedfp_individual_write.c int mca_sharedfp_individual_write_ordered (ompio_file_t *fh, fh 96 ompi/mca/sharedfp/individual/sharedfp_individual_write.c if(fh->f_sharedfp_data==NULL){ fh 105 ompi/mca/sharedfp/individual/sharedfp_individual_write.c sh = fh->f_sharedfp_data; fh 118 ompi/mca/sharedfp/individual/sharedfp_individual_write.c ret = mca_sharedfp_individual_collaborate_data ( sh, fh ); fh 123 ompi/mca/sharedfp/individual/sharedfp_individual_write.c if ( 0 == fh->f_rank ) { fh 124 ompi/mca/sharedfp/individual/sharedfp_individual_write.c offbuff = (OMPI_MPI_OFFSET_TYPE *)malloc ( sizeof(OMPI_MPI_OFFSET_TYPE) * fh->f_size); fh 131 ompi/mca/sharedfp/individual/sharedfp_individual_write.c ret = fh->f_comm->c_coll->coll_gather ( &totalbytes, fh 138 ompi/mca/sharedfp/individual/sharedfp_individual_write.c fh->f_comm, fh 139 ompi/mca/sharedfp/individual/sharedfp_individual_write.c fh->f_comm->c_coll->coll_gather_module ); fh 146 ompi/mca/sharedfp/individual/sharedfp_individual_write.c if ( 0 == fh->f_rank ) { fh 150 ompi/mca/sharedfp/individual/sharedfp_individual_write.c for (i = 1; i < fh->f_size ; i++){ fh 156 ompi/mca/sharedfp/individual/sharedfp_individual_write.c for (i = 0; i < fh->f_size; i++){ fh 157 ompi/mca/sharedfp/individual/sharedfp_individual_write.c global_offset = offbuff[fh->f_size - 1] + prev_offset; fh 163 ompi/mca/sharedfp/individual/sharedfp_individual_write.c ret = fh->f_comm->c_coll->coll_scatter ( offbuff, fh 170 ompi/mca/sharedfp/individual/sharedfp_individual_write.c fh->f_comm, fh 171 ompi/mca/sharedfp/individual/sharedfp_individual_write.c fh->f_comm->c_coll->coll_scatter_module ); fh 177 ompi/mca/sharedfp/individual/sharedfp_individual_write.c ret = fh->f_comm->c_coll->coll_bcast ( &global_offset, fh 181 ompi/mca/sharedfp/individual/sharedfp_individual_write.c fh->f_comm, fh 182 ompi/mca/sharedfp/individual/sharedfp_individual_write.c fh->f_comm->c_coll->coll_bcast_module ); fh 191 ompi/mca/sharedfp/individual/sharedfp_individual_write.c ret = mca_common_ompio_file_write_at_all(fh, offset, buf,count,datatype,status); fh 77 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c struct mca_sharedfp_base_module_1_0_0_t * mca_sharedfp_lockedfile_component_file_query(ompio_file_t *fh, int *priority) { fh 88 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c rank = ompi_comm_rank ( fh->f_comm); fh 118 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c sprintf(filename,"%s%s%d",fh->f_filename,".locktest.",rank); fh 54 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_seek (ompio_file_t *fh, fh 56 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_get_position (ompio_file_t *fh, fh 62 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h ompio_file_t *fh); fh 63 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_file_close (ompio_file_t *fh); fh 64 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_read (ompio_file_t *fh, fh 66 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_read_ordered (ompio_file_t *fh, fh 70 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_read_ordered_begin (ompio_file_t *fh, fh 74 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_read_ordered_end (ompio_file_t *fh, fh 77 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_iread (ompio_file_t *fh, fh 82 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_write (ompio_file_t *fh, fh 87 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_write_ordered (ompio_file_t *fh, fh 92 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_write_ordered_begin (ompio_file_t *fh, fh 96 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_write_ordered_end (ompio_file_t *fh, fh 99 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_iwrite (ompio_file_t *fh, fh 44 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c ompio_file_t *fh) fh 87 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c opal_output(0, "[%d]mca_sharedfp_lockedfile_file_open: Error in bcast operation\n", fh->f_rank); fh 93 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c if ( 0 == fh->f_rank ) { fh 99 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c opal_output(0, "[%d]mca_sharedfp_lockedfile_file_open: Error in bcast operation\n", fh->f_rank); fh 126 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c fh->f_rank); fh 137 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c opal_output(0, "[%d]mca_sharedfp_lockedfile_file_open: Error in barrier operation\n", fh->f_rank); fh 147 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c fh->f_rank); fh 159 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c fh->f_sharedfp_data = sh; fh 164 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c int mca_sharedfp_lockedfile_file_close (ompio_file_t *fh) fh 170 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c if ( fh->f_sharedfp_data==NULL){ fh 173 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c sh = fh->f_sharedfp_data; fh 180 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c if ( 0 == fh->f_rank ) { fh 32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c mca_sharedfp_lockedfile_get_position(ompio_file_t *fh, fh 39 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c if(fh->f_sharedfp_data==NULL){ fh 42 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c shared_fp_base_module = fh->f_sharedfp; fh 44 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c ret = shared_fp_base_module->sharedfp_file_open(fh->f_comm, fh 45 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c fh->f_filename, fh 46 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c fh->f_amode, fh 47 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c fh->f_info, fh 48 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c fh); fh 55 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_get_position.c sh = fh->f_sharedfp_data; fh 32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c int mca_sharedfp_lockedfile_iread(ompio_file_t *fh, fh 44 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c if ( NULL == fh->f_sharedfp_data ) { fh 61 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c sh = fh->f_sharedfp_data; fh 65 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c offset /= fh->f_etype_size; fh 74 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c ret = mca_common_ompio_file_iread_at(fh,offset,buf,count,datatype,request); fh 80 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c int mca_sharedfp_lockedfile_read_ordered_begin(ompio_file_t *fh, fh 97 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c if(fh->f_sharedfp_data==NULL){ fh 104 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c if ( true == fh->f_split_coll_in_use ) { fh 112 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c sh = fh->f_sharedfp_data; fh 119 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c rank = ompi_comm_rank ( fh->f_comm ); fh 120 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c size = ompi_comm_size ( fh->f_comm ); fh 129 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c ret = fh->f_comm->c_coll->coll_gather ( &sendBuff, sendcnt, OMPI_OFFSET_DATATYPE, buff, recvcnt, fh 130 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c OMPI_OFFSET_DATATYPE, 0, fh->f_comm, fh 131 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c fh->f_comm->c_coll->coll_gather_module ); fh 169 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c ret = fh->f_comm->c_coll->coll_scatter ( buff, sendcnt, OMPI_OFFSET_DATATYPE, fh 171 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c fh->f_comm, fh->f_comm->c_coll->coll_scatter_module ); fh 178 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c offset /= fh->f_etype_size; fh 185 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c ret = mca_common_ompio_file_iread_at_all ( fh, offset, buf, count, datatype, &fh->f_split_coll_req ); fh 186 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c fh->f_split_coll_in_use = true; fh 197 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c int mca_sharedfp_lockedfile_read_ordered_end(ompio_file_t *fh, fh 202 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c ret = ompi_request_wait ( &fh->f_split_coll_req, status ); fh 205 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c fh->f_split_coll_in_use = false; fh 32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c int mca_sharedfp_lockedfile_iwrite(ompio_file_t *fh, fh 44 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c if(fh->f_sharedfp_data==NULL){ fh 59 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c sh = fh->f_sharedfp_data; fh 63 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c offset /= fh->f_etype_size; fh 72 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c ret = mca_common_ompio_file_iwrite_at(fh,offset,buf,count,datatype,request); fh 78 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c int mca_sharedfp_lockedfile_write_ordered_begin(ompio_file_t *fh, fh 95 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c if(fh->f_sharedfp_data==NULL){ fh 102 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c if ( true == fh->f_split_coll_in_use ) { fh 109 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c sh = fh->f_sharedfp_data; fh 116 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c rank = ompi_comm_rank ( fh->f_comm ); fh 117 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c size = ompi_comm_size ( fh->f_comm ); fh 126 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c ret = fh->f_comm->c_coll->coll_gather ( &sendBuff, fh 133 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c fh->f_comm, fh 134 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c fh->f_comm->c_coll->coll_gather_module ); fh 172 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c ret = fh->f_comm->c_coll->coll_scatter ( buff, fh 179 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c fh->f_comm, fh 180 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c fh->f_comm->c_coll->coll_scatter_module ); fh 187 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c offset /= fh->f_etype_size; fh 194 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c ret = mca_common_ompio_file_iwrite_at_all ( fh, offset, buf, count, datatype, &fh->f_split_coll_req ); fh 195 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c fh->f_split_coll_in_use = true; fh 207 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c int mca_sharedfp_lockedfile_write_ordered_end(ompio_file_t *fh, fh 212 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c ret = ompi_request_wait ( &fh->f_split_coll_req, status ); fh 215 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c fh->f_split_coll_in_use = false; fh 31 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c int mca_sharedfp_lockedfile_read ( ompio_file_t *fh, fh 40 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c if ( fh->f_sharedfp_data == NULL ) { fh 58 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c sh = fh->f_sharedfp_data; fh 62 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c offset /= fh->f_etype_size; fh 71 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status); fh 77 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c int mca_sharedfp_lockedfile_read_ordered (ompio_file_t *fh, fh 95 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c if ( fh->f_sharedfp_data == NULL){ fh 102 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c sh = fh->f_sharedfp_data; fh 109 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c rank = ompi_comm_rank ( fh->f_comm ); fh 110 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c size = ompi_comm_size ( fh->f_comm ); fh 118 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c ret = fh->f_comm->c_coll->coll_gather ( &sendBuff, sendcnt, OMPI_OFFSET_DATATYPE, fh 120 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c fh->f_comm, fh->f_comm->c_coll->coll_gather_module ); fh 159 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c ret = fh->f_comm->c_coll->coll_scatter ( buff, sendcnt, OMPI_OFFSET_DATATYPE, fh 161 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c fh->f_comm, fh->f_comm->c_coll->coll_scatter_module ); fh 165 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c offset /= fh->f_etype_size; fh 173 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status); fh 35 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c mca_sharedfp_lockedfile_seek (ompio_file_t *fh, fh 46 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c if(fh->f_sharedfp_data==NULL){ fh 52 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c sh = fh->f_sharedfp_data; fh 53 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c offset = off * fh->f_etype_size; fh 55 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c if( 0 == fh->f_rank ){ fh 66 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c ret = mca_sharedfp_lockedfile_get_position(fh,¤t_position); fh 79 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c mca_common_ompio_file_get_size( fh,&end_position); fh 149 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c fh->f_comm->c_coll->coll_barrier ( fh->f_comm , fh->f_comm->c_coll->coll_barrier_module ); fh 31 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c int mca_sharedfp_lockedfile_write (ompio_file_t *fh, fh 43 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c if ( NULL == fh->f_sharedfp_data ){ fh 58 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c sh = fh->f_sharedfp_data; fh 62 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c offset /= fh->f_etype_size; fh 70 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c ret = mca_common_ompio_file_write_at ( fh, offset, buf, count, datatype, status); fh 76 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c int mca_sharedfp_lockedfile_write_ordered (ompio_file_t *fh, fh 95 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c if( NULL == fh->f_sharedfp_data ) { fh 102 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c sh = fh->f_sharedfp_data; fh 109 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c rank = ompi_comm_rank ( fh->f_comm ); fh 110 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c size = ompi_comm_size ( fh->f_comm ); fh 119 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c ret = fh->f_comm->c_coll->coll_gather ( &sendBuff, fh 126 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c fh->f_comm, fh 127 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c fh->f_comm->c_coll->coll_gather_module ); fh 165 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c ret = fh->f_comm->c_coll->coll_scatter ( buff, fh 172 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c fh->f_comm, fh 173 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c fh->f_comm->c_coll->coll_scatter_module ); fh 180 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c offset /= fh->f_etype_size; fh 188 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status); fh 122 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, int whence); fh 124 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE * offset); fh 126 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 132 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 138 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 143 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 147 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 153 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 159 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 165 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 171 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 176 ompi/mca/sharedfp/sharedfp.h struct ompio_file_t *fh, fh 181 ompi/mca/sharedfp/sharedfp.h struct opal_info_t *info, struct ompio_file_t *fh); fh 182 ompi/mca/sharedfp/sharedfp.h typedef int (*mca_sharedfp_base_module_file_close_fn_t)(struct ompio_file_t *fh); fh 72 ompi/mca/sharedfp/sm/sharedfp_sm.c struct mca_sharedfp_base_module_1_0_0_t * mca_sharedfp_sm_component_file_query(ompio_file_t *fh, int *priority) fh 76 ompi/mca/sharedfp/sm/sharedfp_sm.c ompi_communicator_t * comm = fh->f_comm; fh 54 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_seek (ompio_file_t *fh, fh 56 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_get_position (ompio_file_t *fh, fh 62 ompi/mca/sharedfp/sm/sharedfp_sm.h ompio_file_t *fh); fh 63 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_file_close (ompio_file_t *fh); fh 64 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_read (ompio_file_t *fh, fh 66 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_read_ordered (ompio_file_t *fh, fh 70 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_read_ordered_begin (ompio_file_t *fh, fh 74 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_read_ordered_end (ompio_file_t *fh, fh 77 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_iread (ompio_file_t *fh, fh 82 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_write (ompio_file_t *fh, fh 87 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_write_ordered (ompio_file_t *fh, fh 92 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_write_ordered_begin (ompio_file_t *fh, fh 96 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_write_ordered_end (ompio_file_t *fh, fh 99 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_iwrite (ompio_file_t *fh, fh 130 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_request_position (ompio_file_t *fh, fh 53 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c ompio_file_t *fh) fh 116 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c if ( 0 == fh->f_rank ) { fh 146 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c if( 0 == fh->f_rank ){ fh 200 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c fh->f_sharedfp_data = sh; fh 203 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c if(fh->f_rank==0){ fh 229 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c if ( 0 == fh->f_rank ) { fh 237 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c int mca_sharedfp_sm_file_close (ompio_file_t *fh) fh 245 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c if( NULL == fh->f_sharedfp_data ){ fh 248 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c sh = fh->f_sharedfp_data; fh 254 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c fh->f_comm->c_coll->coll_barrier (fh->f_comm, fh->f_comm->c_coll->coll_barrier_module ); fh 32 ompi/mca/sharedfp/sm/sharedfp_sm_get_position.c mca_sharedfp_sm_get_position(ompio_file_t *fh, fh 35 ompi/mca/sharedfp/sm/sharedfp_sm_get_position.c if(fh->f_sharedfp_data==NULL){ fh 45 ompi/mca/sharedfp/sm/sharedfp_sm_get_position.c return mca_sharedfp_sm_request_position(fh,0,offset); fh 31 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c int mca_sharedfp_sm_iread(ompio_file_t *fh, fh 42 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c if( NULL == fh->f_sharedfp_data){ fh 57 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c ret = mca_sharedfp_sm_request_position(fh,bytesRequested,&offset); fh 58 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c offset /= fh->f_etype_size; fh 66 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c ret = mca_common_ompio_file_iread_at(fh,offset,buf,count,datatype,request); fh 72 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c int mca_sharedfp_sm_read_ordered_begin(ompio_file_t *fh, fh 88 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c if ( NULL == fh->f_sharedfp_data){ fh 94 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c if ( true == fh->f_split_coll_in_use ) { fh 105 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c if ( 0 == fh->f_rank ) { fh 106 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c buff = (long*)malloc(sizeof(long) * fh->f_size); fh 111 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c ret = fh->f_comm->c_coll->coll_gather ( &sendBuff, fh 118 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c fh->f_comm, fh 119 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c fh->f_comm->c_coll->coll_gather_module ); fh 127 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c if ( 0 == fh->f_rank ) { fh 128 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c for (i = 0; i < fh->f_size ; i ++) { fh 143 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c ret = mca_sharedfp_sm_request_position(fh,bytesRequested,&offsetReceived); fh 153 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c for (i = 1 ; i < fh->f_size; i++) { fh 159 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c ret = fh->f_comm->c_coll->coll_scatter ( buff, fh 166 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c fh->f_comm, fh 167 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c fh->f_comm->c_coll->coll_scatter_module ); fh 174 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c offset /= fh->f_etype_size; fh 182 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c ret = mca_common_ompio_file_iread_at_all(fh,offset,buf,count,datatype, fh 183 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c &fh->f_split_coll_req); fh 184 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c fh->f_split_coll_in_use = true; fh 195 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c int mca_sharedfp_sm_read_ordered_end(ompio_file_t *fh, fh 200 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c ret = ompi_request_wait ( &fh->f_split_coll_req, status ); fh 203 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c fh->f_split_coll_in_use = false; fh 31 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c int mca_sharedfp_sm_iwrite(ompio_file_t *fh, fh 42 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c if( NULL == fh->f_sharedfp_data){ fh 57 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c ret = mca_sharedfp_sm_request_position(fh,bytesRequested,&offset); fh 58 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c offset /= fh->f_etype_size; fh 66 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c ret = mca_common_ompio_file_iwrite_at(fh,offset,buf,count,datatype,request); fh 73 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c int mca_sharedfp_sm_write_ordered_begin(ompio_file_t *fh, fh 89 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c if ( NULL == fh->f_sharedfp_data){ fh 95 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c if ( true == fh->f_split_coll_in_use ) { fh 105 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c if ( 0 == fh->f_rank ) { fh 106 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c buff = (long*)malloc(sizeof(long) * fh->f_size); fh 111 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c ret = fh->f_comm->c_coll->coll_gather ( &sendBuff, sendcnt, OMPI_OFFSET_DATATYPE, fh 113 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c fh->f_comm, fh->f_comm->c_coll->coll_gather_module ); fh 121 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c if ( 0 == fh->f_rank ) { fh 122 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c for (i = 0; i < fh->f_size ; i ++) { fh 137 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c ret = mca_sharedfp_sm_request_position(fh,bytesRequested,&offsetReceived); fh 147 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c for (i = 1 ; i < fh->f_size; i++) { fh 153 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c ret = fh->f_comm->c_coll->coll_scatter ( buff, sendcnt, OMPI_OFFSET_DATATYPE, fh 155 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c fh->f_comm, fh->f_comm->c_coll->coll_scatter_module ); fh 162 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c offset /= fh->f_etype_size; fh 170 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c ret = mca_common_ompio_file_iwrite_at_all(fh,offset,buf,count,datatype, fh 171 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c &fh->f_split_coll_req); fh 172 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c fh->f_split_coll_in_use = true; fh 183 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c int mca_sharedfp_sm_write_ordered_end(ompio_file_t *fh, fh 188 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c ret = ompi_request_wait ( &fh->f_split_coll_req, status ); fh 191 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c fh->f_split_coll_in_use = false; fh 31 ompi/mca/sharedfp/sm/sharedfp_sm_read.c int mca_sharedfp_sm_read ( ompio_file_t *fh, fh 39 ompi/mca/sharedfp/sm/sharedfp_sm_read.c if( NULL == fh->f_sharedfp_data){ fh 55 ompi/mca/sharedfp/sm/sharedfp_sm_read.c ret = mca_sharedfp_sm_request_position(fh,bytesRequested,&offset); fh 56 ompi/mca/sharedfp/sm/sharedfp_sm_read.c offset /= fh->f_etype_size; fh 65 ompi/mca/sharedfp/sm/sharedfp_sm_read.c ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status); fh 71 ompi/mca/sharedfp/sm/sharedfp_sm_read.c int mca_sharedfp_sm_read_ordered (ompio_file_t *fh, fh 88 ompi/mca/sharedfp/sm/sharedfp_sm_read.c if ( NULL == fh->f_sharedfp_data){ fh 98 ompi/mca/sharedfp/sm/sharedfp_sm_read.c if ( 0 == fh->f_rank ) { fh 99 ompi/mca/sharedfp/sm/sharedfp_sm_read.c buff = (long*)malloc(sizeof(long) * fh->f_size); fh 104 ompi/mca/sharedfp/sm/sharedfp_sm_read.c ret = fh->f_comm->c_coll->coll_gather ( &sendBuff, fh 111 ompi/mca/sharedfp/sm/sharedfp_sm_read.c fh->f_comm, fh 112 ompi/mca/sharedfp/sm/sharedfp_sm_read.c fh->f_comm->c_coll->coll_gather_module ); fh 120 ompi/mca/sharedfp/sm/sharedfp_sm_read.c if ( 0 == fh->f_rank ) { fh 121 ompi/mca/sharedfp/sm/sharedfp_sm_read.c for (i = 0; i < fh->f_size ; i ++) { fh 135 ompi/mca/sharedfp/sm/sharedfp_sm_read.c ret = mca_sharedfp_sm_request_position(fh,bytesRequested,&offsetReceived); fh 145 ompi/mca/sharedfp/sm/sharedfp_sm_read.c for (i = 1 ; i < fh->f_size; i++) { fh 151 ompi/mca/sharedfp/sm/sharedfp_sm_read.c ret = fh->f_comm->c_coll->coll_scatter ( buff, fh 158 ompi/mca/sharedfp/sm/sharedfp_sm_read.c fh->f_comm, fh 159 ompi/mca/sharedfp/sm/sharedfp_sm_read.c fh->f_comm->c_coll->coll_scatter_module ); fh 166 ompi/mca/sharedfp/sm/sharedfp_sm_read.c offset /= fh->f_etype_size; fh 174 ompi/mca/sharedfp/sm/sharedfp_sm_read.c ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status); fh 33 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c int mca_sharedfp_sm_request_position(ompio_file_t *fh, fh 44 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c sh = fh->f_sharedfp_data; fh 50 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c "Aquiring lock, rank=%d...",fh->f_rank); fh 61 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c "Succeeded! Acquired sm lock.for rank=%d\n",fh->f_rank); fh 80 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c "Releasing sm lock...rank=%d",fh->f_rank); fh 86 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c "Released lock! released lock.for rank=%d\n",fh->f_rank); fh 36 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c mca_sharedfp_sm_seek (ompio_file_t *fh, fh 46 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c if( NULL == fh->f_sharedfp_data ) { fh 52 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c sh = fh->f_sharedfp_data; fh 53 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c offset = off * fh->f_etype_size; fh 55 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c if( 0 == fh->f_rank ){ fh 69 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c ret = mca_sharedfp_sm_get_position ( fh, ¤t_position); fh 87 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c mca_common_ompio_file_get_size(fh,&end_position); fh 115 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c "sharedfp_sm_seek: Aquiring lock, rank=%d...",fh->f_rank); fflush(stdout); fh 125 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c "sharedfp_sm_seek: Success! Acquired sm lock.for rank=%d\n",fh->f_rank); fh 130 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c "sharedfp_sm_seek: Releasing sm lock...rank=%d",fh->f_rank); fflush(stdout); fh 138 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c fh->f_comm->c_coll->coll_barrier ( fh->f_comm, fh->f_comm->c_coll->coll_barrier_module ); fh 31 ompi/mca/sharedfp/sm/sharedfp_sm_write.c int mca_sharedfp_sm_write (ompio_file_t *fh, fh 42 ompi/mca/sharedfp/sm/sharedfp_sm_write.c if( NULL == fh->f_sharedfp_data ){ fh 60 ompi/mca/sharedfp/sm/sharedfp_sm_write.c ret = mca_sharedfp_sm_request_position(fh, bytesRequested,&offset); fh 61 ompi/mca/sharedfp/sm/sharedfp_sm_write.c offset /= fh->f_etype_size; fh 69 ompi/mca/sharedfp/sm/sharedfp_sm_write.c ret = mca_common_ompio_file_write_at(fh,offset,buf,count,datatype,status); fh 75 ompi/mca/sharedfp/sm/sharedfp_sm_write.c int mca_sharedfp_sm_write_ordered (ompio_file_t *fh, fh 92 ompi/mca/sharedfp/sm/sharedfp_sm_write.c if( NULL == fh->f_sharedfp_data){ fh 102 ompi/mca/sharedfp/sm/sharedfp_sm_write.c if ( 0 == fh->f_rank ) { fh 103 ompi/mca/sharedfp/sm/sharedfp_sm_write.c buff = (long*)malloc(sizeof(long) * fh->f_size); fh 108 ompi/mca/sharedfp/sm/sharedfp_sm_write.c ret = fh->f_comm->c_coll->coll_gather ( &sendBuff, sendcnt, OMPI_OFFSET_DATATYPE, fh 110 ompi/mca/sharedfp/sm/sharedfp_sm_write.c fh->f_comm, fh->f_comm->c_coll->coll_gather_module ); fh 118 ompi/mca/sharedfp/sm/sharedfp_sm_write.c if ( 0 == fh->f_rank ) { fh 119 ompi/mca/sharedfp/sm/sharedfp_sm_write.c for (i = 0; i < fh->f_size ; i ++) { fh 133 ompi/mca/sharedfp/sm/sharedfp_sm_write.c ret = mca_sharedfp_sm_request_position(fh,bytesRequested,&offsetReceived); fh 143 ompi/mca/sharedfp/sm/sharedfp_sm_write.c for (i = 1 ; i < fh->f_size; i++) { fh 149 ompi/mca/sharedfp/sm/sharedfp_sm_write.c ret = fh->f_comm->c_coll->coll_scatter ( buff, sendcnt, OMPI_OFFSET_DATATYPE, fh 151 ompi/mca/sharedfp/sm/sharedfp_sm_write.c fh->f_comm, fh->f_comm->c_coll->coll_scatter_module ); fh 159 ompi/mca/sharedfp/sm/sharedfp_sm_write.c offset /= fh->f_etype_size; fh 166 ompi/mca/sharedfp/sm/sharedfp_sm_write.c ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status); fh 39 ompi/mpi/c/file_call_errhandler.c int MPI_File_call_errhandler(MPI_File fh, int errorcode) fh 48 ompi/mpi/c/file_call_errhandler.c if (NULL == fh || fh 49 ompi/mpi/c/file_call_errhandler.c MPI_FILE_NULL == fh) { fh 55 ompi/mpi/c/file_call_errhandler.c OMPI_ERRHANDLER_INVOKE(fh, errorcode, FUNC_NAME); fh 38 ompi/mpi/c/file_close.c int MPI_File_close(MPI_File *fh) fh 49 ompi/mpi/c/file_close.c if (NULL == fh || ompi_file_invalid(*fh)) { fh 60 ompi/mpi/c/file_close.c rc = ompi_file_close(fh); fh 61 ompi/mpi/c/file_close.c OMPI_ERRHANDLER_RETURN(rc, *fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_get_amode.c int MPI_File_get_amode(MPI_File fh, int *amode) fh 46 ompi/mpi/c/file_get_amode.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_get_amode.c fh = MPI_FILE_NULL; fh 52 ompi/mpi/c/file_get_amode.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 59 ompi/mpi/c/file_get_amode.c switch (fh->f_io_version) { fh 61 ompi/mpi/c/file_get_amode.c rc = fh->f_io_selected_module.v2_0_0. fh 62 ompi/mpi/c/file_get_amode.c io_module_file_get_amode(fh, amode); fh 72 ompi/mpi/c/file_get_amode.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_get_atomicity.c int MPI_File_get_atomicity(MPI_File fh, int *flag) fh 46 ompi/mpi/c/file_get_atomicity.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_get_atomicity.c fh = MPI_FILE_NULL; fh 52 ompi/mpi/c/file_get_atomicity.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 59 ompi/mpi/c/file_get_atomicity.c switch (fh->f_io_version) { fh 61 ompi/mpi/c/file_get_atomicity.c rc = fh->f_io_selected_module.v2_0_0. fh 62 ompi/mpi/c/file_get_atomicity.c io_module_file_get_atomicity(fh, flag); fh 72 ompi/mpi/c/file_get_atomicity.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_get_byte_offset.c int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset, fh 47 ompi/mpi/c/file_get_byte_offset.c if (ompi_file_invalid(fh)) { fh 49 ompi/mpi/c/file_get_byte_offset.c fh = MPI_FILE_NULL; fh 53 ompi/mpi/c/file_get_byte_offset.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 60 ompi/mpi/c/file_get_byte_offset.c switch (fh->f_io_version) { fh 62 ompi/mpi/c/file_get_byte_offset.c rc = fh->f_io_selected_module.v2_0_0. fh 63 ompi/mpi/c/file_get_byte_offset.c io_module_file_get_byte_offset(fh, offset, disp); fh 73 ompi/mpi/c/file_get_byte_offset.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_get_group.c int MPI_File_get_group(MPI_File fh, MPI_Group *group) fh 46 ompi/mpi/c/file_get_group.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_get_group.c fh = MPI_FILE_NULL; fh 52 ompi/mpi/c/file_get_group.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 59 ompi/mpi/c/file_get_group.c rc = ompi_comm_group (fh->f_comm, group); fh 60 ompi/mpi/c/file_get_group.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_get_info.c int MPI_File_get_info(MPI_File fh, MPI_Info *info_used) fh 48 ompi/mpi/c/file_get_info.c return OMPI_ERRHANDLER_INVOKE(fh, MPI_ERR_INFO, FUNC_NAME); fh 50 ompi/mpi/c/file_get_info.c if (ompi_file_invalid(fh)) { fh 56 ompi/mpi/c/file_get_info.c if (NULL == fh->super.s_info) { fh 60 ompi/mpi/c/file_get_info.c opal_infosubscribe_change_info(&fh->super, &MPI_INFO_NULL->super); fh 66 ompi/mpi/c/file_get_info.c return OMPI_ERRHANDLER_INVOKE(fh, MPI_ERR_NO_MEM, FUNC_NAME); fh 70 ompi/mpi/c/file_get_info.c opal_info_dup_mpistandard(fh->super.s_info, &opal_info_used); fh 39 ompi/mpi/c/file_get_position.c int MPI_File_get_position(MPI_File fh, MPI_Offset *offset) fh 46 ompi/mpi/c/file_get_position.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_get_position.c fh = MPI_FILE_NULL; fh 52 ompi/mpi/c/file_get_position.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 59 ompi/mpi/c/file_get_position.c switch (fh->f_io_version) { fh 61 ompi/mpi/c/file_get_position.c rc = fh->f_io_selected_module.v2_0_0. fh 62 ompi/mpi/c/file_get_position.c io_module_file_get_position(fh, offset); fh 72 ompi/mpi/c/file_get_position.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_get_position_shared.c int MPI_File_get_position_shared(MPI_File fh, MPI_Offset *offset) fh 46 ompi/mpi/c/file_get_position_shared.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_get_position_shared.c fh = MPI_FILE_NULL; fh 52 ompi/mpi/c/file_get_position_shared.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 59 ompi/mpi/c/file_get_position_shared.c switch (fh->f_io_version) { fh 61 ompi/mpi/c/file_get_position_shared.c rc = fh->f_io_selected_module.v2_0_0. fh 62 ompi/mpi/c/file_get_position_shared.c io_module_file_get_position_shared(fh, offset); fh 72 ompi/mpi/c/file_get_position_shared.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_get_size.c int MPI_File_get_size(MPI_File fh, MPI_Offset *size) fh 46 ompi/mpi/c/file_get_size.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_get_size.c fh = MPI_FILE_NULL; fh 52 ompi/mpi/c/file_get_size.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 59 ompi/mpi/c/file_get_size.c switch (fh->f_io_version) { fh 61 ompi/mpi/c/file_get_size.c rc = fh->f_io_selected_module.v2_0_0. fh 62 ompi/mpi/c/file_get_size.c io_module_file_get_size(fh, size); fh 72 ompi/mpi/c/file_get_size.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 40 ompi/mpi/c/file_get_type_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype, fh 52 ompi/mpi/c/file_get_type_extent.c if (ompi_file_invalid(fh)) { fh 54 ompi/mpi/c/file_get_type_extent.c fh = MPI_FILE_NULL; fh 61 ompi/mpi/c/file_get_type_extent.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 68 ompi/mpi/c/file_get_type_extent.c switch (fh->f_io_version) { fh 70 ompi/mpi/c/file_get_type_extent.c rc = fh->f_io_selected_module.v2_0_0. fh 71 ompi/mpi/c/file_get_type_extent.c io_module_file_get_type_extent(fh, datatype, extent); fh 81 ompi/mpi/c/file_get_type_extent.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_get_view.c int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, fh 48 ompi/mpi/c/file_get_view.c if (ompi_file_invalid(fh)) { fh 50 ompi/mpi/c/file_get_view.c fh = MPI_FILE_NULL; fh 56 ompi/mpi/c/file_get_view.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 63 ompi/mpi/c/file_get_view.c switch (fh->f_io_version) { fh 65 ompi/mpi/c/file_get_view.c rc = fh->f_io_selected_module.v2_0_0. fh 66 ompi/mpi/c/file_get_view.c io_module_file_get_view(fh, disp, etype, filetype, datarep); fh 76 ompi/mpi/c/file_get_view.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 43 ompi/mpi/c/file_iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, fh 55 ompi/mpi/c/file_iread.c if (ompi_file_invalid(fh)) { fh 56 ompi/mpi/c/file_iread.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_iread.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 71 ompi/mpi/c/file_iread.c switch (fh->f_io_version) { fh 73 ompi/mpi/c/file_iread.c rc = fh->f_io_selected_module.v2_0_0. fh 74 ompi/mpi/c/file_iread.c io_module_file_iread(fh, buf, count, datatype, request); fh 83 ompi/mpi/c/file_iread.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 45 ompi/mpi/c/file_iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count, fh 57 ompi/mpi/c/file_iread_all.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_iread_all.c fh = MPI_FILE_NULL; fh 67 ompi/mpi/c/file_iread_all.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 73 ompi/mpi/c/file_iread_all.c switch (fh->f_io_version) { fh 75 ompi/mpi/c/file_iread_all.c if( OPAL_UNLIKELY(NULL == fh->f_io_selected_module.v2_0_0.io_module_file_iread_all) ) { fh 79 ompi/mpi/c/file_iread_all.c rc = fh->f_io_selected_module.v2_0_0. fh 80 ompi/mpi/c/file_iread_all.c io_module_file_iread_all(fh, buf, count, datatype, request); fh 90 ompi/mpi/c/file_iread_all.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 43 ompi/mpi/c/file_iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, fh 55 ompi/mpi/c/file_iread_at.c if (ompi_file_invalid(fh)) { fh 56 ompi/mpi/c/file_iread_at.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_iread_at.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 71 ompi/mpi/c/file_iread_at.c switch (fh->f_io_version) { fh 73 ompi/mpi/c/file_iread_at.c rc = fh->f_io_selected_module.v2_0_0. fh 74 ompi/mpi/c/file_iread_at.c io_module_file_iread_at(fh, offset, buf, count, datatype, fh 85 ompi/mpi/c/file_iread_at.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 45 ompi/mpi/c/file_iread_at_all.c int MPI_File_iread_at_all(MPI_File fh, MPI_Offset offset, void *buf, fh 57 ompi/mpi/c/file_iread_at_all.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_iread_at_all.c fh = MPI_FILE_NULL; fh 67 ompi/mpi/c/file_iread_at_all.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 73 ompi/mpi/c/file_iread_at_all.c switch (fh->f_io_version) { fh 75 ompi/mpi/c/file_iread_at_all.c if( OPAL_UNLIKELY(NULL == fh->f_io_selected_module.v2_0_0.io_module_file_iread_at_all) ) { fh 79 ompi/mpi/c/file_iread_at_all.c rc = fh->f_io_selected_module.v2_0_0. fh 80 ompi/mpi/c/file_iread_at_all.c io_module_file_iread_at_all(fh, offset, buf, count, datatype, fh 92 ompi/mpi/c/file_iread_at_all.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 43 ompi/mpi/c/file_iread_shared.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count, fh 55 ompi/mpi/c/file_iread_shared.c if (ompi_file_invalid(fh)) { fh 56 ompi/mpi/c/file_iread_shared.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_iread_shared.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 71 ompi/mpi/c/file_iread_shared.c switch (fh->f_io_version) { fh 73 ompi/mpi/c/file_iread_shared.c rc = fh->f_io_selected_module.v2_0_0. fh 74 ompi/mpi/c/file_iread_shared.c io_module_file_iread_shared(fh, buf, count, datatype, request); fh 84 ompi/mpi/c/file_iread_shared.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 46 ompi/mpi/c/file_iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype fh 59 ompi/mpi/c/file_iwrite.c if (ompi_file_invalid(fh)) { fh 60 ompi/mpi/c/file_iwrite.c fh = MPI_FILE_NULL; fh 69 ompi/mpi/c/file_iwrite.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 75 ompi/mpi/c/file_iwrite.c switch (fh->f_io_version) { fh 77 ompi/mpi/c/file_iwrite.c rc = fh->f_io_selected_module.v2_0_0. fh 78 ompi/mpi/c/file_iwrite.c io_module_file_iwrite(fh, buf, count, datatype, request); fh 87 ompi/mpi/c/file_iwrite.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 48 ompi/mpi/c/file_iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype fh 61 ompi/mpi/c/file_iwrite_all.c if (ompi_file_invalid(fh)) { fh 62 ompi/mpi/c/file_iwrite_all.c fh = MPI_FILE_NULL; fh 71 ompi/mpi/c/file_iwrite_all.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 77 ompi/mpi/c/file_iwrite_all.c switch (fh->f_io_version) { fh 79 ompi/mpi/c/file_iwrite_all.c if( OPAL_UNLIKELY(NULL == fh->f_io_selected_module.v2_0_0.io_module_file_iwrite_all) ) { fh 83 ompi/mpi/c/file_iwrite_all.c rc = fh->f_io_selected_module.v2_0_0. fh 84 ompi/mpi/c/file_iwrite_all.c io_module_file_iwrite_all(fh, buf, count, datatype, request); fh 94 ompi/mpi/c/file_iwrite_all.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 46 ompi/mpi/c/file_iwrite_at.c int MPI_File_iwrite_at(MPI_File fh, MPI_Offset offset, const void *buf, fh 60 ompi/mpi/c/file_iwrite_at.c if (ompi_file_invalid(fh)) { fh 61 ompi/mpi/c/file_iwrite_at.c fh = MPI_FILE_NULL; fh 70 ompi/mpi/c/file_iwrite_at.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 76 ompi/mpi/c/file_iwrite_at.c switch (fh->f_io_version) { fh 78 ompi/mpi/c/file_iwrite_at.c rc = fh->f_io_selected_module.v2_0_0. fh 79 ompi/mpi/c/file_iwrite_at.c io_module_file_iwrite_at(fh, offset, buf, count, datatype, fh 90 ompi/mpi/c/file_iwrite_at.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 48 ompi/mpi/c/file_iwrite_at_all.c int MPI_File_iwrite_at_all(MPI_File fh, MPI_Offset offset, const void *buf, fh 62 ompi/mpi/c/file_iwrite_at_all.c if (ompi_file_invalid(fh)) { fh 63 ompi/mpi/c/file_iwrite_at_all.c fh = MPI_FILE_NULL; fh 72 ompi/mpi/c/file_iwrite_at_all.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 78 ompi/mpi/c/file_iwrite_at_all.c switch (fh->f_io_version) { fh 80 ompi/mpi/c/file_iwrite_at_all.c if( OPAL_UNLIKELY(NULL == fh->f_io_selected_module.v2_0_0.io_module_file_iwrite_at_all) ) { fh 84 ompi/mpi/c/file_iwrite_at_all.c rc = fh->f_io_selected_module.v2_0_0. fh 85 ompi/mpi/c/file_iwrite_at_all.c io_module_file_iwrite_at_all(fh, offset, buf, count, datatype, fh 97 ompi/mpi/c/file_iwrite_at_all.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 46 ompi/mpi/c/file_iwrite_shared.c int MPI_File_iwrite_shared(MPI_File fh, const void *buf, int count, fh 58 ompi/mpi/c/file_iwrite_shared.c if (ompi_file_invalid(fh)) { fh 59 ompi/mpi/c/file_iwrite_shared.c fh = MPI_FILE_NULL; fh 68 ompi/mpi/c/file_iwrite_shared.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 74 ompi/mpi/c/file_iwrite_shared.c switch (fh->f_io_version) { fh 76 ompi/mpi/c/file_iwrite_shared.c rc = fh->f_io_selected_module.v2_0_0. fh 77 ompi/mpi/c/file_iwrite_shared.c io_module_file_iwrite_shared(fh, buf, count, datatype, request); fh 87 ompi/mpi/c/file_iwrite_shared.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 53 ompi/mpi/c/file_open.c MPI_Info info, MPI_File *fh) fh 108 ompi/mpi/c/file_open.c *fh = MPI_FILE_NULL; fh 109 ompi/mpi/c/file_open.c rc = ompi_file_open(comm, filename, amode, &(info->super), fh); fh 114 ompi/mpi/c/file_open.c OMPI_ERRHANDLER_RETURN(rc, *fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_preallocate.c int MPI_File_preallocate(MPI_File fh, MPI_Offset size) fh 46 ompi/mpi/c/file_preallocate.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_preallocate.c fh = MPI_FILE_NULL; fh 50 ompi/mpi/c/file_preallocate.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 57 ompi/mpi/c/file_preallocate.c switch (fh->f_io_version) { fh 59 ompi/mpi/c/file_preallocate.c rc = fh->f_io_selected_module.v2_0_0. fh 60 ompi/mpi/c/file_preallocate.c io_module_file_preallocate(fh, size); fh 70 ompi/mpi/c/file_preallocate.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_read.c int MPI_File_read(MPI_File fh, void *buf, int count, fh 53 ompi/mpi/c/file_read.c if (ompi_file_invalid(fh)) { fh 54 ompi/mpi/c/file_read.c fh = MPI_FILE_NULL; fh 61 ompi/mpi/c/file_read.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 68 ompi/mpi/c/file_read.c switch (fh->f_io_version) { fh 70 ompi/mpi/c/file_read.c rc = fh->f_io_selected_module.v2_0_0. fh 71 ompi/mpi/c/file_read.c io_module_file_read(fh, buf, count, datatype, status); fh 81 ompi/mpi/c/file_read.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype fh 53 ompi/mpi/c/file_read_all.c if (ompi_file_invalid(fh)) { fh 54 ompi/mpi/c/file_read_all.c fh = MPI_FILE_NULL; fh 61 ompi/mpi/c/file_read_all.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 68 ompi/mpi/c/file_read_all.c switch (fh->f_io_version) { fh 70 ompi/mpi/c/file_read_all.c rc = fh->f_io_selected_module.v2_0_0. fh 71 ompi/mpi/c/file_read_all.c io_module_file_read_all(fh, buf, count, datatype, status); fh 81 ompi/mpi/c/file_read_all.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_read_all_begin.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count, fh 53 ompi/mpi/c/file_read_all_begin.c if (ompi_file_invalid(fh)) { fh 54 ompi/mpi/c/file_read_all_begin.c fh = MPI_FILE_NULL; fh 61 ompi/mpi/c/file_read_all_begin.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 68 ompi/mpi/c/file_read_all_begin.c switch (fh->f_io_version) { fh 70 ompi/mpi/c/file_read_all_begin.c rc = fh->f_io_selected_module.v2_0_0. fh 71 ompi/mpi/c/file_read_all_begin.c io_module_file_read_all_begin(fh, buf, count, datatype); fh 81 ompi/mpi/c/file_read_all_begin.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_read_all_end.c int MPI_File_read_all_end(MPI_File fh, void *buf, MPI_Status *status) fh 46 ompi/mpi/c/file_read_all_end.c if (ompi_file_invalid(fh)) { fh 47 ompi/mpi/c/file_read_all_end.c fh = MPI_FILE_NULL; fh 50 ompi/mpi/c/file_read_all_end.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 57 ompi/mpi/c/file_read_all_end.c switch (fh->f_io_version) { fh 59 ompi/mpi/c/file_read_all_end.c rc = fh->f_io_selected_module.v2_0_0. fh 60 ompi/mpi/c/file_read_all_end.c io_module_file_read_all_end(fh, buf, status); fh 70 ompi/mpi/c/file_read_all_end.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf, fh 53 ompi/mpi/c/file_read_at.c if (ompi_file_invalid(fh)) { fh 54 ompi/mpi/c/file_read_at.c fh = MPI_FILE_NULL; fh 61 ompi/mpi/c/file_read_at.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 68 ompi/mpi/c/file_read_at.c switch (fh->f_io_version) { fh 70 ompi/mpi/c/file_read_at.c rc = fh->f_io_selected_module.v2_0_0. fh 71 ompi/mpi/c/file_read_at.c io_module_file_read_at(fh, offset, buf, count, datatype, status); fh 81 ompi/mpi/c/file_read_at.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_read_at_all.c int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void *buf, fh 54 ompi/mpi/c/file_read_at_all.c if (ompi_file_invalid(fh)) { fh 55 ompi/mpi/c/file_read_at_all.c fh = MPI_FILE_NULL; fh 62 ompi/mpi/c/file_read_at_all.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 69 ompi/mpi/c/file_read_at_all.c switch (fh->f_io_version) { fh 71 ompi/mpi/c/file_read_at_all.c rc = fh->f_io_selected_module.v2_0_0. fh 72 ompi/mpi/c/file_read_at_all.c io_module_file_read_at_all(fh, offset, buf, count, datatype, fh 83 ompi/mpi/c/file_read_at_all.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_read_at_all_begin.c int MPI_File_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf, fh 53 ompi/mpi/c/file_read_at_all_begin.c if (ompi_file_invalid(fh)) { fh 54 ompi/mpi/c/file_read_at_all_begin.c fh = MPI_FILE_NULL; fh 61 ompi/mpi/c/file_read_at_all_begin.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 68 ompi/mpi/c/file_read_at_all_begin.c switch (fh->f_io_version) { fh 70 ompi/mpi/c/file_read_at_all_begin.c rc = fh->f_io_selected_module.v2_0_0. fh 71 ompi/mpi/c/file_read_at_all_begin.c io_module_file_read_at_all_begin(fh, offset, buf, count, datatype); fh 81 ompi/mpi/c/file_read_at_all_begin.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_read_at_all_end.c int MPI_File_read_at_all_end(MPI_File fh, void *buf, MPI_Status *status) fh 46 ompi/mpi/c/file_read_at_all_end.c if (ompi_file_invalid(fh)) { fh 47 ompi/mpi/c/file_read_at_all_end.c fh = MPI_FILE_NULL; fh 50 ompi/mpi/c/file_read_at_all_end.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 57 ompi/mpi/c/file_read_at_all_end.c switch (fh->f_io_version) { fh 59 ompi/mpi/c/file_read_at_all_end.c rc = fh->f_io_selected_module.v2_0_0. fh 60 ompi/mpi/c/file_read_at_all_end.c io_module_file_read_at_all_end(fh, buf, status); fh 70 ompi/mpi/c/file_read_at_all_end.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 40 ompi/mpi/c/file_read_ordered.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count, fh 48 ompi/mpi/c/file_read_ordered.c if (ompi_file_invalid(fh)) { fh 49 ompi/mpi/c/file_read_ordered.c fh = MPI_FILE_NULL; fh 56 ompi/mpi/c/file_read_ordered.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 63 ompi/mpi/c/file_read_ordered.c switch (fh->f_io_version) { fh 65 ompi/mpi/c/file_read_ordered.c rc = fh->f_io_selected_module.v2_0_0. fh 66 ompi/mpi/c/file_read_ordered.c io_module_file_read_ordered(fh, buf, count, datatype, status); fh 76 ompi/mpi/c/file_read_ordered.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_read_ordered_begin.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count, fh 53 ompi/mpi/c/file_read_ordered_begin.c if (ompi_file_invalid(fh)) { fh 54 ompi/mpi/c/file_read_ordered_begin.c fh = MPI_FILE_NULL; fh 61 ompi/mpi/c/file_read_ordered_begin.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 68 ompi/mpi/c/file_read_ordered_begin.c switch (fh->f_io_version) { fh 70 ompi/mpi/c/file_read_ordered_begin.c rc = fh->f_io_selected_module.v2_0_0. fh 71 ompi/mpi/c/file_read_ordered_begin.c io_module_file_read_ordered_begin(fh, buf, count, datatype); fh 81 ompi/mpi/c/file_read_ordered_begin.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_read_ordered_end.c int MPI_File_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status) fh 46 ompi/mpi/c/file_read_ordered_end.c if (ompi_file_invalid(fh)) { fh 47 ompi/mpi/c/file_read_ordered_end.c fh = MPI_FILE_NULL; fh 50 ompi/mpi/c/file_read_ordered_end.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 57 ompi/mpi/c/file_read_ordered_end.c switch (fh->f_io_version) { fh 59 ompi/mpi/c/file_read_ordered_end.c rc = fh->f_io_selected_module.v2_0_0. fh 60 ompi/mpi/c/file_read_ordered_end.c io_module_file_read_ordered_end(fh, buf, status); fh 70 ompi/mpi/c/file_read_ordered_end.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 41 ompi/mpi/c/file_read_shared.c int MPI_File_read_shared(MPI_File fh, void *buf, int count, fh 53 ompi/mpi/c/file_read_shared.c if (ompi_file_invalid(fh)) { fh 54 ompi/mpi/c/file_read_shared.c fh = MPI_FILE_NULL; fh 61 ompi/mpi/c/file_read_shared.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 68 ompi/mpi/c/file_read_shared.c switch (fh->f_io_version) { fh 70 ompi/mpi/c/file_read_shared.c rc = fh->f_io_selected_module.v2_0_0. fh 71 ompi/mpi/c/file_read_shared.c io_module_file_read_shared(fh, buf, count, datatype, status); fh 81 ompi/mpi/c/file_read_shared.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_seek.c int MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence) fh 46 ompi/mpi/c/file_seek.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_seek.c fh = MPI_FILE_NULL; fh 53 ompi/mpi/c/file_seek.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 60 ompi/mpi/c/file_seek.c switch (fh->f_io_version) { fh 62 ompi/mpi/c/file_seek.c rc = fh->f_io_selected_module.v2_0_0. fh 63 ompi/mpi/c/file_seek.c io_module_file_seek(fh, offset, whence); fh 73 ompi/mpi/c/file_seek.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_seek_shared.c int MPI_File_seek_shared(MPI_File fh, MPI_Offset offset, int whence) fh 46 ompi/mpi/c/file_seek_shared.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_seek_shared.c fh = MPI_FILE_NULL; fh 53 ompi/mpi/c/file_seek_shared.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 60 ompi/mpi/c/file_seek_shared.c switch (fh->f_io_version) { fh 62 ompi/mpi/c/file_seek_shared.c rc = fh->f_io_selected_module.v2_0_0. fh 63 ompi/mpi/c/file_seek_shared.c io_module_file_seek_shared(fh, offset, whence); fh 73 ompi/mpi/c/file_seek_shared.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_set_atomicity.c int MPI_File_set_atomicity(MPI_File fh, int flag) fh 46 ompi/mpi/c/file_set_atomicity.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_set_atomicity.c fh = MPI_FILE_NULL; fh 50 ompi/mpi/c/file_set_atomicity.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 57 ompi/mpi/c/file_set_atomicity.c switch (fh->f_io_version) { fh 59 ompi/mpi/c/file_set_atomicity.c rc = fh->f_io_selected_module.v2_0_0. fh 60 ompi/mpi/c/file_set_atomicity.c io_module_file_set_atomicity(fh, flag); fh 70 ompi/mpi/c/file_set_atomicity.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 43 ompi/mpi/c/file_set_info.c int MPI_File_set_info(MPI_File fh, MPI_Info info) fh 52 ompi/mpi/c/file_set_info.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_set_info.c return OMPI_ERRHANDLER_INVOKE(fh, MPI_ERR_INFO, fh 65 ompi/mpi/c/file_set_info.c ret = opal_infosubscribe_change_info(&fh->super, &info->super); fh 67 ompi/mpi/c/file_set_info.c OMPI_ERRHANDLER_RETURN(ret, fh, ret, FUNC_NAME); fh 39 ompi/mpi/c/file_set_size.c int MPI_File_set_size(MPI_File fh, MPI_Offset size) fh 46 ompi/mpi/c/file_set_size.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_set_size.c fh = MPI_FILE_NULL; fh 50 ompi/mpi/c/file_set_size.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 57 ompi/mpi/c/file_set_size.c switch (fh->f_io_version) { fh 59 ompi/mpi/c/file_set_size.c rc = fh->f_io_selected_module.v2_0_0. fh 60 ompi/mpi/c/file_set_size.c io_module_file_set_size(fh, size); fh 70 ompi/mpi/c/file_set_size.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 46 ompi/mpi/c/file_set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype, fh 58 ompi/mpi/c/file_set_view.c if (ompi_file_invalid(fh)) { fh 60 ompi/mpi/c/file_set_view.c fh = MPI_FILE_NULL; fh 69 ompi/mpi/c/file_set_view.c fh = MPI_FILE_NULL; fh 71 ompi/mpi/c/file_set_view.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 78 ompi/mpi/c/file_set_view.c switch (fh->f_io_version) { fh 80 ompi/mpi/c/file_set_view.c rc = fh->f_io_selected_module.v2_0_0. fh 81 ompi/mpi/c/file_set_view.c io_module_file_set_view(fh, disp, etype, filetype, datarep, &(info->super)); fh 91 ompi/mpi/c/file_set_view.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 39 ompi/mpi/c/file_sync.c int MPI_File_sync(MPI_File fh) fh 46 ompi/mpi/c/file_sync.c if (ompi_file_invalid(fh)) { fh 48 ompi/mpi/c/file_sync.c fh = MPI_FILE_NULL; fh 50 ompi/mpi/c/file_sync.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 57 ompi/mpi/c/file_sync.c switch (fh->f_io_version) { fh 59 ompi/mpi/c/file_sync.c rc = fh->f_io_selected_module.v2_0_0. fh 60 ompi/mpi/c/file_sync.c io_module_file_sync(fh); fh 70 ompi/mpi/c/file_sync.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write.c int MPI_File_write(MPI_File fh, const void *buf, int count, fh 57 ompi/mpi/c/file_write.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_write.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_write.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 72 ompi/mpi/c/file_write.c switch (fh->f_io_version) { fh 74 ompi/mpi/c/file_write.c rc = fh->f_io_selected_module.v2_0_0. fh 75 ompi/mpi/c/file_write.c io_module_file_write(fh, buf, count, datatype, status); fh 85 ompi/mpi/c/file_write.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype fh 57 ompi/mpi/c/file_write_all.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_write_all.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_write_all.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 72 ompi/mpi/c/file_write_all.c switch (fh->f_io_version) { fh 74 ompi/mpi/c/file_write_all.c rc = fh->f_io_selected_module.v2_0_0. fh 75 ompi/mpi/c/file_write_all.c io_module_file_write_all(fh, buf, count, datatype, status); fh 85 ompi/mpi/c/file_write_all.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write_all_begin.c int MPI_File_write_all_begin(MPI_File fh, const void *buf, int count, fh 57 ompi/mpi/c/file_write_all_begin.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_write_all_begin.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_write_all_begin.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 72 ompi/mpi/c/file_write_all_begin.c switch (fh->f_io_version) { fh 74 ompi/mpi/c/file_write_all_begin.c rc = fh->f_io_selected_module.v2_0_0. fh 75 ompi/mpi/c/file_write_all_begin.c io_module_file_write_all_begin(fh, buf, count, datatype); fh 85 ompi/mpi/c/file_write_all_begin.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 42 ompi/mpi/c/file_write_all_end.c int MPI_File_write_all_end(MPI_File fh, const void *buf, MPI_Status *status) fh 49 ompi/mpi/c/file_write_all_end.c if (ompi_file_invalid(fh)) { fh 50 ompi/mpi/c/file_write_all_end.c fh = MPI_FILE_NULL; fh 53 ompi/mpi/c/file_write_all_end.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 60 ompi/mpi/c/file_write_all_end.c switch (fh->f_io_version) { fh 62 ompi/mpi/c/file_write_all_end.c rc = fh->f_io_selected_module.v2_0_0. fh 63 ompi/mpi/c/file_write_all_end.c io_module_file_write_all_end(fh, buf, status); fh 73 ompi/mpi/c/file_write_all_end.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write_at.c int MPI_File_write_at(MPI_File fh, MPI_Offset offset, const void *buf, fh 58 ompi/mpi/c/file_write_at.c if (ompi_file_invalid(fh)) { fh 59 ompi/mpi/c/file_write_at.c fh = MPI_FILE_NULL; fh 66 ompi/mpi/c/file_write_at.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 73 ompi/mpi/c/file_write_at.c switch (fh->f_io_version) { fh 75 ompi/mpi/c/file_write_at.c rc = fh->f_io_selected_module.v2_0_0. fh 76 ompi/mpi/c/file_write_at.c io_module_file_write_at(fh, offset, buf, count, datatype, status); fh 86 ompi/mpi/c/file_write_at.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write_at_all.c int MPI_File_write_at_all(MPI_File fh, MPI_Offset offset, const void *buf, fh 58 ompi/mpi/c/file_write_at_all.c if (ompi_file_invalid(fh)) { fh 59 ompi/mpi/c/file_write_at_all.c fh = MPI_FILE_NULL; fh 66 ompi/mpi/c/file_write_at_all.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 73 ompi/mpi/c/file_write_at_all.c switch (fh->f_io_version) { fh 75 ompi/mpi/c/file_write_at_all.c rc = fh->f_io_selected_module.v2_0_0. fh 76 ompi/mpi/c/file_write_at_all.c io_module_file_write_at_all(fh, offset, buf, count, datatype, fh 87 ompi/mpi/c/file_write_at_all.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write_at_all_begin.c int MPI_File_write_at_all_begin(MPI_File fh, MPI_Offset offset, const void *buf, fh 57 ompi/mpi/c/file_write_at_all_begin.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_write_at_all_begin.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_write_at_all_begin.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 72 ompi/mpi/c/file_write_at_all_begin.c switch (fh->f_io_version) { fh 74 ompi/mpi/c/file_write_at_all_begin.c rc = fh->f_io_selected_module.v2_0_0. fh 75 ompi/mpi/c/file_write_at_all_begin.c io_module_file_write_at_all_begin(fh, offset, buf, count, fh 86 ompi/mpi/c/file_write_at_all_begin.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 42 ompi/mpi/c/file_write_at_all_end.c int MPI_File_write_at_all_end(MPI_File fh, const void *buf, MPI_Status *status) fh 49 ompi/mpi/c/file_write_at_all_end.c if (ompi_file_invalid(fh)) { fh 50 ompi/mpi/c/file_write_at_all_end.c fh = MPI_FILE_NULL; fh 53 ompi/mpi/c/file_write_at_all_end.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 60 ompi/mpi/c/file_write_at_all_end.c switch (fh->f_io_version) { fh 62 ompi/mpi/c/file_write_at_all_end.c rc = fh->f_io_selected_module.v2_0_0. fh 63 ompi/mpi/c/file_write_at_all_end.c io_module_file_write_at_all_end(fh, buf, status); fh 73 ompi/mpi/c/file_write_at_all_end.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write_ordered.c int MPI_File_write_ordered(MPI_File fh, const void *buf, int count, fh 57 ompi/mpi/c/file_write_ordered.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_write_ordered.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_write_ordered.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 72 ompi/mpi/c/file_write_ordered.c switch (fh->f_io_version) { fh 74 ompi/mpi/c/file_write_ordered.c rc = fh->f_io_selected_module.v2_0_0. fh 75 ompi/mpi/c/file_write_ordered.c io_module_file_write_ordered(fh, buf, count, datatype, status); fh 85 ompi/mpi/c/file_write_ordered.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write_ordered_begin.c int MPI_File_write_ordered_begin(MPI_File fh, const void *buf, int count, fh 57 ompi/mpi/c/file_write_ordered_begin.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_write_ordered_begin.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_write_ordered_begin.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 72 ompi/mpi/c/file_write_ordered_begin.c switch (fh->f_io_version) { fh 74 ompi/mpi/c/file_write_ordered_begin.c rc = fh->f_io_selected_module.v2_0_0. fh 75 ompi/mpi/c/file_write_ordered_begin.c io_module_file_write_ordered_begin(fh, buf, count, datatype); fh 85 ompi/mpi/c/file_write_ordered_begin.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 42 ompi/mpi/c/file_write_ordered_end.c int MPI_File_write_ordered_end(MPI_File fh, const void *buf, MPI_Status *status) fh 49 ompi/mpi/c/file_write_ordered_end.c if (ompi_file_invalid(fh)) { fh 50 ompi/mpi/c/file_write_ordered_end.c fh = MPI_FILE_NULL; fh 53 ompi/mpi/c/file_write_ordered_end.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 60 ompi/mpi/c/file_write_ordered_end.c switch (fh->f_io_version) { fh 62 ompi/mpi/c/file_write_ordered_end.c rc = fh->f_io_selected_module.v2_0_0. fh 63 ompi/mpi/c/file_write_ordered_end.c io_module_file_write_ordered_end(fh, buf, status); fh 73 ompi/mpi/c/file_write_ordered_end.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 44 ompi/mpi/c/file_write_shared.c int MPI_File_write_shared(MPI_File fh, const void *buf, int count, fh 57 ompi/mpi/c/file_write_shared.c if (ompi_file_invalid(fh)) { fh 58 ompi/mpi/c/file_write_shared.c fh = MPI_FILE_NULL; fh 65 ompi/mpi/c/file_write_shared.c OMPI_ERRHANDLER_CHECK(rc, fh, rc, FUNC_NAME); fh 72 ompi/mpi/c/file_write_shared.c switch (fh->f_io_version) { fh 74 ompi/mpi/c/file_write_shared.c rc = fh->f_io_selected_module.v2_0_0. fh 75 ompi/mpi/c/file_write_shared.c io_module_file_write_shared(fh, buf, count, datatype, status); fh 85 ompi/mpi/c/file_write_shared.c OMPI_ERRHANDLER_RETURN(rc, fh, rc, FUNC_NAME); fh 192 ompi/mpi/cxx/file_inln.h MPI_File fh; fh 193 ompi/mpi/cxx/file_inln.h (void) MPI_File_open(comm, const_cast<char *>(filename), amode, info, &fh); fh 194 ompi/mpi/cxx/file_inln.h return fh; fh 41 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c (MPI_Fint *fh, MPI_Fint *errorcode, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c (fh, errorcode, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c (MPI_Fint *fh, MPI_Fint *errorcode, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c (fh, errorcode, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c void ompi_file_call_errhandler_f(MPI_Fint *fh, MPI_Fint *errorcode, fh 75 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_close_f.c (MPI_Fint *fh, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_close_f.c (fh, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_close_f.c (MPI_Fint *fh, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_close_f.c (fh, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_close_f.c void ompi_file_close_f(MPI_Fint *fh, MPI_Fint *ierr) fh 74 ompi/mpi/fortran/mpif-h/file_close_f.c c_fh = PMPI_File_f2c(*fh); fh 80 ompi/mpi/fortran/mpif-h/file_close_f.c *fh = PMPI_File_c2f(c_fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_amode_f.c (MPI_Fint *fh, MPI_Fint *amode, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_amode_f.c (fh, amode, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_amode_f.c (MPI_Fint *fh, MPI_Fint *amode, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_amode_f.c (fh, amode, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_amode_f.c void ompi_file_get_amode_f(MPI_Fint *fh, MPI_Fint *amode, MPI_Fint *ierr) fh 75 ompi/mpi/fortran/mpif-h/file_get_amode_f.c c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c (MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c (fh, flag, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c (MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c (fh, flag, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c void ompi_file_get_atomicity_f(MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr) fh 75 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c (fh, offset, disp, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c (fh, offset, disp, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c void ompi_file_get_byte_offset_f(MPI_Fint *fh, MPI_Offset *offset, fh 75 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c c_fh = PMPI_File_f2c(*fh); fh 69 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c void ompi_file_get_errhandler_f(MPI_Fint *fh, MPI_Fint *errhandler, MPI_Fint *ierr) fh 75 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_group_f.c (MPI_Fint *fh, MPI_Fint *group, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_group_f.c (fh, group, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_group_f.c (MPI_Fint *fh, MPI_Fint *group, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_group_f.c (fh, group, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_group_f.c void ompi_file_get_group_f(MPI_Fint *fh, MPI_Fint *group, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_get_group_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_info_f.c (MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_info_f.c (fh, info_used, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_info_f.c (MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_info_f.c (fh, info_used, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_info_f.c void ompi_file_get_info_f(MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_get_info_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_position_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_position_f.c (fh, offset, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_position_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_position_f.c (fh, offset, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_position_f.c void ompi_file_get_position_f(MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_get_position_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c (fh, offset, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c (fh, offset, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c void ompi_file_get_position_shared_f(MPI_Fint *fh, MPI_Offset *offset, fh 73 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_size_f.c (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_size_f.c (fh, size, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_size_f.c (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_size_f.c (fh, size, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_size_f.c void ompi_file_get_size_f(MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_get_size_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c (MPI_Fint *fh, MPI_Fint *datatype, MPI_Aint *extent, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c (fh, datatype, extent, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c (MPI_Fint *fh, MPI_Fint *datatype, MPI_Aint *extent, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c (fh, datatype, extent, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c void ompi_file_get_type_extent_f(MPI_Fint *fh, MPI_Fint *datatype, fh 73 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 43 ompi/mpi/fortran/mpif-h/file_get_view_f.c (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *ierr, int datarep_len), fh 44 ompi/mpi/fortran/mpif-h/file_get_view_f.c (fh, disp, etype, filetype, datarep, ierr, datarep_len) ) fh 63 ompi/mpi/fortran/mpif-h/file_get_view_f.c (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *ierr, int datarep_len), fh 64 ompi/mpi/fortran/mpif-h/file_get_view_f.c (fh, disp, etype, filetype, datarep, ierr, datarep_len) ) fh 71 ompi/mpi/fortran/mpif-h/file_get_view_f.c void ompi_file_get_view_f(MPI_Fint *fh, MPI_Offset *disp, fh 76 ompi/mpi/fortran/mpif-h/file_get_view_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iread_all_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iread_all_f.c (fh, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iread_all_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iread_all_f.c (fh, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iread_all_f.c void ompi_file_iread_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 74 ompi/mpi/fortran/mpif-h/file_iread_all_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c (fh, offset, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c (fh, offset, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c void ompi_file_iread_at_all_f(MPI_Fint *fh, MPI_Offset *offset, fh 75 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iread_at_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iread_at_f.c (fh, offset, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iread_at_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iread_at_f.c (fh, offset, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iread_at_f.c void ompi_file_iread_at_f(MPI_Fint *fh, MPI_Offset *offset, fh 75 ompi/mpi/fortran/mpif-h/file_iread_at_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iread_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iread_f.c (fh, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iread_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iread_f.c (fh, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iread_f.c void ompi_file_iread_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 74 ompi/mpi/fortran/mpif-h/file_iread_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c (fh, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c (fh, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c void ompi_file_iread_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 75 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c (fh, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c (fh, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c void ompi_file_iwrite_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr) fh 73 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c (fh, offset, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c (fh, offset, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c void ompi_file_iwrite_at_all_f(MPI_Fint *fh, MPI_Offset *offset, char *buf, fh 75 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c (fh, offset, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c (fh, offset, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c void ompi_file_iwrite_at_f(MPI_Fint *fh, MPI_Offset *offset, char *buf, fh 75 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iwrite_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iwrite_f.c (fh, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iwrite_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iwrite_f.c (fh, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iwrite_f.c void ompi_file_iwrite_f(MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr) fh 73 ompi/mpi/fortran/mpif-h/file_iwrite_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c (fh, buf, count, datatype, request, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c (fh, buf, count, datatype, request, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c void ompi_file_iwrite_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 75 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 43 ompi/mpi/fortran/mpif-h/file_open_f.c (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len), fh 44 ompi/mpi/fortran/mpif-h/file_open_f.c (comm, filename, amode, info, fh, ierr, name_len) ) fh 63 ompi/mpi/fortran/mpif-h/file_open_f.c (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len), fh 64 ompi/mpi/fortran/mpif-h/file_open_f.c (comm, filename, amode, info, fh, ierr, name_len) ) fh 72 ompi/mpi/fortran/mpif-h/file_open_f.c MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len) fh 94 ompi/mpi/fortran/mpif-h/file_open_f.c *fh = PMPI_File_c2f(c_fh); fh 41 ompi/mpi/fortran/mpif-h/file_preallocate_f.c (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_preallocate_f.c (fh, size, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_preallocate_f.c (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_preallocate_f.c (fh, size, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_preallocate_f.c void ompi_file_preallocate_f(MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_preallocate_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c (fh, buf, count, datatype, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c (fh, buf, count, datatype, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c void ompi_file_read_all_begin_f(MPI_Fint *fh, char *buf, fh 75 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c (fh, buf, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c (fh, buf, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c void ompi_file_read_all_end_f(MPI_Fint *fh, char *buf, MPI_Fint *status, fh 77 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_all_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_all_f.c (fh, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_all_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_all_f.c (fh, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_all_f.c void ompi_file_read_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 76 ompi/mpi/fortran/mpif-h/file_read_all_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c (fh, offset, buf, count, datatype, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c (fh, offset, buf, count, datatype, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c void ompi_file_read_at_all_begin_f(MPI_Fint *fh, MPI_Offset *offset, fh 75 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c (fh, buf, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c (fh, buf, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c void ompi_file_read_at_all_end_f(MPI_Fint *fh, char *buf, fh 76 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c (fh, offset, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c (fh, offset, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c void ompi_file_read_at_all_f(MPI_Fint *fh, MPI_Offset *offset, fh 78 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_at_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_at_f.c (fh, offset, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_at_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_at_f.c (fh, offset, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_at_f.c void ompi_file_read_at_f(MPI_Fint *fh, MPI_Offset *offset, char *buf, fh 77 ompi/mpi/fortran/mpif-h/file_read_at_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_f.c (fh, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_f.c (fh, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_f.c void ompi_file_read_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 76 ompi/mpi/fortran/mpif-h/file_read_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c (fh, buf, count, datatype, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c (fh, buf, count, datatype, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c void ompi_file_read_ordered_begin_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 74 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c (fh, buf, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c (fh, buf, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c void ompi_file_read_ordered_end_f(MPI_Fint *fh, char *buf, fh 76 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c (fh, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c (fh, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c void ompi_file_read_ordered_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 77 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_read_shared_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_read_shared_f.c (fh, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_read_shared_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_read_shared_f.c (fh, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_read_shared_f.c void ompi_file_read_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 77 ompi/mpi/fortran/mpif-h/file_read_shared_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_seek_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_seek_f.c (fh, offset, whence, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_seek_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_seek_f.c (fh, offset, whence, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_seek_f.c void ompi_file_seek_f(MPI_Fint *fh, MPI_Offset *offset, fh 73 ompi/mpi/fortran/mpif-h/file_seek_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c (fh, offset, whence, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c (fh, offset, whence, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c void ompi_file_seek_shared_f(MPI_Fint *fh, MPI_Offset *offset, fh 73 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_set_atomicity_f.c (MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_set_atomicity_f.c (fh, flag, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_set_atomicity_f.c (MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_set_atomicity_f.c (fh, flag, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_set_atomicity_f.c void ompi_file_set_atomicity_f(MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_set_atomicity_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 70 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c void ompi_file_set_errhandler_f(MPI_Fint *fh, MPI_Fint *errhandler, fh 74 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_set_info_f.c (MPI_Fint *fh, MPI_Fint *info, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_set_info_f.c (fh, info, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_set_info_f.c (MPI_Fint *fh, MPI_Fint *info, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_set_info_f.c (fh, info, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_set_info_f.c void ompi_file_set_info_f(MPI_Fint *fh, MPI_Fint *info, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_set_info_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_set_size_f.c (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_set_size_f.c (fh, size, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_set_size_f.c (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_set_size_f.c (fh, size, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_set_size_f.c void ompi_file_set_size_f(MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_set_size_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 43 ompi/mpi/fortran/mpif-h/file_set_view_f.c (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *info, MPI_Fint *ierr, int datarep_len), fh 44 ompi/mpi/fortran/mpif-h/file_set_view_f.c (fh, disp, etype, filetype, datarep, info, ierr, datarep_len) ) fh 63 ompi/mpi/fortran/mpif-h/file_set_view_f.c (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *info, MPI_Fint *ierr, int datarep_len), fh 64 ompi/mpi/fortran/mpif-h/file_set_view_f.c (fh, disp, etype, filetype, datarep, info, ierr, datarep_len) ) fh 71 ompi/mpi/fortran/mpif-h/file_set_view_f.c void ompi_file_set_view_f(MPI_Fint *fh, MPI_Offset *disp, fh 76 ompi/mpi/fortran/mpif-h/file_set_view_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 41 ompi/mpi/fortran/mpif-h/file_sync_f.c (MPI_Fint *fh, MPI_Fint *ierr), fh 42 ompi/mpi/fortran/mpif-h/file_sync_f.c (fh, ierr) ) fh 61 ompi/mpi/fortran/mpif-h/file_sync_f.c (MPI_Fint *fh, MPI_Fint *ierr), fh 62 ompi/mpi/fortran/mpif-h/file_sync_f.c (fh, ierr) ) fh 69 ompi/mpi/fortran/mpif-h/file_sync_f.c void ompi_file_sync_f(MPI_Fint *fh, MPI_Fint *ierr) fh 72 ompi/mpi/fortran/mpif-h/file_sync_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c (fh, buf, count, datatype, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c (fh, buf, count, datatype, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c void ompi_file_write_all_begin_f(MPI_Fint *fh, char *buf, fh 75 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c (fh, buf, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c (fh, buf, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c void ompi_file_write_all_end_f(MPI_Fint *fh, char *buf, MPI_Fint *status, fh 77 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_all_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_all_f.c (fh, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_all_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_all_f.c (fh, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_write_all_f.c void ompi_file_write_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 76 ompi/mpi/fortran/mpif-h/file_write_all_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c (fh, offset, buf, count, datatype, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c (fh, offset, buf, count, datatype, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c void ompi_file_write_at_all_begin_f(MPI_Fint *fh, MPI_Offset *offset, fh 75 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c (fh, buf, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c (fh, buf, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c void ompi_file_write_at_all_end_f(MPI_Fint *fh, char *buf, fh 76 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c (fh, offset, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c (fh, offset, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c void ompi_file_write_at_all_f(MPI_Fint *fh, MPI_Offset *offset, fh 78 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_at_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_at_f.c (fh, offset, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_at_f.c (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_at_f.c (fh, offset, buf, count, datatype, status, ierr) ) fh 74 ompi/mpi/fortran/mpif-h/file_write_at_f.c void ompi_file_write_at_f(MPI_Fint *fh, MPI_Offset *offset, fh 79 ompi/mpi/fortran/mpif-h/file_write_at_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_f.c (fh, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_f.c (fh, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_write_f.c void ompi_file_write_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 76 ompi/mpi/fortran/mpif-h/file_write_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 42 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 43 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c (fh, buf, count, datatype, ierr) ) fh 62 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr), fh 63 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c (fh, buf, count, datatype, ierr) ) fh 70 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c void ompi_file_write_ordered_begin_f(MPI_Fint *fh, char *buf, fh 75 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c (fh, buf, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c (fh, buf, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c void ompi_file_write_ordered_end_f(MPI_Fint *fh, char *buf, fh 76 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c (fh, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c (fh, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c void ompi_file_write_ordered_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 77 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 44 ompi/mpi/fortran/mpif-h/file_write_shared_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 45 ompi/mpi/fortran/mpif-h/file_write_shared_f.c (fh, buf, count, datatype, status, ierr) ) fh 64 ompi/mpi/fortran/mpif-h/file_write_shared_f.c (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr), fh 65 ompi/mpi/fortran/mpif-h/file_write_shared_f.c (fh, buf, count, datatype, status, ierr) ) fh 72 ompi/mpi/fortran/mpif-h/file_write_shared_f.c void ompi_file_write_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count, fh 77 ompi/mpi/fortran/mpif-h/file_write_shared_f.c MPI_File c_fh = PMPI_File_f2c(*fh); fh 170 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_call_errhandler, mpi_file_call_errhandler, MPI_FILE_CALL_ERRHANDLER, (MPI_Fint *fh, MPI_Fint *errorcode, MPI_Fint *ierr)); fh 174 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_open, mpi_file_open, MPI_FILE_OPEN, (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len)); fh 175 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_close, mpi_file_close, MPI_FILE_CLOSE, (MPI_Fint *fh, MPI_Fint *ierr)); fh 177 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_set_size, mpi_file_set_size, MPI_FILE_SET_SIZE, (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr)); fh 178 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_preallocate, mpi_file_preallocate, MPI_FILE_PREALLOCATE, (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr)); fh 179 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_size, mpi_file_get_size, MPI_FILE_GET_SIZE, (MPI_Fint *fh, MPI_Offset *size, MPI_Fint *ierr)); fh 180 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_group, mpi_file_get_group, MPI_FILE_GET_GROUP, (MPI_Fint *fh, MPI_Fint *group, MPI_Fint *ierr)); fh 181 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_amode, mpi_file_get_amode, MPI_FILE_GET_AMODE, (MPI_Fint *fh, MPI_Fint *amode, MPI_Fint *ierr)); fh 182 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_set_info, mpi_file_set_info, MPI_FILE_SET_INFO, (MPI_Fint *fh, MPI_Fint *info, MPI_Fint *ierr)); fh 183 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_info, mpi_file_get_info, MPI_FILE_GET_INFO, (MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr)); fh 184 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_set_view, mpi_file_set_view, MPI_FILE_SET_VIEW, (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *info, MPI_Fint *ierr, int datarep_len)); fh 185 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_view, mpi_file_get_view, MPI_FILE_GET_VIEW, (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, MPI_Fint *ierr, int datarep_len)); fh 186 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at, mpi_file_read_at, MPI_FILE_READ_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 187 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all, mpi_file_read_at_all, MPI_FILE_READ_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 188 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at, mpi_file_write_at, MPI_FILE_WRITE_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 189 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all, mpi_file_write_at_all, MPI_FILE_WRITE_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 190 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_at, mpi_file_iread_at, MPI_FILE_IREAD_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 191 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_at, mpi_file_iwrite_at, MPI_FILE_IWRITE_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 192 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_at_all, mpi_file_iread_at_all, MPI_FILE_IREAD_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 193 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_at_all, mpi_file_iwrite_at_all, MPI_FILE_IWRITE_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 194 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read, mpi_file_read, MPI_FILE_READ, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 195 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all, mpi_file_read_all, MPI_FILE_READ_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 196 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write, mpi_file_write, MPI_FILE_WRITE, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 197 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all, mpi_file_write_all, MPI_FILE_WRITE_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 198 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread, mpi_file_iread, MPI_FILE_IREAD, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 199 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite, mpi_file_iwrite, MPI_FILE_IWRITE, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 200 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_all, mpi_file_iread_all, MPI_FILE_IREAD_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 201 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_all, mpi_file_iwrite_all, MPI_FILE_IWRITE_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 202 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_seek, mpi_file_seek, MPI_FILE_SEEK, (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr)); fh 203 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_position, mpi_file_get_position, MPI_FILE_GET_POSITION, (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr)); fh 204 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_byte_offset, mpi_file_get_byte_offset, MPI_FILE_GET_BYTE_OFFSET, (MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr)); fh 205 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_shared, mpi_file_read_shared, MPI_FILE_READ_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 206 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_shared, mpi_file_write_shared, MPI_FILE_WRITE_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 207 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_shared, mpi_file_iread_shared, MPI_FILE_IREAD_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 208 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_shared, mpi_file_iwrite_shared, MPI_FILE_IWRITE_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)); fh 209 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered, mpi_file_read_ordered, MPI_FILE_READ_ORDERED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 210 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered, mpi_file_write_ordered, MPI_FILE_WRITE_ORDERED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)); fh 211 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_seek_shared, mpi_file_seek_shared, MPI_FILE_SEEK_SHARED, (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr)); fh 212 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_position_shared, mpi_file_get_position_shared, MPI_FILE_GET_POSITION_SHARED, (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr)); fh 213 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all_begin, mpi_file_read_at_all_begin, MPI_FILE_READ_AT_ALL_BEGIN, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr)); fh 214 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all_end, mpi_file_read_at_all_end, MPI_FILE_READ_AT_ALL_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr)); fh 215 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all_begin, mpi_file_write_at_all_begin, MPI_FILE_WRITE_AT_ALL_BEGIN, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr)); fh 216 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all_end, mpi_file_write_at_all_end, MPI_FILE_WRITE_AT_ALL_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr)); fh 217 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all_begin, mpi_file_read_all_begin, MPI_FILE_READ_ALL_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr)); fh 218 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all_end, mpi_file_read_all_end, MPI_FILE_READ_ALL_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr)); fh 219 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all_begin, mpi_file_write_all_begin, MPI_FILE_WRITE_ALL_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr)); fh 220 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all_end, mpi_file_write_all_end, MPI_FILE_WRITE_ALL_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr)); fh 221 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered_begin, mpi_file_read_ordered_begin, MPI_FILE_READ_ORDERED_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr)); fh 222 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered_end, mpi_file_read_ordered_end, MPI_FILE_READ_ORDERED_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr)); fh 223 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered_begin, mpi_file_write_ordered_begin, MPI_FILE_WRITE_ORDERED_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr)); fh 224 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered_end, mpi_file_write_ordered_end, MPI_FILE_WRITE_ORDERED_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr)); fh 225 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_type_extent, mpi_file_get_type_extent, MPI_FILE_GET_TYPE_EXTENT, (MPI_Fint *fh, MPI_Fint *datatype, MPI_Aint *extent, MPI_Fint *ierr)); fh 226 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_set_atomicity, mpi_file_set_atomicity, MPI_FILE_SET_ATOMICITY, (MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr)); fh 227 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_atomicity, mpi_file_get_atomicity, MPI_FILE_GET_ATOMICITY, (MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr)); fh 228 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_sync, mpi_file_sync, MPI_FILE_SYNC, (MPI_Fint *fh, MPI_Fint *ierr)); fh 1946 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_call_errhandler_f(fh,errorcode,ierror) & fh 1949 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2658 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_close_f(fh,ierror) & fh 2661 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(INOUT) :: fh fh 2675 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_amode_f(fh,amode,ierror) & fh 2678 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2683 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_byte_offset_f(fh,offset,disp,ierror) & fh 2687 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2693 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_group_f(fh,group,ierror) & fh 2696 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2701 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_info_f(fh,info_used,ierror) & fh 2704 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2709 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_position_f(fh,offset,ierror) & fh 2713 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2718 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_position_shared_f(fh,offset,ierror) & fh 2722 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2727 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_size_f(fh,size,ierror) & fh 2731 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2736 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_type_extent_f(fh,datatype,extent,ierror) & fh 2740 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2746 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_view_f(fh,disp,etype,filetype,datarep,ierror,datarep_len) & fh 2751 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2760 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_f(fh,buf,count,datatype,request,ierror) & fh 2763 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2771 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_at_f(fh,offset,buf,count,datatype,request,ierror) & fh 2775 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2784 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_all_f(fh,buf,count,datatype,request,ierror) & fh 2787 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2795 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_at_all_f(fh,offset,buf,count,datatype,request,ierror) & fh 2799 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2808 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_shared_f(fh,buf,count,datatype,request,ierror) & fh 2811 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2819 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_f(fh,buf,count,datatype,request,ierror) & fh 2822 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2830 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_at_f(fh,offset,buf,count,datatype,request,ierror) & fh 2834 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2843 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_all_f(fh,buf,count,datatype,request,ierror) & fh 2846 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2854 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_at_all_f(fh,offset,buf,count,datatype,request,ierror) & fh 2858 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2867 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_shared_f(fh,buf,count,datatype,request,ierror) & fh 2871 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2878 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_open_f(comm,filename,amode,info,fh,ierror,filename_len) & fh 2886 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(OUT) :: fh fh 2891 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_preallocate_f(fh,size,ierror) & fh 2895 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2900 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_f(fh,buf,count,datatype,status,ierror) & fh 2904 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2912 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_f(fh,buf,count,datatype,status,ierror) & fh 2916 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2924 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_begin_f(fh,buf,count,datatype,ierror) & fh 2927 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2934 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_end_f(fh,buf,status,ierror) & fh 2938 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2944 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_f(fh,offset,buf,count,datatype,status,ierror) & fh 2948 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2957 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_f(fh,offset,buf,count,datatype,status,ierror) & fh 2961 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2970 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_begin_f(fh,offset,buf,count,datatype,ierror) & fh 2974 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2982 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_end_f(fh,buf,status,ierror) & fh 2986 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 2992 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_f(fh,buf,count,datatype,status,ierror) & fh 2996 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3004 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_begin_f(fh,buf,count,datatype,ierror) & fh 3007 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3014 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_end_f(fh,buf,status,ierror) & fh 3018 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3024 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_shared_f(fh,buf,count,datatype,status,ierror) & fh 3028 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3036 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_seek_f(fh,offset,whence,ierror) & fh 3040 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3046 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_seek_shared_f(fh,offset,whence,ierror) & fh 3050 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3056 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_set_info_f(fh,info,ierror) & fh 3059 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3064 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_set_size_f(fh,size,ierror) & fh 3068 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3073 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_set_view_f(fh,disp,etype,filetype,datarep,info,ierror,datarep_len) & fh 3078 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3088 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_sync_f(fh,ierror) & fh 3091 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3095 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_f(fh,buf,count,datatype,status,ierror) & fh 3099 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3107 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_f(fh,buf,count,datatype,status,ierror) & fh 3111 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3119 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_begin_f(fh,buf,count,datatype,ierror) & fh 3122 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3129 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_end_f(fh,buf,status,ierror) & fh 3133 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3139 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_f(fh,offset,buf,count,datatype,status,ierror) & fh 3143 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3152 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_f(fh,offset,buf,count,datatype,status,ierror) & fh 3156 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3165 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_begin_f(fh,offset,buf,count,datatype,ierror) & fh 3169 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3177 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_end_f(fh,buf,status,ierror) & fh 3181 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3187 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_f(fh,buf,count,datatype,status,ierror) & fh 3191 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3199 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_begin_f(fh,buf,count,datatype,ierror) & fh 3202 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3209 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_end_f(fh,buf,status,ierror) & fh 3213 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 3219 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_shared_f(fh,buf,count,datatype,status,ierror) & fh 3223 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: fh fh 25 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_call_errhandler(fh, errorcode, ierror) fh 26 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 36 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_close(fh, ierror) fh 37 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(inout) :: fh fh 68 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_amode(fh, amode, ierror) fh 69 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 79 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_atomicity(fh, flag, ierror) fh 80 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 90 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_byte_offset(fh, offset, disp, ierror) fh 92 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 114 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_group(fh, group, ierror) fh 115 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 125 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_info(fh, info_used, ierror) fh 126 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 136 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_position(fh, offset, ierror) fh 138 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 148 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_position_shared(fh, offset, ierror) fh 150 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 160 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_size(fh, size, ierror) fh 162 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 172 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_type_extent(fh, datatype, extent, ierror) fh 174 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 185 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_view(fh, disp, etype, filetype, datarep& fh 188 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 201 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_open(comm, filename, amode, info, fh& fh 207 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(out) :: fh fh 216 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_preallocate(fh, size, ierror) fh 218 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 228 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_seek(fh, offset, whence, ierror) fh 230 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 241 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_seek_shared(fh, offset, whence, ierror) fh 243 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 254 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_set_atomicity(fh, flag, ierror) fh 255 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 276 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_set_info(fh, info, ierror) fh 277 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 287 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_set_size(fh, size, ierror) fh 289 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 299 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_set_view(fh, disp, etype, filetype, datarep, & fh 302 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 316 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_sync(fh, ierror) fh 317 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: fh fh 25 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_call_errhandler(fh, errorcode, ierror) fh 26 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 36 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_close(fh, ierror) fh 37 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(inout) :: fh fh 68 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_amode(fh, amode, ierror) fh 69 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 79 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_atomicity(fh, flag, ierror) fh 80 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 90 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_byte_offset(fh, offset, disp, ierror) fh 92 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 114 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_group(fh, group, ierror) fh 115 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 125 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_info(fh, info_used, ierror) fh 126 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 136 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_position(fh, offset, ierror) fh 138 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 148 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_position_shared(fh, offset, ierror) fh 150 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 160 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_size(fh, size, ierror) fh 162 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 172 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_type_extent(fh, datatype, extent, ierror) fh 174 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 185 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_view(fh, disp, etype, filetype, datarep& fh 188 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 201 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_open(comm, filename, amode, info, fh& fh 207 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(out) :: fh fh 216 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_preallocate(fh, size, ierror) fh 218 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 228 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_seek(fh, offset, whence, ierror) fh 230 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 241 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_seek_shared(fh, offset, whence, ierror) fh 243 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 254 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_set_atomicity(fh, flag, ierror) fh 255 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 276 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_set_info(fh, info, ierror) fh 277 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 287 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_set_size(fh, size, ierror) fh 289 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 299 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_set_view(fh, disp, etype, filetype, datarep, & fh 302 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 316 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_sync(fh, ierror) fh 317 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: fh fh 39 ompi/mpi/java/c/mpi_File.c MPI_File fh; fh 42 ompi/mpi/java/c/mpi_File.c amode, (MPI_Info)info, &fh); fh 46 ompi/mpi/java/c/mpi_File.c return (jlong)fh; fh 50 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 52 ompi/mpi/java/c/mpi_File.c MPI_File file = (MPI_File)fh; fh 68 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong size) fh 70 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_set_size((MPI_File)fh, (MPI_Offset)size); fh 75 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong size) fh 77 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_preallocate((MPI_File)fh, (MPI_Offset)size); fh 82 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 85 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_size((MPI_File)fh, &size); fh 91 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 94 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_group((MPI_File)fh, &group); fh 100 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 103 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_amode((MPI_File)fh, &amode); fh 109 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong info) fh 111 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_set_info((MPI_File)fh, (MPI_Info)info); fh 116 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 119 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_info((MPI_File)fh, &info); fh 125 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong disp, fh 131 ompi/mpi/java/c/mpi_File.c (MPI_File)fh, (MPI_Offset)disp, (MPI_Datatype)etype, fh 139 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong fileOffset, fh 150 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_at((MPI_File)fh, (MPI_Offset)fileOffset, fh 161 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong fileOffset, fh 172 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_at_all((MPI_File)fh, (MPI_Offset)fileOffset, fh 183 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong fileOffset, fh 194 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_at((MPI_File)fh, (MPI_Offset)fileOffset, fh 205 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong fileOffset, fh 216 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_at_all((MPI_File)fh, (MPI_Offset)fileOffset, fh 227 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong offset, fh 233 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iread_at((MPI_File)fh, (MPI_Offset)offset, fh 241 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong offset, fh 247 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iread_at_all((MPI_File)fh, (MPI_Offset)offset, fh 255 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong offset, fh 261 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iwrite_at((MPI_File)fh, (MPI_Offset)offset, fh 269 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong offset, fh 275 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iwrite_at_all((MPI_File)fh, (MPI_Offset)offset, fh 283 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db, fh 292 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read((MPI_File)fh, ptr, count, type, &status); fh 301 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db, fh 310 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_all((MPI_File)fh, ptr, count, type, &status); fh 319 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db, fh 328 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write((MPI_File)fh, ptr, count, type, &status); fh 337 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db, fh 346 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_all((MPI_File)fh, ptr, count, type, &status); fh 355 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 361 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iread((MPI_File)fh, ptr, count, fh 369 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 375 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iread_all((MPI_File)fh, ptr, count, fh 383 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 389 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iwrite((MPI_File)fh, ptr, count, fh 397 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 403 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iwrite_all((MPI_File)fh, ptr, count, fh 411 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong offset, jint whence) fh 413 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_seek((MPI_File)fh, (MPI_Offset)offset, whence); fh 418 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 421 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_position((MPI_File)fh, &offset); fh 427 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong offset) fh 430 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_byte_offset((MPI_File)fh, (MPI_Offset)offset, &disp); fh 436 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db, fh 445 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_shared((MPI_File)fh, ptr, count, type, &status); fh 454 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db, fh 463 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_shared((MPI_File)fh, ptr, count, type, &status); fh 472 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 478 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iread_shared((MPI_File)fh, ptr, count, fh 486 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 492 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_iwrite_shared((MPI_File)fh, ptr, count, fh 500 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db, fh 509 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_ordered((MPI_File)fh, ptr, count, type, &status); fh 518 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db, fh 527 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_ordered((MPI_File)fh, ptr, count, type, &status); fh 536 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong offset, jint whence) fh 538 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_seek_shared((MPI_File)fh, (MPI_Offset)offset, whence); fh 543 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 546 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_position_shared((MPI_File)fh, &offset); fh 552 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong offset, fh 557 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_at_all_begin((MPI_File)fh, (MPI_Offset)offset, fh 563 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat) fh 567 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_at_all_end((MPI_File)fh, ptr, &status); fh 574 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong fileOffset, fh 579 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_at_all_begin((MPI_File)fh, (MPI_Offset)fileOffset, fh 585 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat) fh 589 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_at_all_end((MPI_File)fh, ptr, &status); fh 596 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 602 ompi/mpi/java/c/mpi_File.c (MPI_File)fh, ptr, count, (MPI_Datatype)type); fh 608 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat) fh 612 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_all_end((MPI_File)fh, ptr, &status); fh 619 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 625 ompi/mpi/java/c/mpi_File.c (MPI_File)fh, ptr, count, (MPI_Datatype)type); fh 631 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat) fh 635 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_all_end((MPI_File)fh, ptr, &status); fh 642 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 648 ompi/mpi/java/c/mpi_File.c (MPI_File)fh, ptr, count, (MPI_Datatype)type); fh 654 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat) fh 658 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_read_ordered_end((MPI_File)fh, ptr, &status); fh 665 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, fh 671 ompi/mpi/java/c/mpi_File.c (MPI_File)fh, ptr, count, (MPI_Datatype)type); fh 677 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat) fh 681 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_write_ordered_end((MPI_File)fh, ptr, &status); fh 688 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong type) fh 693 ompi/mpi/java/c/mpi_File.c (MPI_File)fh, (MPI_Datatype)type, &extent); fh 700 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jboolean atomicity) fh 702 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_set_atomicity((MPI_File)fh, atomicity); fh 707 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 710 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_atomicity((MPI_File)fh, &atomicity); fh 716 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 718 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_sync((MPI_File)fh); fh 723 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jlong errhandler) fh 726 ompi/mpi/java/c/mpi_File.c (MPI_File)fh, (MPI_Errhandler)errhandler); fh 732 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh) fh 735 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_get_errhandler((MPI_File)fh, &errhandler); fh 741 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong fh, jint errorCode) fh 743 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_call_errhandler((MPI_File)fh, errorCode); fh 87 ompi/mpi/java/java/File.java private native long close(long fh) throws MPIException; fh 126 ompi/mpi/java/java/File.java private native void setSize(long fh, long size) throws MPIException; fh 139 ompi/mpi/java/java/File.java private native void preallocate(long fh, long size) throws MPIException; fh 152 ompi/mpi/java/java/File.java private native long getSize(long fh) throws MPIException; fh 165 ompi/mpi/java/java/File.java private native long getGroup(long fh) throws MPIException; fh 178 ompi/mpi/java/java/File.java private native int getAMode(long fh) throws MPIException; fh 191 ompi/mpi/java/java/File.java private native void setInfo(long fh, long info) throws MPIException; fh 204 ompi/mpi/java/java/File.java private native long getInfo(long fh) throws MPIException; fh 242 ompi/mpi/java/java/File.java long fh, long disp, long etype, fh 284 ompi/mpi/java/java/File.java long fh, long fileOffset, Object buf, boolean db, int offset, fh 317 ompi/mpi/java/java/File.java long fh, long fileOffset, Object buf, boolean db, int offset, fh 350 ompi/mpi/java/java/File.java long fh, long fileOffset, Object buf, boolean db, int offset, fh 383 ompi/mpi/java/java/File.java long fh, long fileOffset, Object buf, boolean db, int offset, fh 406 ompi/mpi/java/java/File.java long fh, long offset, Buffer buf, int count, long type) fh 429 ompi/mpi/java/java/File.java long fh, long offset, Buffer buf, int count, long type) fh 452 ompi/mpi/java/java/File.java long fh, long offset, Buffer buf, int count, long type) fh 475 ompi/mpi/java/java/File.java long fh, long offset, Buffer buf, int count, long type) fh 504 ompi/mpi/java/java/File.java long fh, Object buf, boolean db, int offset, fh 533 ompi/mpi/java/java/File.java long fh, Object buf, boolean db, int offset, fh 562 ompi/mpi/java/java/File.java long fh, Object buf, boolean db, int offset, fh 591 ompi/mpi/java/java/File.java long fh, Object buf, boolean db, int offset, fh 611 ompi/mpi/java/java/File.java private native long iRead(long fh, Buffer buf, int count, long type) fh 631 ompi/mpi/java/java/File.java private native long iReadAll(long fh, Buffer buf, int count, long type) fh 651 ompi/mpi/java/java/File.java private native long iWrite(long fh, Buffer buf, int count, long type) fh 671 ompi/mpi/java/java/File.java private native long iWriteAll(long fh, Buffer buf, int count, long type) fh 686 ompi/mpi/java/java/File.java private native void seek(long fh, long offset, int whence) throws MPIException; fh 699 ompi/mpi/java/java/File.java private native long getPosition(long fh) throws MPIException; fh 713 ompi/mpi/java/java/File.java private native long getByteOffset(long fh, long offset) throws MPIException; fh 744 ompi/mpi/java/java/File.java long fh, Object buf, boolean db, int offset, int count, fh 776 ompi/mpi/java/java/File.java long fh, Object buf, boolean db, int offset, int count, fh 797 ompi/mpi/java/java/File.java private native long iReadShared(long fh, Buffer buf, int count, long type) fh 818 ompi/mpi/java/java/File.java private native long iWriteShared(long fh, Buffer buf, int count, long type) fh 850 ompi/mpi/java/java/File.java long fh, Object buf, boolean db, int offset, int count, fh 882 ompi/mpi/java/java/File.java long fh, Object buf, boolean db, int offset, int count, fh 897 ompi/mpi/java/java/File.java private native void seekShared(long fh, long offset, int whence) fh 911 ompi/mpi/java/java/File.java private native long getPositionShared(long fh) throws MPIException; fh 949 ompi/mpi/java/java/File.java long fh, long offset, Object buf, int count, long type) fh 974 ompi/mpi/java/java/File.java private native void readAtAllEnd(long fh, Object buf, long[] stat) fh 1013 ompi/mpi/java/java/File.java long fh, long fileOffset, Object buf, int count, long type) fh 1038 ompi/mpi/java/java/File.java private native void writeAtAllEnd(long fh, Object buf, long[] stat) fh 1075 ompi/mpi/java/java/File.java private native void readAllBegin(long fh, Object buf, int count, long type) fh 1100 ompi/mpi/java/java/File.java private native void readAllEnd(long fh, Object buf, long[] stat) fh 1137 ompi/mpi/java/java/File.java private native void writeAllBegin(long fh, Object buf, int count, long type) fh 1162 ompi/mpi/java/java/File.java private native void writeAllEnd(long fh, Object buf, long[] stat) fh 1199 ompi/mpi/java/java/File.java private native void readOrderedBegin(long fh, Object buf, int count, long type) fh 1224 ompi/mpi/java/java/File.java private native void readOrderedEnd(long fh, Object buf, long[] stat) fh 1261 ompi/mpi/java/java/File.java private native void writeOrderedBegin(long fh, Object buf, int count, long type) fh 1286 ompi/mpi/java/java/File.java private native void writeOrderedEnd(long fh, Object buf, long[] stat) fh 1308 ompi/mpi/java/java/File.java private native int getTypeExtent(long fh, long type) throws MPIException; fh 1321 ompi/mpi/java/java/File.java private native void setAtomicity(long fh, boolean atomicity) fh 1335 ompi/mpi/java/java/File.java private native boolean getAtomicity(long fh) throws MPIException; fh 1360 ompi/mpi/java/java/File.java private native void setErrhandler(long fh, long errhandler) fh 1374 ompi/mpi/java/java/File.java private native long getErrhandler(long fh); fh 850 opal/class/opal_interval_tree.c static void opal_interval_tree_dump_node (opal_interval_tree_t *tree, opal_interval_tree_node_t *node, int black_rank, FILE *fh) fh 867 opal/class/opal_interval_tree.c fprintf (fh, " Node%lx [color=black,label=nill];\n\n", left); fh 874 opal/class/opal_interval_tree.c fprintf (fh, " Node%lx [color=black,label=nill];\n\n", right); fh 880 opal/class/opal_interval_tree.c fprintf (fh, " Node%lx [color=%s,shape=box,label=\"[0x%" PRIx64 ",0x%" PRIx64 "]\\nmax=0x%" PRIx64 fh 883 opal/class/opal_interval_tree.c fprintf (fh, " Node%lx -> Node%lx;\n", (uintptr_t) node, left); fh 884 opal/class/opal_interval_tree.c fprintf (fh, " Node%lx -> Node%lx;\n\n", (uintptr_t) node, right); fh 886 opal/class/opal_interval_tree.c fprintf (fh, " Node%lx -> Node%lx;\n\n", (uintptr_t) node, (uintptr_t) node->parent); fh 888 opal/class/opal_interval_tree.c opal_interval_tree_dump_node (tree, node->left, black_rank, fh); fh 889 opal/class/opal_interval_tree.c opal_interval_tree_dump_node (tree, node->right, black_rank, fh); fh 894 opal/class/opal_interval_tree.c FILE *fh; fh 896 opal/class/opal_interval_tree.c fh = fopen (path, "w"); fh 897 opal/class/opal_interval_tree.c if (NULL == fh) { fh 901 opal/class/opal_interval_tree.c fprintf (fh, "digraph {\n"); fh 902 opal/class/opal_interval_tree.c fprintf (fh, " graph [ordering=\"out\"];"); fh 903 opal/class/opal_interval_tree.c opal_interval_tree_dump_node (tree, tree->root.left, 0, fh); fh 904 opal/class/opal_interval_tree.c fprintf (fh, "}\n"); fh 906 opal/class/opal_interval_tree.c fclose (fh); fh 242 opal/mca/btl/ugni/btl_ugni_init.c FILE *fh; fh 285 opal/mca/btl/ugni/btl_ugni_init.c fh = fopen ("/proc/sys/kernel/pid_max", "r"); fh 286 opal/mca/btl/ugni/btl_ugni_init.c if (NULL != fh) { fh 287 opal/mca/btl/ugni/btl_ugni_init.c fscanf (fh, "%d", &pid_max); fh 288 opal/mca/btl/ugni/btl_ugni_init.c fclose (fh); fh 210 opal/mca/mpool/hugepage/mpool_hugepage_component.c FILE *fh; fh 214 opal/mca/mpool/hugepage/mpool_hugepage_component.c fh = setmntent ("/proc/mounts", "r"); fh 215 opal/mca/mpool/hugepage/mpool_hugepage_component.c if (NULL == fh) { fh 219 opal/mca/mpool/hugepage/mpool_hugepage_component.c while (NULL != (mntent = getmntent(fh))) { fh 283 opal/mca/mpool/hugepage/mpool_hugepage_component.c endmntent (fh);