recorder command

Post Reply
myc
Posts: 1
Joined: Wed Apr 20, 2022 1:49 am

recorder command

Post by myc » Wed Apr 20, 2022 2:23 am

Hello STKO team,
How many lines can record in OPENSEES recorder command at most? When I add about 300 lines, a warning will appear, it is not warning about the number of lines, but warning about not opening my ground file, Please tell me how to solve this problem.
thanks and regards!

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: recorder command

Post by STKO Team » Wed Apr 20, 2022 8:24 am

Without your model, I cannot make sure what is the source of your error.
Could you share your model?

From your description, it seems that you have a problem with the default limit of open files for I/O which in Windows is 512.
In OpenSees you have a command to increase that number.
Try this in tcl before creating the recorders:

Code: Select all

setMaxOpenFiles 2048

Post Reply