GetUseRsmForEngineLaunch [IronPython]
Purpose
For some schedulers, it may be desirable for the AnsoftRSM program to launch the engine processes instead of using the scheduler plugin extension directly. For example, if the plugin extension is limited to launching one process per host, then the plugin extension may be used to launch one AnsoftRSM executable per host, and the AnsoftRSM executable will launch all of the engine processes.
If AnsoftRSM should be used to launch engine
processes for this scheduler, then this function returns True
.
If AnsoftRSM should not be used to launch engine
processes for this scheduler, then this function returns False
.
Signature
GetUseRsmForEngineLaunch(self)
Arguments (excluding self)
None.
Return Value
Returns True
if AnsoftRSM should be used to
launch engine processes for this scheduler. Returns False
if the plugin
extension should be used to directly launch engine processes for this
scheduler.
Notes
If this function returns True
, then the plugin extension
will directly launch only one process on each host.