Running a Remote Solve on Windows
To run a remote solve on Windows:
- Install SIwave on both the client machine (the one running SIwave) and the remote server (the one on which simulations are to be executed).
- Log into the remote server.
- Specify the location of the intermediate simulation data files by setting the SIWAVE_REMOTE_SOLVE_DIR environment variable:
- Start siwave_rs in a Console window: siwave_rs <port number>
- On the client machine, click Simulation > Options to open the SIwave Options window.
- Click the Multiprocessing tab and specify the parameters to run a remote solve:
- Enter the name or IP address of the Simulation server name (e.g., lnxsrv10 or 192.168.1.110).
- Enter the Port number. Ensure that this port number matches the one used as the parameter to siwave_rs running on the remote server (specified in step 4).
- Run your simulations as you normally would. All data is compressed prior to transmission over TCP/IP, so transfer between servers is fast.
set SIWAVE_REMOTE_SOLVE_DIR=F:/Ansys/simdata
Enter 31000 as the port number.
C:/Program Files/AnsysEM/v###/Win64/siwave_rs 31000
Note:
If you get an "siwave_rs: bind() failed with error 10048" message, siwave_rs is already running and listening for simulation requests on the specified port.