Linux Install: Difference between revisions

Content deleted Content added
m spelling
m Grammar
 
(3 intermediate revisions by 2 users not shown)
Line 60:
chmod +x run_model.sh
</syntaxhighlight>
 
== Notes on ULIMIT ==
The stack size limit is set to the highest allowed limit specified in the shell that TUFLOW is run in (usually unlimited). Thus it's no longer necessary to set the limit in a launcher shell script. This behaviour can be disabled by passing the <code>-nua</code> command line flag, causing TUFLOW to revert to the old behaviour.
 
== Return to Home Page ==