OpenSeesMP

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
jinlu
Posts: 47
Joined: Fri Jul 14, 2006 5:50 pm
Location: UC San Diego

OpenSeesMP

Post by jinlu » Fri Nov 13, 2009 2:20 am

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

jinlu
Posts: 47
Joined: Fri Jul 14, 2006 5:50 pm
Location: UC San Diego

Post by jinlu » Fri Nov 13, 2009 3:52 pm

It seems the hanging issue is not from the tcl script but from qsub script. This tcl script worked OK when I changed my qsub script.

Jinchi

Post Reply