QR_MUMPS
Data Types | Modules | Functions/Subroutines
qrm_common_mod.F90 File Reference

this module contains generic interfaces for all the untyped routines. More...

Go to the source code of this file.

Data Types

interface  qrm_common_mod::qrm_print_tree
 Generic interface for the ::qrm_print_nsteps_tree, ::qrm_print_elim_tree and ::qrm_print_asm_tree routines. More...
 
interface  qrm_common_mod::qrm_postorder
 Generic interface for the ::qrm_postorder routine. More...
 
interface  qrm_common_mod::qrm_amalg_tree
 Generic interface for the ::qrm_amalg_tree routine. More...
 
interface  qrm_common_mod::qrm_compress_data
 Generic interface for the ::qrm_compress_data routine. More...
 
interface  qrm_common_mod::qrm_reorder_tree
 Generic interface for the ::qrm_reorder_tree routine. More...
 
interface  qrm_common_mod::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_common_mod::qrm_swtime
 Generic interface for the ::qrm_swtime routine. More...
 
interface  qrm_common_mod::qrm_uwtime
 Generic interface for the ::qrm_uwtime routine. More...
 
interface  qrm_common_mod::qrm_msleep
 Generic interface for the ::qrm_msleep routine. More...
 
interface  qrm_common_mod::qrm_check_cperm
 Generic interface for the ::qrm_check_cperm routine. More...
 
interface  qrm_common_mod::qrm_hwloc_bind
 Generic interface for the ::qrm_hwloc_bind routine. More...
 
interface  qrm_common_mod::qrm_hwloc_topo
 Generic interface for the ::qrm_hwloc_topo routine. More...
 
interface  qrm_common_mod::qrm_hwloc_info
 Generic interface for the ::qrm_hwloc_info routine. More...
 
interface  qrm_common_mod::qrm_count_flops
 Generic interface for the ::qrm_count_realflops ::qrm_count_pureflops. More...
 
interface  qrm_common_mod::qrm_set
 
interface  qrm_common_mod::qrm_get
 

Modules

module  qrm_common_mod
 This module contains the interfaces of all non-typed routines.
 

Functions/Subroutines

subroutine qrm_common_mod::qrm_gseti (string, ival)
 
subroutine qrm_common_mod::qrm_ggeti (string, ival)
 
subroutine qrm_common_mod::qrm_ggetii (string, iival)
 
real(kind(1.d0)) function qrm_common_mod::qrm_count_realflops (m, n, k, op)
 Used for counting the actual flops. More...
 
real(kind(1.d0)) function qrm_common_mod::qrm_count_pureflops (stair, n, j, nb)
 Used for counting the real flops (i.e., it ignores the zeros included by the blocking) More...
 

Detailed Description

this module contains generic interfaces for all the untyped routines.

Date
2016-01-29 22:22:30 +0100 (Fri, 29 Jan 2016)
Author
abuttari
Version
1.1
Revision
2075

Definition in file qrm_common_mod.F90.