Changeset 16259


Ignore:
Timestamp:
09/26/13 21:46:45 (11 years ago)
Author:
Eric.Larour
Message:

CHG: don't verbose by default

File:
1 edited

Legend:

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

    r16217 r16259  
    3434void MumpsSettings(DMUMPS_STRUC_C &theMumpsStruc) {
    3535        /*Control statements:{{{ */
    36         theMumpsStruc.icntl[1-1] = 6; //error verbose
    37         theMumpsStruc.icntl[2-1] = 1; //std verbose
    38         theMumpsStruc.icntl[4-1] = 4; //verbose everything
     36        theMumpsStruc.icntl[1-1] = 6; //error verbose: default 6, 0 or negative -> suppressed
     37        theMumpsStruc.icntl[2-1] = 0; //std verbose: default 1, 0 or negative -> suppressed
     38        theMumpsStruc.icntl[3-1] = 0; //global information verbose: default 6, 0 or negative -> suppressed
     39        theMumpsStruc.icntl[4-1] = 0; //verbose everything: default is 4
    3940        theMumpsStruc.icntl[5-1] = 0;
    4041        theMumpsStruc.icntl[18-1] = 3;
Note: See TracChangeset for help on using the changeset viewer.