Farming in Conjunction with Parallel Computing
Large problems may require that Feko be run in parallel (simulation spread over more than one host or processor - not the same as farming.)
Example
optfeko <x> -np <n_farming> --machines-file <m> --runfeko-options -np <n_parallel>
where:- <x>
- File name of the model
- <n_farming>
- Number of farming processes
- <n_parallel>
- Number of parallel processes
- <m>
- File name of the machines file
optfeko <x> --runfeko-options -np <n_parallel> --machines-file <m>