TABLE OF CONTENTS


::pwtk::rerunDAVIDSON

SYNOPSIS

proc ::pwtk::rerunDAVIDSON {args} {

USAGE

rerunDAVIDSON [options] input ?output?

PURPOSE

Re-run (restart) the turbo_davidson.x program. Prior to running, this routine will set the restart='restart'. The output-file will be treated in append mode, whereas the rest is the same as for the ::pwtk::runDAVIDSON routine.

OPTIONS

ARGUMENTS

SOURCE

    input_pushpop {
        LR_INPUT { 
            restart = 'restart' 
        }    
        eval {runDAVIDSON -append} $args
    }
}