FEKORemoteExecutionOptions
Feko Solver remote execution launch options.
Example
application = cf.Application.GetInstance() project = application:Load({FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]]}) -- Access the 'FEKORemoteExecutionOptions' object and check for remote execution remoteExecutionEnabled = application.Launcher.Settings.FEKO.Remote.Enabled
Inheritance
The FEKORemoteExecutionOptions object is derived from the CompositeValue object.
Usage locations
The FEKORemoteExecutionOptions object can be accessed from the following locations:
- Properties
- FEKOLaunchOptions object has property Remote.
- Methods
- FEKORemoteExecutionOptionsList object has method Append().
- FEKORemoteExecutionOptionsList object has method Get(number).
Property List
- Enabled
- Enables/disables running Feko Solver on a remote machine. (Read/Write boolean)
- ExecutionMethod
- Remote execution method. MPI is only supported between windows machines where ssh/rsh can be used between different platforms. (Read/Write RemoteExecutionMethodEnum)
- Host
- The remote host (hostname of IP address). (Read/Write string)
Property Details
- Enabled
- Enables/disables running Feko Solver on a remote machine.
- Type
- boolean
- Access
- Read/Write
- ExecutionMethod
- Remote execution method. MPI is only supported between windows machines where ssh/rsh can be used between different platforms.
- Type
- RemoteExecutionMethodEnum
- Access
- Read/Write
- Host
- The remote host (hostname of IP address).
- Type
- string
- Access
- Read/Write