zhuminjie / OpenSeesPyDoc

OpenSeesPy Documentation
http://openseespydoc.readthedocs.io
Other
141 stars 105 forks source link

Parametric earthquake analyses with OpenSeesPy Parallel #266

Closed ihsanenginbal closed 1 year ago

ihsanenginbal commented 2 years ago

I have an OpenSeesPy model which runs parametric analyses with multiple earthquake records. The existing version of my model runs on a single CPU core. I would like to distribute these analyses to multiple cores on Ubuntu 20.04.

What I want to do is, in the below structure of nested loops, I would like to send each analysis to a different core.

for each record for each value of parameter 1 for each value of parameter 2 for each value of parameter 3 CONSTRUCT THE MODEL AND RUN

Is this possible?

The examples in the documentation are not referring to a case like this, as far as I understand. When I try to implement these examples in my model, I end up each allocated CPU core runnning the whole set analyses seperately (so instead of sharing the analyses, each core runs the entire set).

Could you help me on that?

Thank you.

najafice commented 1 year ago

Hi @ihsanenginbal ; I would recommend this video of Dr. Mazzoni, It would be very helpful.

https://www.youtube.com/watch?v=fZQ6pP6sfqg