Brief Description
*Operating System: linux
*OpenBUGS version: 3.06
script files in windows are often ended with modelQuit('yes'). The 'yes' causes execution to quit without a dialog box which will appear otherwise even in background batch mode. If modelQuit('yes') is used in a script on a linux computer rather than modelQuit(), OpenBUGS gets stuck in a loop writing messages to the log file about an invalid command.
Example
Script file (Use attachment button to add)
Log file (Use attachment button to add)
Model, data, inits (ascii input files, use attachment button to add)
Plan
- Priority: moderate
- Assigned to:NThomas
- Status: Corrected with 3.0.8. Now checks for multiple versions of modelQuit and no longer hangs in infinite loop is it is not found.