vovpreemptmethod

Specify which method to use for each resource this is used by the preempted job.

Usage: VovPreemptMethod resourcemap methods [OPTIONS]

WHERE: methods -- A list of one or more of 
                  EXT SUSPEND MODELSIM LMREMOVE SIGTSTP JOBHANDLER
        
OPTIONS:
    -signal <SIGNAME>     -- TSTP, USR1, USR2, ...
    -include patternList  -- Only send signal to processes that match one of
                             the pattern in the list
    -exclude patternList  -- Do not send signal to processes that match one of
                             the pattern in the list
    -process patternList  -- Synonym for -include. 
        
EXAMPLES:
        VovPreemptMethod License:msimhdlsim      EXT      
            -signal TSTP -include vish
        VovPreemptMethod License:Virtuoso_Multi_mode_Simulation   EXT  
             -signal TSTP -include "spectre ultrasim"
        VovPreemptMethod License:Virtuoso_Multi_mode_Simulation   EXT  
             -signal TSTP -include "spectre* *ultra*"
        VovPreemptMethod License:DesignCompiler  LMREMOVE