Aborting an Analysis

To end the solution before the currently running process is complete:

To abort the solution after the currently running process is complete:

If you request a clean stop during the third adaptive pass, the solution for the third pass will be available once the third pass has finished solving, but the fourth pass will not run.

Ansys EM Application as an LSF Job

If you have an Ansys EM application running as an LSF job, you can use the command "bkill -s SIGTERM jobid" to terminate that application. Here jobid is the LSF job id. The response will be "Job <jobid> is being signaled." The response is the same whether the job is actually being signaled or not.

In cases where the SIGTERM parameter is ignored, the command kills the LSF job, but does not clean the lock files, and other files may not be in a consistent state. See http://www.vital-it.ch/support/LSF/programmer/advanced.html for a detailed description under Signal Handling in Windows.

Linux

For Linux, you can use TERM commands. Sigterm handling is done in Desktop library. You can abort a running batchsolve by sending a TERM signal to hfss.exe.