Initializing help system before first use

Limitations

Within an Insight or Executor component, you can only use the dmp module from a submodel if the master model also uses the dmp module. In the event that your master does not need the dmp module, I recommend setting uses 'dmp' to the top of it and accessing one of the parameters to prevent the Mosel compiler removing it as an unreferenced module, e.g.

uses 'dmp'
setparam('dmp_verbose',false)

The 'dmp' module cannot be used if the model is running locally in an Xpress Workbench component on the cloud. However, the 'dmp' module will function correctly when Workbench is being used to debug an Insight scenario.