rerun an experiment using information recorded in a .log file
labrerun [<option> ...] <log file>
labrun --help-comment
' for details)
<log file>
)
~/.labrc
and ./labrc
@FILE
or @ FILE
(some) command-line options are read
from FILE
(see section
The same as for labrun.
labrerun lab_log/current.log
Reruns the last experiment
labrerun --nocvs lab_log/current.log
Reruns the last experiment using the current version of the code
labrerun -e LD_LIBRARY_PATH -l ../log -n new -t 20_5 lab_log/current.log
Reruns the last experiment (lab_log/current.log) recording the value of the environment variable LD_LIBRARY_PATH in the new log file. The log file is stored in the directory ../log and has the name new-20_5.log.
labrerun -i LD_LIBRARY_PATH ../log/new-20_5_10.log
Reruns the previous experiment, using the current value of LD_LIBRARY_PATH instead of the one recorded in the log file.