Control Whether a Job is Preemptable

This field is a boolean and identifies the jobs that can be preempted.

This flag can be set using the variable make(preemptable) in a FDL file.

In Accelerator, all jobs are preemptable by default. To disable the flag, use the option -preemptable 0 at submission time.
% nc run -preemptable 0 sleep 100
Note: See @KEYWORD* Expansion for details on using @KEYWORD@ expansion with -preemptable.