Search found 3 matches
- Sun Aug 19, 2018 1:02 am
- Forum: Framework
- Topic: Encapsulate tcl files into OpenSees
- Replies: 1
- Views: 2712
Encapsulate tcl files into OpenSees
Dear All, Can I encapsulate xxx.tcl procedure files into OpenSees source code? Since I programmed several procedures, not only structural model but also algorithm and material constitutive relationship, using tcl language. As the procedures get more abundant, I realized I should have coded them usin...
- Wed Jun 13, 2018 3:13 am
- Forum: Parallel Processing
- Topic: How to Exit Parallel Computing in OpenSeesMP
- Replies: 4
- Views: 17653
Re: How to Exit Parallel Computing in OpenSeesMP
Thank you so much, Frank!
I solved the problems follow your ex7.tcl, that's a quite useful example.
I solved the problems follow your ex7.tcl, that's a quite useful example.
- Tue Jun 05, 2018 12:34 am
- Forum: Parallel Processing
- Topic: How to Exit Parallel Computing in OpenSeesMP
- Replies: 4
- Views: 17653
How to Exit Parallel Computing in OpenSeesMP
Dear All, I am using the OpenSeesMP. In the Main.tcl script, I called several Procedure.tcl using the parellel computing, after which I want to end the parallel mission because the other commends in Main.tcl need to be done in seriel. Is there any commend to transfer parallel to serial in OpenSeesMP...