Run TUFLOW From a Batch-file: Difference between revisions

Content deleted Content added
No edit summary
Line 23:
==Other Batch File Switches==
===Setting a priority===
The priority of a process (such a TUFLOW simulation) can be specified within a batch file. This can be useful for a number of reasons:
*Lowering the priority of a simulation to allow you to continue working;
*Setting a high priority for critical runs; or
*Making sure you runs are high priority on a shared computing resource!
 
The following are valid priority switches (in increasing order of priority):
*/LOW
*/BELOWNORMAL
*/NORMAL
*/ABOVENORMAL
*/HIGH
*/REALTIME
 
An example of a low priority simulation is:
<pre>Start /low
 
===Testing a simulation===
===Copy a TUFLOW model===