How to add MPCO recorder to openseespy locally

Post Reply
OmarA
Posts: 7
Joined: Wed Aug 07, 2024 11:24 am

How to add MPCO recorder to openseespy locally

Post by OmarA » Thu Aug 08, 2024 3:52 am

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.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: How to add MPCO recorder to openseespy locally

Post by STKO Team » Thu Aug 08, 2024 7:29 am

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

OmarA
Posts: 7
Joined: Wed Aug 07, 2024 11:24 am

Re: How to add MPCO recorder to openseespy locally

Post by OmarA » Thu Aug 08, 2024 9:05 am

Thanks STKO team. That solved the issue and now I can use MPCO recorder.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: How to add MPCO recorder to openseespy locally

Post by STKO Team » Fri Aug 09, 2024 8:43 am

You're welcome

Post Reply