Closing Recorder File

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

Moderators: silvia, selimgunay, Moderators

Post Reply
structural10
Posts: 8
Joined: Tue May 04, 2010 6:46 am
Location: Virginia Tech

Closing Recorder File

Post by structural10 »

I noticed while sourcing an OpenSees script inside of the program that the results file from the recorders is still being accessed by OpenSees, even after the analysis is complete. I noticed that if I use "wipe" or "wipe analysis" at the end of my scripts that the results file is closed at the end of the analysis and all of the results are written to the file. Is this a bug in the program? Should I be using "wipe" at the end of the script or is there another syntax? Thanks.

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

Post by fmk »

It is not a bug .. Opening and closing files takes a lot of CPU time .. The wipe is not needed as they will be closed when the program terminates, the only exception is if the program crashes.
Post Reply