Integration of Ansys EM Products with LSF

With LSF, you do not need to set Distributed Analysis Machines or Remote Machine options. Instead, you submit a job to LSF, requesting the appropriate resources for the job (number of processors, memory per processor, etc.).

For example:

bsub -n 1 ansysedt.exe -Batchsolve -ng -local -machinelist num=1 OptimTee.aedt

bsub -n 4 ansysedt.exe -Batchsolve -ng -Distributed -machinelist num=4 OptimTee.adsn

The job is queued by LSF until the requested resources are available. Upon resource availability, LSF starts Electronics Desktop with the specified command line on one of the allocated machines. During analysis, Electronics Desktop dynamically obtains the allocated Distributed Analysis Machines from LSF. Electronics Desktop interfaces with LSF to launch engines on remote machines without going through Ansys RSM.