Changeset 17661


Ignore:
Timestamp:
04/07/14 13:31:43 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: make sure matlab reordering is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solvers/mumpsoptions.m

    r15908 r17661  
    2727        mumps.mat_mumps_icntl_14=getfieldvalue(options,'mat_mumps_icntl_14',120);
    2828        mumps.pc_factor_shift_positive_definite=getfieldvalue(options,'pc_factor_shift_positive_definite','true');
     29        mumps.mat_mumps_icntl_28=2; %1=serial, 2=parallel
     30        mumps.mat_mumps_icntl_29=2; %parallel ordering 1 = ptscotch, 2 = parmetis
    2931end
Note: See TracChangeset for help on using the changeset viewer.