FEKORemoteExecutionOptions

Feko Solver remote execution launch options.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]])

    -- Access the 'FEKORemoteExecutionOptions' object and check for remote execution
    
remoteExecutionEnabled = project.Launcher.Settings.FEKO.Remote.Enabled

Usage locations (object properties)

The following objects have properties using the FEKORemoteExecutionOptions object:

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