Closed matthuszagh closed 4 years ago
No, but I never tried openmpi support with the python interface. Try to disable the MPI support it is not really useful in any case ;)
That worked. I'll close this. Thanks so much for the quick reply @thliebig!
I'm experiencing an openmpi issue when using the python interface. I'm getting the following error message:
This occurs when attempting to call
FDTD.Run()
. For instance, this happens if I runwhere
Simple_Patch_Antenna.py
is from the openems python tutorials directory. I built openems with MPI support andmpirun
is inPATH
.Have you encountered this? I haven't experienced any issues when using the matlab/octave interface.