This subroutine reads the parameters needed to run the serialtest program from standard input
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(psb_ctxt_type), | intent(in) | :: | ctxt | |||
character(len=*), | intent(out) | :: | mname | |||
character(len=*), | intent(out) | :: | fname | |||
character(len=*), | intent(out) | :: | variant | |||
real(kind=psb_dpk_), | intent(out) | :: | scaling | |||
logical, | intent(out) | :: | dump |