Error while Running an Example

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
pallavi
Posts: 53
Joined: Tue Aug 29, 2006 2:56 am
Location: CDAC
Contact:

Error while Running an Example

Post by pallavi »

Dear all

While Running the example on OpenSees parallely on AIX 5.0 os given in

http://www.soe.ucsc.edu/~aneeman/gjie1.zip

I Got the following error

PartitionedDomain::addElementalLoad - not yet implemented
WARNING eleLoad - could not add following load to domain:
WARNING - error reading load pattern information in { } expected integer but got "-type"

In the Apply_SoilSelfWeight.tcl the script is as follows..............................

# Guanzhou Jie, UC Davis
# gjie@ucdavis.edu
# Soil Pile Interaction Simulation
# Scripts for OpenSees


pattern Plain 1 "Linear" {
eleLoad -ele 1 -type -BrickW
eleLoad -ele 2 -type -BrickW
eleLoad -ele 3 -type -BrickW
eleLoad -ele 4 -type -BrickW
eleLoad -ele 5 -type -BrickW
eleLoad -ele 6 -type -BrickW
eleLoad -ele 7 -type -BrickW
eleLoad -ele 8 -type -BrickW
..........
............



Do I need to change the -type with some numbar or what.....
so that the example could run successfully on parallel system

Thanking You

Regards

Pallavi
Post Reply