Search found 3 matches

by nupassin
Sun Aug 19, 2018 1:02 am
Forum: Framework
Topic: Encapsulate tcl files into OpenSees
Replies: 1
Views: 2436

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 using C++ from the beginning, which could be encapsulated into OpenSees. Please tell me if there is any possible way that I could compile a OpenSees.exe with these tcl code.

Thank you so much!
by nupassin
Wed Jun 13, 2018 3:13 am
Forum: Parallel Processing
Topic: How to Exit Parallel Computing in OpenSeesMP
Replies: 4
Views: 13753

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.
by nupassin
Tue Jun 05, 2018 12:34 am
Forum: Parallel Processing
Topic: How to Exit Parallel Computing in OpenSeesMP
Replies: 4
Views: 13753

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? Or how can I end and restart parallel mission again and again?

Thank you!