Activate the parallel solver and specify the number of parallel processes as
four.
myApplication.Launcher.Settings.FEKO.Parallel.NumberOfProcessesEnabled = true
myApplication.Launcher.Settings.FEKO.Parallel.ProcessCount = 4
-
Since the Launcher object coordinates the launching of
Feko and external processes, search for
Launcher (object) in the Help1.
-
In the Help, under , note that the following objects have properties using
the Launcher object:
-
In the Help, click on the link in to navigate to the component launch options
properties.
-
ComponentLaunchOptions (object):
-
In the Help, under , note that the following objects have properties using
the ComponentLaunchOptions object:
-
In the Help, click on the link in to navigate to the Feko
launch options.
-
FEKOLaunchOptions (Object):
-
In the Help, under , note that the following objects have properties using
the FEKOLaunchOptions object:
-
In the Help, click on the link in to navigate to the parallel execution options.
-
FEKOParallelExecutionOptions (object):
-
In the Help, under , note that the following objects have properties using
the FEKOParallelExecutionOptions object:
-
In the Help, under , note the properties:
- NumberOfProcessesEnabled
- ProcessCount
The result is
then:
myApplication.Launcher.Settings.FEKO.Parallel.NumberOfProcessesEnabled = true
myApplication.Launcher.Settings.FEKO.Parallel.ProcessCount = 4