~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/mpi/romio/adio/common/ad_coll_build_req_new.c

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
902
902
    ADIO_Offset *fr_st_off_arr = fd->file_realm_st_offs;
903
903
    ADIO_Offset *agg_comm_cur_sz_arr = NULL;
904
904
    MPI_Datatype *fr_type_arr = fd->file_realm_types;
905
 
    int cb_node_ct = fd->hints->cb_nodes;
906
905
    int *agg_ol_ct_arr = NULL;
907
906
    int *agg_ol_cur_ct_arr = NULL;
908
907
    int tmp_agg_fr_idx = -1;
984
983
            for (j = 0; j < nprocs; j++)
985
984
            {
986
985
                tmp_agg_fr_idx = ADIOI_Agg_idx(j, fd);
987
 
                assert(tmp_agg_fr_idx < cb_node_ct);
 
986
                assert(tmp_agg_fr_idx < fd->hints->cb_nodes);
988
987
                
989
988
                /* If this process is not an aggregator or we have
990
989
                 * finished all the bytes for this aggregator, move