Specifies whether LoadLeveler considers a job "restartable." The syntax is:
restart = yes|no
If restart=yes, which is the default, and the job is vacated from its executing machine before completing, the central manager requeues the job. It can start running again when a machine on which it can run becomes available. If restart=no, a vacated job is canceled rather than requeued.
Note that jobs which are checkpointable (checkpoint = yes | interval) are always considered "restartable".