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... | |
Public Member Functions | |
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.
Definition at line 37 of file qrm_common_mod.F90.
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 391 of file qrm_common_mod.F90.
References i, and qrm_common_mod::qrm_count_flops::qrm_count_pureflops().
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 360 of file qrm_common_mod.F90.
References qrm_common_mod::qrm_count_flops::qrm_count_realflops().
subroutine qrm_common_mod::qrm_ggeti | ( | character(len=*) | string, |
integer | ival | ||
) |
Definition at line 273 of file qrm_common_mod.F90.
References qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_check(), and qrm_common_mod::qrm_get::qrm_ggetii().
subroutine qrm_common_mod::qrm_ggetii | ( | character(len=*) | string, |
integer(kind=8) | iival | ||
) |
Definition at line 305 of file qrm_common_mod.F90.
References 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(), and qrm_error_mod::qrm_err_push().
subroutine qrm_common_mod::qrm_gseti | ( | character(len=*) | string, |
integer | ival | ||
) |
Definition at line 223 of file qrm_common_mod.F90.
References 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(), and qrm_error_mod::qrm_err_push().