Integrating Ansys Electromagnetics Suite with Third Party Schedulers

This section describes how to create a dynamically linked library to allow integration of Ansys Electromagnetics Suite with an arbitrary scheduler environment. Each scheduler proxy library is used for a single specific scheduler environment. If the library is installed with a valid name and in the correct location, then it loads and is used by Ansys Electromagnetics Suite.

Installation Details

The scheduler proxy library must be installed in the schedulers subdirectory of the Ansys Electromagnetics installation directory. For example, if the Ansys Electromagnetics installation directory is "C:\Program Files\ANSYS Inc\v251\AnsysEM", then the scheduler proxy library must be installed in "C:\Program Files\ANSYS Inc\v251\AnsysEM\schedulers".

The scheduler proxy library base name must match libprefix_scheduler on Windows. The extension must be a valid extension for a dynamically loaded library on the platform where it is used. The scheduler proxy library name prefix libprefix must be unique so it does not conflict with other scheduler proxy libraries in the same directory. To avoid confusion, the scheduler proxy library name must be all lower case on an OS where file names are case sensitive.

Related Topics

Build Information for Scheduler Proxy Library

Implementation Details for Custom Scheduler Integration

Testing Your Scheduler Integration

Troubleshooting Custom Scheduler Integration