Changeset 16259
- Timestamp:
- 09/26/13 21:46:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mumps/MpiDenseMumpsSolve.cpp
r16217 r16259 34 34 void MumpsSettings(DMUMPS_STRUC_C &theMumpsStruc) { 35 35 /*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 39 40 theMumpsStruc.icntl[5-1] = 0; 40 41 theMumpsStruc.icntl[18-1] = 3;
Note:
See TracChangeset
for help on using the changeset viewer.