STYLE: use 'statusDone' keyword for coupling (#1243)

This commit is contained in:
Mark Olesen
2019-03-22 08:00:01 +01:00
committed by Andrew Heather
parent ac646d48b7
commit 6301866a9c
3 changed files with 11 additions and 10 deletions

View File

@ -88,7 +88,7 @@ Usage
log yes;
commsDir "<case>/comms";
initByExternal yes;
shutdown done; // Any arbitrary status=... value
statusDone done; // Any arbitrary status=... value
regions
{
@ -129,7 +129,7 @@ Usage
commsDir | Communication directory | yes |
waitInterval | wait interval in (s) | no | 1
timeOut | timeout in (s) | no | 100*waitInterval
shutdown | Lockfile status=... on termination | no | done
statusDone | Lockfile status=... on termination | no | done
initByExternal | Initialization values supplied by external app | yes
calcFrequency | Calculation frequency | no | 1
regions | The regions to couple | yes |