RE; couldn't read file "": no such file or directory

Post Reply
ryancwl95
Posts: 98
Joined: Mon Sep 25, 2023 12:42 am

RE; couldn't read file "": no such file or directory

Post by ryancwl95 » Mon Sep 25, 2023 1:03 am

Hi all,

I tried 'run Analysis' in STKO for my 1d consolidation model. I selected a openseesolver OpenSees3.5.0. under kits--> manual selection.
After clicking on the 'run analysis', a file selection window opened, i selected the file and the solver window pops up. However, it states that it couldn't read any file (couldn't read file "": no such file or directory
Press any key to continue . . .). I checked my selected file, and the tcl files of the model is inside. There is also another 'Run Solver'.

How can I ensure that my model is running in the OpenSees Solver? Thank you for your help!

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

Re: RE; couldn't read file "": no such file or directory

Post by STKO Team » Mon Sep 25, 2023 7:56 am

It looks like you are using a custom OpenSees.

Don't forget to put the #1 string after your opensees executable. The #1 string is a placeholder that STKO replaces with the tcl file name to run. If you omit it, it will show the error you mentioned.

Moreover, if your OpenSees solver is a parallel OpenSeesMP, you should also include the #2 placeholder that STKO replaces with the number of processors
kit.png
kit.png (20.12 KiB) Viewed 4055 times

ryancwl95
Posts: 98
Joined: Mon Sep 25, 2023 12:42 am

Re: RE; couldn't read file "": no such file or directory

Post by ryancwl95 » Mon Sep 25, 2023 11:22 am

STKO Team wrote:
Mon Sep 25, 2023 7:56 am
It looks like you are using a custom OpenSees.

Don't forget to put the #1 string after your opensees executable. The #1 string is a placeholder that STKO replaces with the tcl file name to run. If you omit it, it will show the error you mentioned.

Moreover, if your OpenSees solver is a parallel OpenSeesMP, you should also include the #2 placeholder that STKO replaces with the number of processors
kit.png
It worked. Thank you:)

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

Re: RE; couldn't read file "": no such file or directory

Post by STKO Team » Mon Sep 25, 2023 1:56 pm

You're welcome

Post Reply