35 #include "qrm_common.h" 49 character(kind=c_char) :: string(40)
50 integer(c_int),
value :: val
52 character(len=40) :: a
54 write(a,
'(40a)')string
65 character(kind=c_char) :: string(40)
68 character(len=40) :: a
70 write(a,
'(40a)')string
81 character(kind=c_char) :: string(40)
82 integer(c_long_long) :: val
84 character(len=40) :: a
86 write(a,
'(40a)')string
This module contains the interfaces of all non-typed routines.
subroutine qrm_ggeti_c(string, val)
C equivalent of the _qrm_common_mod::_qrm_ggeti routine (only for global, integer type) ...
subroutine qrm_ggetii(string, iival)
This module contains all the error management routines and data.
subroutine qrm_err_check_c()
C equivalent of the _qrm_error_mod::_qrm_error_check routine.
subroutine qrm_ggetii_c(string, val)
C equivalent of the _qrm_common_mod::_qrm_ggetii routine (only for global, integer type) ...
subroutine qrm_err_check()
This subroutine checks the errors stack. If something is found all the entries in the stack are poppe...
This module contains the definition of the qr_mumps C interface common to all precisions/types.
subroutine qrm_gseti(string, ival)
subroutine qrm_ggeti(string, ival)
subroutine qrm_gseti_c(string, val)
C equivalent of the _qrm_common_mod::_qrm_gseti routine (only for global, integer type) ...