Testing GetUseRsmForEngineLaunch
In most cases, this function will not be implemented
or tested. If this function is implemented and returns true
, then the
Ansys Electromagnetics desktop application will not start the analysis
engines using the LaunchProcess
function directly. Instead, the Ansys
Electromagnetics desktop application will start one AnsoftRSMService
process on each host using the LaunchProcess
function, and the engine processes will be started by these AnsoftRSMService
processes. One may check for these processes using the Linux ps
command
or the Windows Task Manager. One AnsoftRSMService
process should run
on each host. These processes will be named ansoftrsmservice.exe or
AnsoftRSMService.exe. These processes will be started on each host before
any analysis engine is started on the host, and will remain running until
the job is complete.