We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6218777 commit 896b1d7Copy full SHA for 896b1d7
1 file changed
modules/performSIMULATION/openSees/OpenSeesPreprocessor.cpp
@@ -978,7 +978,7 @@ OpenSeesPreprocessor::processEvents(ofstream &s){
978
edpList.end(); ++itEDP) {
979
s << " " << *itEDP;
980
}
981
- s << "]\n puts $output\n }\nset pid [getPID]\nif {$pid==0} {call_python} \n";
+ s << "]\n puts $output\n }\nset pid [getPID]\nif {$pid==0} {call_python} \nbarrier\n";
982
983
} else if(strstr(postprocessingScript, ".tcl") != NULL) {
984
0 commit comments