Network analysis

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
ingLuca
Posts: 25
Joined: Wed Mar 14, 2007 7:54 am
Location: -
Contact:

Network analysis

Post by ingLuca »

Having obtained no answer in the User section I try to post here my question :) It's possible to run OpenSEES over a small network? In order to speed up the analysis, expecially for nonlinear time history wich takes a lot of time..

Thanks
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

opensees does run on parallel machines. i am working on a release for single multi-processor
windows machines. this in theory will also work on a cluster providing you have mpich set up to
work on the cluster.

a parallel version based solely on TCP is also possible. However the parallel part would be limited to element state determination, the matrix equations would be solved sequentially as all the
parallel solvers that we have are written assuming mpi communication.
ingLuca
Posts: 25
Joined: Wed Mar 14, 2007 7:54 am
Location: -
Contact:

Post by ingLuca »

Thank you for your reply, but I'm not so inside to software programming to understand all the words you said :)

Does it mean that I, as an elementary user, can't run the parallel analysis? Or it means that I can run on different machines, but without a big time saving? How could I do? Can you explain in simpler words?

Thanks a lot
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

i suggest you use google to find out and learn about mpi and the mpich distribution of it and how to run parallel .exe with it.
koduru
Posts: 33
Joined: Tue Jun 06, 2006 11:41 am
Location: U of A

Post by koduru »

Hi fmk,

It would be great if OpenSees utilizes all processors in multi-core PCs.

Are there any future plans to parallelise reliability code too?
Some reliability methods could easily lend themselves to this.

Thanks,
Post Reply