QR_MUMPS
|
This module contains the interfaces of all non-typed routines. More...
Data Types | |
interface | qrm_amalg_tree |
Generic interface for the ::qrm_amalg_tree routine. More... | |
interface | qrm_check_cperm |
Generic interface for the ::qrm_check_cperm routine. More... | |
interface | qrm_compress_data |
Generic interface for the ::qrm_compress_data routine. More... | |
interface | qrm_count_flops |
Generic interface for the ::qrm_count_realflops ::qrm_count_pureflops. More... | |
interface | qrm_get |
interface | qrm_hwloc_bind |
Generic interface for the ::qrm_hwloc_bind routine. More... | |
interface | qrm_hwloc_info |
Generic interface for the ::qrm_hwloc_info routine. More... | |
interface | qrm_hwloc_topo |
Generic interface for the ::qrm_hwloc_topo routine. More... | |
interface | qrm_msleep |
Generic interface for the ::qrm_msleep routine. More... | |
interface | qrm_postorder |
Generic interface for the ::qrm_postorder routine. More... | |
interface | qrm_print_tree |
Generic interface for the ::qrm_print_nsteps_tree, ::qrm_print_elim_tree and ::qrm_print_asm_tree routines. More... | |
interface | qrm_prnt_array |
Generic interface for the ::qrm_prnt_iarray, ::qrm_prnt_sarray, ::qrm_prnt_darray, ::qrm_prnt_carray and ::qrm_prnt_zarray routines. More... | |
interface | qrm_reorder_tree |
Generic interface for the ::qrm_reorder_tree routine. More... | |
interface | qrm_set |
interface | qrm_swtime |
Generic interface for the ::qrm_swtime routine. More... | |
interface | qrm_uwtime |
Generic interface for the ::qrm_uwtime routine. More... | |
Functions/Subroutines | |
subroutine | qrm_gseti (string, ival) |
subroutine | qrm_ggeti (string, ival) |
subroutine | qrm_ggetii (string, iival) |
real(kind(1.d0)) function | qrm_count_realflops (m, n, k, op) |
Used for counting the actual flops. More... | |
real(kind(1.d0)) function | qrm_count_pureflops (stair, n, j, nb) |
Used for counting the real flops (i.e., it ignores the zeros included by the blocking) More... | |
This module contains the interfaces of all non-typed routines.
real(kind(1.d0)) function qrm_common_mod::qrm_count_pureflops | ( | integer, dimension(:) | stair, |
integer | n, | ||
integer | j, | ||
integer | nb | ||
) |
Used for counting the real flops (i.e., it ignores the zeros included by the blocking)
Definition at line 392 of file qrm_common_mod.F90.
real(kind(1.d0)) function qrm_common_mod::qrm_count_realflops | ( | integer | m, |
integer | n, | ||
integer | k, | ||
character, dimension(*) | op | ||
) |
Used for counting the actual flops.
Definition at line 361 of file qrm_common_mod.F90.
subroutine qrm_common_mod::qrm_ggeti | ( | character(len=*) | string, |
integer | ival | ||
) |
Definition at line 274 of file qrm_common_mod.F90.
References qrm_error_mod::qrm_abort_, qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_check(), and qrm_ggetii().
Referenced by qrm_c_comm_interface::qrm_ggeti_c().
subroutine qrm_common_mod::qrm_ggetii | ( | character(len=*) | string, |
integer(kind=8) | iival | ||
) |
Definition at line 306 of file qrm_common_mod.F90.
References qrm_error_mod::qrm_abort_, qrm_const_mod::qrm_dunit, qrm_error_mod::qrm_err_act, qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_check(), qrm_error_mod::qrm_err_get(), qrm_error_mod::qrm_err_push(), qrm_const_mod::qrm_eunit, qrm_mem_mod::qrm_max_mem, qrm_const_mod::qrm_ounit, and qrm_mem_mod::qrm_tot_mem.
Referenced by qrm_ggeti(), and qrm_c_comm_interface::qrm_ggetii_c().
subroutine qrm_common_mod::qrm_gseti | ( | character(len=*) | string, |
integer | ival | ||
) |
Definition at line 224 of file qrm_common_mod.F90.
References qrm_error_mod::qrm_abort_, qrm_const_mod::qrm_dunit, qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_act_set(), qrm_error_mod::qrm_err_check(), qrm_error_mod::qrm_err_push(), qrm_const_mod::qrm_eunit, qrm_mem_mod::qrm_exact_mem, qrm_mem_mod::qrm_max_mem, qrm_const_mod::qrm_ounit, and qrm_mem_mod::qrm_tot_mem.
Referenced by qrm_c_comm_interface::qrm_gseti_c().