Search found 26 matches

by dborello
Tue Mar 29, 2016 2:02 pm
Forum: Framework
Topic: tcp recorder
Replies: 2
Views: 5834

Re: tcp recorder

To bump a 6 year old thread, I finally got back around to addressing this. For those of you interested in using the code Frank posted, it requires some other OpenSees framework. It is available in its entirety in SRC/handler. 'make test' will produce a binary that can be used. When the socket is ope...
by dborello
Fri May 06, 2011 2:49 pm
Forum: Parallel Processing
Topic: Teragrid Binary Availability
Replies: 6
Views: 8078

Re: Teragrid Binary Availability

I now have access to the machine. Two of us are going to tackle compiling this weekend. Our cluster compiling skills are a little weak. If you have any helpful pointers, we would appreciate it. I was considering starting with Makefile.def.LINUX_Redhat_EL5, since Lonestar is CentOS 5.5. If you think ...
by dborello
Fri Apr 29, 2011 11:56 am
Forum: Parallel Processing
Topic: Teragrid Binary Availability
Replies: 6
Views: 8078

Re: Teragrid Binary Availability

When I get access to Lonestar I will pursue this. I was a little bit hesitant of the MAKES directory, since most of the Makefiles.def haven't been updated in 1000s of days. For example, Makefile.def.LONESTAR is significantly older than the cluster (perhaps it was for a previous incarnation). Unfortu...
by dborello
Thu Apr 28, 2011 8:11 am
Forum: Parallel Processing
Topic: Teragrid Binary Availability
Replies: 6
Views: 8078

Re: Teragrid Binary Availability

Lonestar seems to be the new Intel-Linux cluster on the block. It seems perfectly suited for OpenSees. Has anybody compiled a binary on Lonestar?
by dborello
Wed Apr 27, 2011 10:12 am
Forum: Parallel Processing
Topic: Teragrid Binary Availability
Replies: 6
Views: 8078

Teragrid Binary Availability

What Teragrid resources have OpenSees binaries available for them? This week NCSA Abe will be shutting down, forcing me to find a new home. I have access to LONI Queen Bee and NCSA Abe. Compiling OpenSees seems to be a complicated procedure.

Any help is appreciated.

Thanks,
Dan
by dborello
Thu Mar 10, 2011 9:27 am
Forum: Feature Requests/Future Directions
Topic: Return Code in Exit Command
Replies: 5
Views: 13289

Re: Return Code in Exit Command

I would like to second this request. It is common to "wrap" another program like MATLAB around OpenSees (i.e., generate input, run OpenSees, analyze output). It would be useful to pass errors (such as convergence issues) and state information back upstream without having to analyze the console text....
by dborello
Thu Nov 11, 2010 9:03 pm
Forum: OpenSees.exe Users
Topic: OpenSees Binary for TG Abe/NCSA
Replies: 6
Views: 5056

An up to date Makefile.def would probably suffice. The one in the source code does not seem to be recent (references tcl 8.4). The one from 2.2.0 would probably work. I have tried to compile it with Makefile.def.ABE without any luck. I changed the home directory, removed MUMPS and set it to sequenti...
by dborello
Thu Nov 11, 2010 7:44 pm
Forum: OpenSees.exe Users
Topic: OpenSees Binary for TG Abe/NCSA
Replies: 6
Views: 5056

Frank, I unfortunately am running into a bug in version 2.2.0 that was fixed in version 2.2.2. However, the binaries in your home direction on Abe are still version 2.2.0. Would it be possible to get a build of the current version on Abe? (If it is simple and I am just being stupid, you can just tel...
by dborello
Wed Nov 10, 2010 1:32 pm
Forum: Feature Requests/Future Directions
Topic: Consistent element treatment of Rayleigh damping with flags
Replies: 2
Views: 5724

I found the region command, that seems to work well. I can appreciate maintaining backwards compatibility. I doubt many users double check their results are still valid when upgrading. Perhaps it can be added to a list of items to be fixed for a release not guaranteeing backwards compatibility (3.0?...
by dborello
Tue Nov 09, 2010 8:15 pm
Forum: Feature Requests/Future Directions
Topic: Consistent element treatment of Rayleigh damping with flags
Replies: 2
Views: 5724

Consistent element treatment of Rayleigh damping with flags

Currently different elements default to Rayleigh damping on or off. For example, truss elements by default will be excluded from Rayleigh damping while elastic beam columns will be included. It would likely reducing modeling error if all elements defaulted to the same behavior (perhaps off by defaul...
by dborello
Mon Nov 08, 2010 11:27 am
Forum: Feature Requests/Future Directions
Topic: Intermittent Recorders
Replies: 4
Views: 11605

Frank,

Sounds perfect, thanks.

Dan
by dborello
Mon Nov 08, 2010 8:47 am
Forum: Feature Requests/Future Directions
Topic: Intermittent Recorders
Replies: 4
Views: 11605

Intermittent Recorders

It would be nice if the recorders could be set to only record every "n steps".

If OpenSees does not have an internal step counter, providing an option to base it on time would be a good options as well.

Thanks,
Dan
by dborello
Thu Aug 19, 2010 8:54 am
Forum: OpenSees.exe Users
Topic: Using XML output
Replies: 7
Views: 8316

I used the code below to read the xml output in MATLAB. It reads displacements, reactions and element forces from the xml recorders. It also regenerates node locations and element connectivity. The output should be obvious.... It requires xml_read (mathworks.com/matlabcentral/fileexchange/12907-xmli...
by dborello
Thu Aug 19, 2010 6:56 am
Forum: Feature Requests/Future Directions
Topic: Fiber section stiffness recorder
Replies: 2
Views: 10836

Fiber section stiffness recorder

It would be useful if sections had the ability to report their stiffness to the element recorder. I am particularly interested in the fiber section. The motivation for this request is to identify when a plastic hinge has developed. Obviously there are several methods, but noting when the section sti...
by dborello
Thu Jul 08, 2010 3:00 pm
Forum: Framework
Topic: tcp recorder
Replies: 2
Views: 5834

tcp recorder

I noticed that version 2.2.1 added support for sending recorder output over a tcp connection. This is very interesting and could alleviate having to dump output to disk. It has a lot of potential and is exciting. I am giving it a shot with a simple model (below). I am using this program to listen to...