Page 1 of 1
How to add MPCO recorder to openseespy locally
Posted: Thu Aug 08, 2024 3:52 am
by OmarA
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.
Re: How to add MPCO recorder to openseespy locally
Posted: Thu Aug 08, 2024 7:29 am
by STKO Team
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
Re: How to add MPCO recorder to openseespy locally
Posted: Thu Aug 08, 2024 9:05 am
by OmarA
Thanks STKO team. That solved the issue and now I can use MPCO recorder.
Re: How to add MPCO recorder to openseespy locally
Posted: Fri Aug 09, 2024 8:43 am
by STKO Team
You're welcome