Next: 8.4 Including secondary input
Up: 8 PROGRAM CONTROL
Previous: 8.2 Ending a job
8.3 Restarting a job (RESTART)
In contrast to MOLPRO92 and older versions, the current version of
MOLPRO attempts to
recover all information from all permanent files by default. If a restart is
unwanted, the NEW option can be used on the FILE directive. The RESTART directive as described below can still be used as in MOLPRO92, but
is usually not needed.
RESTART,
;
The specify which files are restarted. These files must have been
allocated before using FILE cards.
There are two possible formats for the :
- a) :
- Restart file and restore all information.
- b) :
- Restart file but truncate before record name.
If all , then all permanent files are restarted. However, if at least one
is not equal to zero, only the specified files are restarted.
Examples:
- RESTART;
- will restart all permanent files allocated with FILE
cards (default)
- RESTART,1;
- will restart file 1 only
- RESTART,2;
- will restart file 2 only
- RESTART,1,2,3;
- will restart files 1-3
- RESTART,2000.1;
- will restart file 1 and truncate before record 2000.
Next: 8.4 Including secondary input
Up: 8 PROGRAM CONTROL
Previous: 8.2 Ending a job
P.J. Knowles and H.-J. Werner
molpro@tc.bham.ac.uk
Jan 15, 2002