Public Attributes |
| integer | ictest = 0 |
| | test mode '-t'
|
| integer | metsol = 0 |
| | solution method (1: inversion, 2: diagonalization, 3: MINRES)
|
| integer | matsto = 2 |
| | (global) matrix storage mode (1: full, 2: sparse)
|
| integer | mprint = 1 |
| | print flag (0: minimal, 1: normal, >1: more)
|
| integer | mdebug = 0 |
| | debug flag (number of records to print)
|
| integer | mdebg2 = 10 |
| | number of measurements for record debug printout
|
| integer | mreqen = 10 |
| | required number of entries (for variable global parameter)
|
| integer | mitera = 1 |
| | number of iterations
|
| integer | nloopn = 0 |
| | number of data reading, fitting loops
|
| integer | mbandw = 0 |
| | band width of preconditioner matrix
|
| integer | lunkno = 0 |
| | flag for unkown keywords
|
| integer | lhuber = 0 |
| | Huber down-weighting flag.
|
| real | chicut = 0.0 |
| | cut in terms of 3-sigma cut, first iteration
|
| real | chirem = 0.0 |
| | cut in terms of 3-sigma cut, other iterations, approaching 1.
|
| real | chhuge = 50.0 |
| | cut in terms of 3-sigma for unreasonable data, all iterations
|
| integer | nrecpr = 0 |
| | record number with printout
|
| integer | nrecp2 = 0 |
| | record number with printout
|
| integer | nrec1 = 0 |
| | record number with largest residual
|
| integer | nrec2 = 0 |
| | record number with largest chi^2/Ndf
|
| real | value1 = 0.0 |
| | largest residual
|
| real | value2 = 0.0 |
| | largest chi^2/Ndf
|
| real | dwcut = 0.0 |
| | down-weight fraction cut
|
| integer | isubit = 0 |
| | subito flag '-s'
|
| real | wolfc1 = 0.0 |
| | C_1 of strong Wolfe condition.
|
| real | wolfc2 = 0.0 |
| | C_2 of strong Wolfe condition.
|
| double precision | mrestl = 1.0D-06 |
| | tolerance criterion for MINRES
|
| integer | nofeas = 0 |
| | flag for skipping making parameters feasible
|
| integer | nhistp = 0 |
| | flag for histogram printout
|
| real | delfun = 0.0 |
| | expected function change
|
| real | actfun = 0.0 |
| | actual function change
|
| real | angras = 0.0 |
| | angle between gradient and search direction
|
| integer | iterat = 0 |
| | iterations in solution
|
| integer | nregul = 0 |
| | regularization flag
|
| real | regula = 1.0 |
| | regularization parameter, add regula * norm(global par.) to objective function
|
| real | regpre = 0.0 |
| | default presigma
|
| integer | matrit = 0 |
| | matrix calculation up to iteration MATRIT
|
| integer | icalcm = 0 |
| | calculation mode (for XLOOPN) , >0: calculate matrix
|
| integer | numbit = 1 |
| | number of bits for pair counters
|
| integer | nbndr = 0 |
| | number of records with bordered band matrix for local fit
|
| integer | nbdrx = 0 |
| | max border size for local fit
|
| integer | nbndx = 0 |
| | max band width for local fit
|
| integer | nrecer = 0 |
| | record with error (rank deficit or Not-a-Number) for printout
|
| integer | nrec3 = maxi4 |
| | (1.) record number with error
|
| integer | mreqpe = 1 |
| | min number of pair entries
|
| integer | mhispe = 0 |
| | upper bound for pair entry histogrammimg
|
| integer | msngpe = 0 |
| | upper bound for pair entry single precision storage
|
| integer | mcmprs = 0 |
| | compression flag for sparsity (column indices)
|
| integer | mthrd = 1 |
| | number of (OpenMP) threads
|
| integer | mxrec = 0 |
| | max number of records
|
| integer | matmon = 0 |
| | record interval for monitoring of (sparse) matrix construction
|
| integer | lfitnp = maxi4 |
| | local fit: number of iteration to calculate pulls
|
| integer | lfitbb = 1 |
| | local fit: check for bordered band matrix (if >0)
|
| integer | mnrsel = 0 |
| | number of MINRES error labels in LBMNRS (calc err, corr with SOLGLO)
|
| integer | ncache = -1 |
| | buffer size for caching (default 100MB per thread)
|
| real, dimension(3) | fcache = (/ 0.8, 0., 0. /) |
| | read cache, average fill level; write cache; dynamic size
|
| integer | mthrdr = 1 |
| | number of threads for reading binary files
|
| integer | mnrsit = 0 |
| | total number of MINRES internal iterations
|
| integer | iforce = 0 |
| | switch to SUBITO for (global) rank defects if zero
|
| integer | igcorr = 0 |
| | flag for output of global correlations for inversion, =0: none
|
| integer | memdbg = 0 |
| | debug flag for memory management
|
| real | prange = 0.0 |
| | range (-PRANGE..PRANGE) for histograms of pulls, norm. residuals
|
| integer | lunlog |
| | unit for logfile
|
| integer | lvllog |
| | log level
|
| integer | ntgb |
| | total number of global parameters
|
| integer | nvgb |
| | number of variable global parameters
|
| integer | nagb |
| | number of fit parameters (global par. + Lagrange mult.)
|
| integer | ncgb |
| | number of constraints
|
| integer | nagbn |
| | max number of global paramters per record
|
| integer | nalcn |
| | max number of local paramters per record
|
| integer | naeqn |
| | max number of equations (measurements) per record
|
| integer | nrec |
| | (current) record number
|
| real | dflim |
| | convergence limit
|
| integer, dimension(0:3) | nrejec |
| | rejected events
|
| real, dimension(0:8) | times |
| | cpu time counters
|
| real | stepl |
| | step length (line search)
|
| character(len=74) | textl |
| | name of current MP 'module' (step)
|
| logical | newite |
| | flag for new iteration
|
| integer | ndfsum |
| | sum(ndf)
|
| integer | iitera |
| | MINRES iterations.
|
| integer | istopa |
| | MINRES istop (convergence)
|
| integer | lsinfo |
| | linesearch: returned information
|
| real | rstart |
| | cpu start time for solution iterations
|
| real | deltim |
| | cpu time difference
|
| integer | npresg |
| | number of pre-sigmas
|
| integer | nrecal |
| | number of records
|
| integer | nmiss1 |
| | rank deficit for constraints
|
| integer | lcalcm |
| | last calclation mode
|
| integer | nspc |
| | number of precision for sparse global matrix (1=D, 2=D+F)
|
| integer | nencdb |
| | encoding info (number bits for column counter)
|
| integer, dimension(100) | lbmnrs |
| | MINRES error labels.
|
| double precision | fvalue |
| | function value (chi2 sum) solution
|
| double precision | flines |
| | function value line search
|
| double precision | sumndf |
| | weighted sum(ndf)
|
| integer | numreadbuffer |
| | number of buffers (records) in (read) block
|
| integer | numblocks |
| | number of (read) blocks
|
| integer | sumrecords |
| | sum of records
|
| integer | skippedrecords |
| | number of skipped records (buffer too small)
|
| integer | minrecordsinblock |
| | min. records in block
|
| integer | maxrecordsinblock |
| | max. records in block
|
| integer, parameter | nexp20 = 1048576 |
| double precision | accuratedsum = 0.0D0 |
| | fractional part of sum
|
| integer | accuratensum = 0 |
| | sum mod 2**20
|
| integer | accuratenexp = 0 |
| | sum / 2**20
|
| integer | lenglobalvec |
| | length of global vector 'b' (A*x=b)
|
double precision, dimension(:),
allocatable | globalparameter |
| | global parameters (start values + sum(x_i))
|
double precision, dimension(:),
allocatable | globalparcopy |
| | copy of global parameters
|
double precision, dimension(:),
allocatable | globalcorrections |
| | correction x_i (from A*x_i=b_i in iteration i)
|
| real, dimension(:), allocatable | globalparstart |
| | start value for global parameters
|
| real, dimension(:), allocatable | globalparpresigma |
| | pre-sigma for global parameters
|
| real, dimension(:), allocatable | globalparpreweight |
| | weight from pre-sigma
|
double precision, dimension(:),
allocatable | globalmatd |
| | global matrix 'A' (double, full or sparse)
|
| real, dimension(:), allocatable | globalmatf |
| | global matrix 'A' (float part for compressed sparse)
|
double precision, dimension(:),
allocatable | globalvector |
| | global vector 'x' (in A*x=b)
|
double precision, dimension(:),
allocatable | matprecond |
| | preconditioner (band) matrix
|
| integer, dimension(:), allocatable | indprecond |
| | preconditioner pointer array
|
double precision, dimension(:),
allocatable | workspaced |
| | (general) workspace (D)
|
double precision, dimension(:),
allocatable | workspacelinesearch |
| | workspace line search
|
double precision, dimension(:),
allocatable | workspacediagonalization |
| | workspace diag.
|
double precision, dimension(:),
allocatable | workspaceeigenvalues |
| | workspace eigen values
|
double precision, dimension(:),
allocatable | workspaceeigenvectors |
| | workspace eigen vectors
|
double precision, dimension(:),
allocatable | workspaceminres |
| | workspace MINRES
|
| integer, dimension(:), allocatable | workspacei |
| | (general) workspace (I)
|
double precision, dimension(:),
allocatable | matconsproduct |
| | product matrix of constraints
|
double precision, dimension(:),
allocatable | vecconsresiduals |
| | residuals of constraints
|
integer, dimension(:,:),
allocatable | globalparlabelindex |
| | global parameters label, total -> var. index
|
| integer, dimension(:), allocatable | globalparhashtable |
| | global parameters hash table
|
| integer, dimension(:), allocatable | globalparvartototal |
| | global parameters variable -> total index
|
| integer, dimension(-7:0) | globalparheader = 0 |
| | global parameters (mapping) header
|
| integer, dimension(:), allocatable | sparsematrixcompression |
| | compression info (per row)
|
| integer, dimension(:), allocatable | sparsematrixcolumns |
| | (compressed) list of columns for sparse matrix
|
integer(kind=large), dimension(:,:),
allocatable | sparsematrixoffsets |
| | row offsets for column list, sparse matrix elements
|
integer, dimension(:,:),
allocatable | readbufferinfo |
| | buffer management (per thread)
|
| integer, dimension(:), allocatable | readbufferpointer |
| | pointer to used buffers
|
| integer, dimension(:), allocatable | readbufferdatai |
| | integer data
|
| real, dimension(:), allocatable | readbufferdataf |
| | float data
|
| integer, dimension(:), allocatable | globalindexusage |
| | indices of global par in record
|
| integer, dimension(:), allocatable | backindexusage |
| | list of global par in record
|
double precision, dimension(:),
allocatable | blvec |
| | local fit vector 'b' (in A*x=b), replaced by 'x'
|
double precision, dimension(:),
allocatable | clmat |
| | local fit matrix 'A' (in A*x=b)
|
| integer, dimension(:), allocatable | ibandh |
| | local fit 'band width histogram' (band size autodetection)
|
double precision, dimension(:),
allocatable | vbnd |
| | local fit band part of 'A'
|
double precision, dimension(:),
allocatable | vbdr |
| | local fit border part of 'A'
|
double precision, dimension(:),
allocatable | aux |
| | local fit 'solutions for border rows'
|
double precision, dimension(:),
allocatable | vbk |
| | local fit 'matrix for border solution'
|
double precision, dimension(:),
allocatable | vzru |
| | local fit 'border solution'
|
double precision, dimension(:),
allocatable | scdiag |
| | local fit workspace (D)
|
| integer, dimension(:), allocatable | scflag |
| | local fit workspace (I)
|
| real, dimension(:), allocatable | localcorrections |
| | local fit corrections (to residuals)
|
double precision, dimension(:),
allocatable | localglobalmatrix |
| | matrix correlating local and global par
|
integer, dimension(:,:),
allocatable | writebufferinfo |
| | write buffer management (per thread)
|
| real, dimension(:,:), allocatable | writebufferdata |
| | write buffer data (largest residual, Chi2/ndf, per thread)
|
| integer, dimension(:), allocatable | writebufferindices |
| | write buffer for indices
|
double precision, dimension(:),
allocatable | writebufferupdates |
| | write buffer for update matrices
|
| integer, dimension(-6:6) | writebufferheader = 0 |
| | write buffer header (-6..-1: updates, 1..6: indices)
|
| integer | lenparameters = 0 |
| | list items from steering file
|
type(listitem), dimension(:),
allocatable | listparameters |
| | list of parameters from steering file
|
| integer | lenpresigmas = 0 |
| | length of list of pre-sigmas from steering file
|
type(listitem), dimension(:),
allocatable | listpresigmas |
| | list of pre-sgmas from steering file
|
| integer | lenconstraints = 0 |
| | length of list of constraints from steering file
|
type(listitem), dimension(:),
allocatable | listconstraints |
| | list of constraints from steering file
|
| integer | lenmeasurements = 0 |
| | length of list of measurements from steering file
|
type(listitem), dimension(:),
allocatable | listmeasurements |
| | list of measurements from steering file
|
| integer, dimension(:), allocatable | mfd |
| | file mode: cbinary =1, text =2, fbinary=3
|
| integer, dimension(:), allocatable | lfd |
| | length of file name
|
| integer, dimension(:), allocatable | nfd |
| | index (line) in (steering) file
|
integer, dimension(:,:),
allocatable | kfd |
| | (1,.)= number of records in file, (2,..)= file order
|
| integer, dimension(:), allocatable | ifd |
| | file: integrated record numbers (=offset)
|
| integer, dimension(:), allocatable | jfd |
| | file: number of accepted records
|
| integer, dimension(:), allocatable | dfd |
| | file: ndf sum
|
| integer, dimension(:), allocatable | xfd |
| | file: max. record size
|
| real, dimension(:), allocatable | cfd |
| | file: chi2 sum
|
| real, dimension(:), allocatable | ofd |
| | file: option
|
| real, dimension(:), allocatable | wfd |
| | file: weight
|
| character(len=1024) | filnam |
| | name of steering file
|
| integer | nfnam |
| | length of sterring file name
|
character, dimension(:),
allocatable | tfd |
| | file names (concatenation)
|
| integer | ifile |
| | current file (index)
|
| integer | nfiles |
| | number of files
|
| integer | nfilb |
| | number of binary files
|
| integer | nfilf |
| | number of Fortran binary files
|
| integer | nfilc |
| | number of C binary files
|
| integer | nfilw |
| | number of weighted binary files
|
| integer | ndimbuf = 10000 |
| | default read buffer size (I/F words, half record length)
|