I'm not sure if I understand how to use OpenSeesMP. Below is the shorten version of my tcl script (where A.tcl and B.tcl are separate models). But seems the run just hangs on TACC Ranger. Or maybe this is not a proper way to use MP version?
-Jinchi
set pid [getPID]
set np [getNP]
switch $pid {
0 {
source A.tcl
}
1 {
source B.tcl
}
default {}
}
barrier
OpenSeesMP
Moderator: selimgunay