Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. iparm[13] = 0; /* Output: Number of perturbed pivots */
  2. iparm[17] = 0; //-1; /* Output: Number of nonzeros in the factor LU */
  3. iparm[18] = 0; //-1; /* Output: Mflops for LU factorization */
  4. iparm[19] = 0; /* Output: Numbers of CG Iterations */
  5. msglvl = 0;//1; /* Print statistical information in file */
  6.  
  7. PARDISO (pt, &maxfct, &mnum, &mtype, &phase,
  8. &m2, symA, symA_ia, symA_ja, &idum, &nrhs, iparm, &msglvl, &ddum, &ddum, &error);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement