TABLE OF CONTENTS


::pwtk::rerunLANCZOS

SYNOPSIS

proc ::pwtk::rerunLANCZOS {args} {

USAGE

   rerunLANCZOS ?OPTIONS?  INPUT  ?OUTPUT?  ?&?

PURPOSE

Re-run (restart) the turbo_lanczos.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::runLANCZOS routine.

OPTIONS

ARGUMENTS

SOURCE

    # handle treatrun
    treat_run_ {*}$args

    input_pushpop {
        LR_INPUT { 
            restart = 'restart' 
        }
        
        # take care of plugins restart
        plugins_restart_ turbo_lanczos.x

        set result [eval {runLANCZOS -append} $args]
    }
    return $result
}