Link Copied
[bash]x[190] = 0.148965665581836 x[191] = 0.070085873857829 x[192] = -0.081967888801244 x[193] = -0.004636397132979 x[194] = 0.144152764617072 x[195] = 0.068992992279192 x[196] = -0.075972409973426 x[197] = -0.002248602377340 x[198] = 0.139676431782044 x[199] = 0.067989446179749 x[200] = -0.043945941466850[/bash]
[bash]x[190] = 0.000054015242395 x[191] = -0.000008779165926 x[192] = 0.000032009486079 x[193] = 0.000074904450179 x[194] = 0.000016875289852 x[195] = -0.000043032478423 x[196] = -0.000004206083729 x[197] = 0.000036651462645 x[198] = -0.000018741413415 x[199] = -0.000075950902342 x[200] = -0.000038955173214[/bash]
[bash]x[190] = 0.000054015242395 x[191] = -0.000008779165926 x[192] = 0.000032009486079 x[193] = 0.000074904450179 x[194] = 0.000016875289852 x[195] = -0.000043032478423 x[196] = -0.000004206083729 x[197] = 0.000036651462645 x[198] = -0.000018741413415 x[199] = -0.000075950902342 x[200] = -0.000038955173214[/bash]
[bash] for (i = 0; i < 64; i++) { iparm = 0; } iparm[0] = 1; /* No solver default */ iparm[1] = 2; /* Fill-in reordering from METIS */ /* Numbers of processors, value of OMP_NUM_THREADS */ iparm[2] = 2; iparm[3] = 0; /* No iterative-direct algorithm */ iparm[4] = 0; /* No user fill-in reducing permutation */ iparm[5] = 0; /* Write solution into x */ iparm[6] = 0; /* Not in use */ iparm[7] = 2; /* Max numbers of iterative refinement steps */ iparm[8] = 0; /* Not in use */ iparm[9] = 13; /* Perturb the pivot elements with 1E-13 */ iparm[10] = 1; /* Use nonsymmetric permutation and scaling MPS */ iparm[11] = 0; /* Not in use */ iparm[12] = 0; /* Maximum weighted matching algorithm is switched-on (default for non-symmetric) */ iparm[13] = 0; /* Output: Number of perturbed pivots */ iparm[14] = 0; /* Not in use */ iparm[15] = 0; /* Not in use */ iparm[16] = 0; /* Not in use */ iparm[17] = -1; /* Output: Number of nonzeros in the factor LU */ iparm[18] = -1; /* Output: Mflops for LU factorization */ iparm[19] = 0; /* Output: Numbers of CG Iterations */ maxfct = 1; /* Maximum number of numerical factorizations. */ mnum = 1; /* Which factorization to use. */ msglvl = 0; /* Print statistical information in file */ error = 0; /* Initialize error flag */ for (i = 0; i < 64; i++) { pt = 0; } [/bash]
For more complete information about compiler optimizations, see our Optimization Notice.