Search found 1 match

by marksteve
Thu Mar 14, 2024 2:02 am
Forum: Parallel Processing
Topic: How to Exit Parallel Computing in OpenSeesMP
Replies: 4
Views: 13753

Re: How to Exit Parallel Computing in OpenSeesMP

nupassin wrote: Tue Jun 05, 2018 12:34 am 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 like ecommerce optimization services 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!
If you want to run parallel computations multiple times within the same script, you may need to reset the MPI environment between each parallel run. However, this approach can be complex and may not be directly supported by OpenSeesMP. It's generally simpler to structure your script to perform parallel and serial computations in separate runs.