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 all the error management routines and data.
void qrm_gseti_c(const char *string, int val)
subroutine qrm_ggeti(string, ival)
This module contains the interfaces of all non-typed routines.
This module contains the definition of the qr_mumps C interface common to all precisions/types.
subroutine qrm_ggetii(string, iival)
subroutine qrm_err_check()
This subroutine checks the errors stack. If something is found all the entries in the stack are poppe...
void qrm_ggetii_c(const char *string, long long *val)
subroutine qrm_gseti(string, ival)
void qrm_ggeti_c(const char *string, int *val)