Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mumps_estim_flops (inode, n, procnode_steps, keep199, nd, fils, frere_steps, step, pimaster, keep28, keep50, keep253, flop1, iw, liw, xsize) |
| subroutine | mumps_update_flops_root (opeliw, keep50, nfront, npiv, nprow, npcol, myid) |
| subroutine | mumps_get_flops_cost (nfront, npiv, nass, keep50, level, cost) |
| subroutine | mumps_print_still_active (myid, keep, dkeep17, opeliw, oplast_printed, mpa) |
| subroutine mumps_estim_flops | ( | integer | inode, |
| integer | n, | ||
| integer, dimension(keep28) | procnode_steps, | ||
| integer | keep199, | ||
| integer, dimension(keep28) | nd, | ||
| integer, dimension(n) | fils, | ||
| integer, dimension(keep28) | frere_steps, | ||
| integer, dimension(n) | step, | ||
| integer, dimension(keep28) | pimaster, | ||
| integer | keep28, | ||
| integer | keep50, | ||
| integer | keep253, | ||
| double precision | flop1, | ||
| integer, dimension( liw ) | iw, | ||
| integer | liw, | ||
| integer | xsize ) |
Definition at line 14 of file estim_flops.F.
| subroutine mumps_get_flops_cost | ( | integer, intent(in) | nfront, |
| integer, intent(in) | npiv, | ||
| integer, intent(in) | nass, | ||
| integer, intent(in) | keep50, | ||
| integer, intent(in) | level, | ||
| double precision, intent(out) | cost ) |
Definition at line 72 of file estim_flops.F.
| subroutine mumps_print_still_active | ( | integer, intent(in) | myid, |
| integer, dimension (500), intent(in) | keep, | ||
| double precision | dkeep17, | ||
| double precision, intent(in) | opeliw, | ||
| double precision, intent(inout) | oplast_printed, | ||
| integer, intent(in) | mpa ) |
Definition at line 118 of file estim_flops.F.
| subroutine mumps_update_flops_root | ( | double precision, intent(inout) | opeliw, |
| integer, intent(in) | keep50, | ||
| integer, intent(in) | nfront, | ||
| integer, intent(in) | npiv, | ||
| integer, intent(in) | nprow, | ||
| integer, intent(in) | npcol, | ||
| integer, intent(in) | myid ) |
Definition at line 59 of file estim_flops.F.