Skip to content

Commit f80c072

Browse files
committed
Fix syntax error in processEvents and remove Python call from TCL to prevent MPI issues
1 parent f39abf6 commit f80c072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/performSIMULATION/openSees/OpenSeesPreprocessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ OpenSeesPreprocessor::processEvents(ofstream &s){
978978
edpList.end(); ++itEDP) {
979979
s << " " << *itEDP;
980980
}
981-
s << "]\n puts $output\n }"
981+
s << "]\n puts $output\n }";
982982
// remove calling python inside tcl since it broke the mpi
983983
// "\nset pid [getPID]\nif {$pid==0} {call_python} \nbarrier\n";
984984

0 commit comments

Comments
 (0)