Changeset 16071


Ignore:
Timestamp:
09/04/13 15:14:43 (12 years ago)
Author:
utke
Message:

CHG didn't mean to commit that in the first place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/mumps/MpiDenseMumpsSolve.cpp

    r16070 r16071  
    198198                   parameters);
    199199
    200 if (my_rank==0) for (int i=0;i<Kff_M;++i) std::cout << i << " : " << rhs[i] << std::endl;
    201200        /*Now scatter from cpu 0 to all other cpus: {{{*/
    202201        ISSM_MPI_Scatterv( rhs, recvcounts, displs, ISSM_MPI_DOUBLE, uf, uf_m, ISSM_MPI_DOUBLE, 0, comm);
Note: See TracChangeset for help on using the changeset viewer.