Report Title:
mpirun -np 8 -host localhost --oversubscribe ./amg
Main Report >
Comparison
>
/usr/workspace/wsa/laguna/fpchecker/cpu_checking/apps/AMG/AMG/seq_mv/csr_matvec.c
Comparison
Report
csr_matvec.c
| 1 | /*BHEADER********************************************************************** |
| 2 | ... |
| 108 | ... |
| 109 | |
| 110 | if (alpha == 0.0) |
| 111 | { |
| 112 | ... |
| 145 | ... |
| 146 | { |
| 147 | if (temp == 0.0) |
| 148 | { |
| 149 | ... |
| 250 | ... |
| 251 | |
| 252 | if (0 == temp) |
| 253 | { |
| 254 | if (1 == alpha) // JSP: a common path |
| 255 | { |
| 256 | ... |
| 289 | ... |
| 290 | } // temp == 0 |
| 291 | else if (-1 == temp) // beta == -alpha |
| 292 | { |
| 293 | if (1 == alpha) // JSP: a common path |
| 294 | { |
| 295 | ... |
| 303 | ... |
| 304 | } // y = A*x - y |
| 305 | else if (-1 == alpha) // JSP: a common path |
| 306 | { |
| 307 | ... |
| 328 | ... |
| 329 | } // temp == -1 |
| 330 | else if (1 == temp) |
| 331 | { |
| 332 | ... |
| 497 | ... |
| 498 | |
| 499 | if (alpha == 0.0) |
| 500 | { |
| 501 | ... |
| 522 | ... |
| 523 | { |
| 524 | if (temp == 0.0) |
| 525 | { |
| 526 | ... |