OpenSeesPy MPCO recorder?
OpenSeesPy MPCO recorder?
Hi there, I was wondering if there is an OpenSeesPy command for creating the MPCO recorder? I couldn't find it on the OpenSeesPy wiki page. I have created my model and analysis using OpenSeesPy. I wanted to use MPCO to output a database and then use the STKO post-processor for post-processing. By any chance, can you point me to the right direction? Thanks.
Re: OpenSeesPy MPCO recorder?
For some reason, the latest compiled openseespy version does not include the MPCO recorder, because it did not link to the HDF5 library.
However, if you are able to compile OpenSeesPy by yourself, and if you first install HDF5 1.12.0, you can use it. Otherwise you may need to wait for the next OpenSeesPy release
However, if you are able to compile OpenSeesPy by yourself, and if you first install HDF5 1.12.0, you can use it. Otherwise you may need to wait for the next OpenSeesPy release
Re: OpenSeesPy MPCO recorder?
Okay I see. Thank you very much for your reply and the helpful suggestion. I'll try to look into it. Happy holidays!
Re: OpenSeesPy MPCO recorder?
You're welcome
Re: OpenSeesPy MPCO recorder?
Dear coordinator,
If I am not wrong the MPCO recorder still is not available for OpenSeesPy in the latest version, as I couldn't find it in recorder types. I would appreciate it if it would be possible to use your powerful recorder since I am working with big data in my research.
Kind regards,
Pooyan.
If I am not wrong the MPCO recorder still is not available for OpenSeesPy in the latest version, as I couldn't find it in recorder types. I would appreciate it if it would be possible to use your powerful recorder since I am working with big data in my research.
Kind regards,
Pooyan.
Re: OpenSeesPy MPCO recorder?
Not in the current compiled version.
However, you can re.compile it from source using CMake.
You will have to modify the CMakeLists file as explained here:
viewtopic.php?f=38&t=2415&p=6347&hilit=HDF5+Cmake#p6347
However, you can re.compile it from source using CMake.
You will have to modify the CMakeLists file as explained here:
viewtopic.php?f=38&t=2415&p=6347&hilit=HDF5+Cmake#p6347
Re: OpenSeesPy MPCO recorder?
I appreciate your valuable assistance. However, recompiling the computation using Cmake has been a challenging task since I am running it on a cluster instead of a local PC. While using OpenSees TCL on my personal computer, I encountered multiple hurdles when I attempted to transfer the simulation to a Linux cluster. The primary issue was installing essential libraries such as Cmake, gfortran, Lapack, Blas, HDF5, and Conan. I had to load them individually since using the Sudo command was not allowed on the cluster. Although I spent a month trying to solve the problem of loading HDF5 and Conan libraries, my efforts were unsuccessful. Consequently, I switched to using Opensees Py, which has its own set of challenges.
Regrettably, OpenSeespy does not support the MPCO recorder, posing a new challenge for me. Is there any solution other than manual recompilation that you suggested? I would appreciate your guidance in this matter.
Regrettably, OpenSeespy does not support the MPCO recorder, posing a new challenge for me. Is there any solution other than manual recompilation that you suggested? I would appreciate your guidance in this matter.
Re: OpenSeesPy MPCO recorder?
We've just seen that now they are re-compiling and releasing the new OpenSees version:
https://github.com/OpenSees/OpenSees/issues/1191
And we re-added the missing _HDF5 macro that has been accidentally removed before:
https://github.com/OpenSees/OpenSees/pull/1200
So hopefully the new pre-compiled version will have it. It will be release in the next few days I think
https://github.com/OpenSees/OpenSees/issues/1191
And we re-added the missing _HDF5 macro that has been accidentally removed before:
https://github.com/OpenSees/OpenSees/pull/1200
So hopefully the new pre-compiled version will have it. It will be release in the next few days I think
Re: OpenSeesPy MPCO recorder?
Fabulous.
Thank you for the update. It made my day.
The OpenSees TCl 3.5.0 has been released, but I haven't found the OpenSeesPy 3.5.0 version, has it been released yet?
Thank you for the update. It made my day.
The OpenSees TCl 3.5.0 has been released, but I haven't found the OpenSeesPy 3.5.0 version, has it been released yet?