Ignore:
Timestamp:
05/15/18 08:23:55 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: reverting changes

File:
1 edited

Legend:

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

    r22769 r22770  
    2727        mumps.pc_factor_mat_solver_package=getfieldvalue(options,'pc_factor_mat_solver_package','mumps');
    2828        mumps.mat_mumps_icntl_14=getfieldvalue(options,'mat_mumps_icntl_14',120);
    29 
    30         %Seems like this one is not needed anymore
    3129        mumps.pc_factor_shift_positive_definite=getfieldvalue(options,'pc_factor_shift_positive_definite','true');
    3230
    3331        %These 2 lines make raijin break (ptwgts error during solver with PETSc 3.3)
    34         %mumps.mat_mumps_icntl_28=2; %1=serial, 2=parallel
    35         %mumps.mat_mumps_icntl_29=2; %parallel ordering 1 = ptscotch, 2 = parmetis
     32        mumps.mat_mumps_icntl_28=2; %1=serial, 2=parallel
     33        mumps.mat_mumps_icntl_29=2; %parallel ordering 1 = ptscotch, 2 = parmetis
    3634end
Note: See TracChangeset for help on using the changeset viewer.