Hey,
I try to simulate a big task in the femm tool with octave. In order to decrease the calculation time I tried to parallelize the program. I’m still working on the correct usage of the parallel package, but tried first to parallelize the program “manually”. I wrote several m-scripts to call the longest loop only once with different arguments and ran all the m-scripts so my pc could decide which core to use.
This means I have to work with several instances of femm and I’m not sure, if I treated the handles right, because I got following error:
error: com_invoke: property/method invocation on the COM object failed with error 0x80020009
I don’t know where to search for my error or if there are better ways to achieve a solution. Maybe someone can help me with this?