Error messages

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
Guest

Error messages

Post by Guest » Fri Nov 05, 2004 3:02 pm

Hi

I wanted to know what sort of error message would be output in openSEES when the size of the model being analysed is too large for the available computer resources. Is there a particular message that is displayed?

Thanks

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk » Fri Nov 05, 2004 4:38 pm

you will see (i hope) an out-of-memory message .. there is no fixed limits on model sizes in OpenSees .. all memory is requested from the heap .. in the code we try to ensure that after every call to the os for more memory,we check that memory was available .. if no memory is avail we (i hope) print an error message and typically exit the program gracefully instead of a resulting segmentation fault.

lishhit
Posts: 10
Joined: Fri Oct 08, 2004 6:31 pm
Contact:

re

Post by lishhit » Fri Nov 05, 2004 8:49 pm

too much node can lead error message

e.g
----- "node Tag" is a very large number ,you can try by yourself.
lishhit
e-mail:leeshhit@yeah.net
structural nonlinear analysis
structure EQ simulation

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk » Sat Nov 06, 2004 7:39 am

how many nodes do you have .. and what is the largest node number you have?

lishhit
Posts: 10
Joined: Fri Oct 08, 2004 6:31 pm
Contact:

re

Post by lishhit » Sun Nov 07, 2004 7:11 am

e.g 5000000000(or a smaller number)

I use Example:Rigidframe3D.tcl,make node 1=>node 5000000000
the the OS give ...Warraing:integer value too large to represent

perhaps it's because my own system try yourself:wink: :wink:
lishhit
e-mail:leeshhit@yeah.net
structural nonlinear analysis
structure EQ simulation

Post Reply