| View previous topic :: View next topic |
| Author |
Message |
jinlu
Joined: 14 Jul 2006 Posts: 22 Location: UCSD
|
Posted: Sun Nov 01, 2009 11:34 pm Post subject: Error in running OpenSeesMP on Ranger |
|
|
I got the following error message when running OpenSeesMP on TACC Ranger machine:
Process Terminating 0
invalid command name "lassign"
while executing
"lassign $abutArgs elastic threeD coordTransf fy fc mDenConc mDenSteel deckNode abutNode ornt gap dead_load dw dd Ht"
(procedure "RollerAbutment::RollerAbutment" line 33)
invoked from within
"${type}::${type} AbutObject$tag $tag $base_shift [lrange $abutArgs 2 end]"
(procedure "Abutment" line 18 )
invoked from within
"Abutment "create" 1 [concat $MAT_SHIFT $argListAbutL $argListA $deckNodeL $abutNodeL \
-1 $gap $abut_loadL $dw $dd $Hcol]"
(file "GMR.tcl" line 843)
invoked from within
"source GMR.tcl"
-Jinchi |
|
| Back to top |
|
 |
fmk Site Admin
Joined: 11 Jun 2004 Posts: 1134 Location: UC Berkeley
|
Posted: Mon Nov 02, 2009 10:35 am Post subject: |
|
|
| it's probably because they only have version tcl 8.4 installed .. lassign didn't come into the language until tcl 8.5 |
|
| Back to top |
|
 |
jinlu
Joined: 14 Jul 2006 Posts: 22 Location: UCSD
|
Posted: Mon Nov 02, 2009 11:00 am Post subject: |
|
|
| Thanks. I'll ask them to install tcl 8.5 and let you know. |
|
| Back to top |
|
 |
jinlu
Joined: 14 Jul 2006 Posts: 22 Location: UCSD
|
Posted: Fri Nov 13, 2009 2:26 am Post subject: |
|
|
| The admin on Ranger were not able to install Tcl 8.5. So let's just stick with 8.4 for now (I just removed lassign from my script and use something else instead). |
|
| Back to top |
|
 |
neallee
Joined: 14 Aug 2005 Posts: 57 Location: China
|
Posted: Fri Nov 13, 2009 3:48 am Post subject: |
|
|
Users can install tcl8.5 for their own environment on ranger.
You can try it.
best regards,
Ning. _________________ Li Ning |
|
| Back to top |
|
 |
jinlu
Joined: 14 Jul 2006 Posts: 22 Location: UCSD
|
Posted: Fri Nov 13, 2009 3:33 pm Post subject: |
|
|
Thanks Ning. I installed 8.5 in my folder. Later I realized I have to build my own OpenSeesMP since the one Frank provided was connected to 8.4 provided by the machine.
Anyway, it's too much to build a new MP. So I just live with the existing one.
Best wishes,
Jinchi |
|
| Back to top |
|
 |
|