I am trying to add MPCO recorder to openseespy. I followed the steps in the link here https://opensees.github.io/OpenSeesDocu ... build.html. It got it compiled. I then changed the installed opensees.pyd to the compiled one. But I get error "Failed to import openseespy on windows". Also is that the right way to add MPCO recorder to openseespy?
Thanks in advance.
How to add MPCO recorder to openseespy locally
Re: How to add MPCO recorder to openseespy locally
What error did you get exactly?
Did you copy your opensees.pyd into C:\Python310\Lib\site-packages\openseespywin ?
If so, and if you compiled it using Intel OneAPI, probably you forgot to copy the dependency libiomp5md.dll
from
C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin
to
C:\Python310\Lib\site-packages\openseespywin
Did you copy your opensees.pyd into C:\Python310\Lib\site-packages\openseespywin ?
If so, and if you compiled it using Intel OneAPI, probably you forgot to copy the dependency libiomp5md.dll
from
C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin
to
C:\Python310\Lib\site-packages\openseespywin
Re: How to add MPCO recorder to openseespy locally
Thanks STKO team. That solved the issue and now I can use MPCO recorder.
Re: How to add MPCO recorder to openseespy locally
You're welcome