Can’t run STKO-generated model with RunSolver.bat – what am I missing?
Content:
Hi everyone,
I exported a model from STKO, and it created multiple .tcl files along with a RunSolver.bat file. But when I try to run the .bat file, the command line opens and just says:
arduino
복사
편집
"D:\OpenSees3.7.1\INPUT\RunSolver.bat" "" & pause
Then nothing happens — it just pauses, and OpenSees does not start properly.
I’m not sure if I’m supposed to manually edit the .bat file or assign a main .tcl file somewhere?
Could anyone explain what the correct workflow is to execute the STKO-exported model using OpenSees?
Screenshots are attached for reference.
Thanks in advance!
Can’t run STKO-generated model with RunSolver.bat – what am I missing?
-
qkrghdrl7759
- Posts: 7
- Joined: Tue Aug 05, 2025 12:39 am
Can’t run STKO-generated model with RunSolver.bat – what am I missing?
- Attachments
-
- 화면 캡처 2025-08-05 145833.png (76.04 KiB) Viewed 2197 times
-
- 화면 캡처 2025-08-05 145856.png (28.05 KiB) Viewed 2197 times
-
- 화면 캡처 2025-08-05 145932.png (2.73 KiB) Viewed 2197 times
Re: Can’t run STKO-generated model with RunSolver.bat – what am I missing?
If you setup the OpenSees solvers correctly in STKO (via the "Kits" command), the RunSolver.bat should just contain a line like this:
"C:\OpenSees-Solvers\openseesmp.bat" ".\main.tcl" 6 & pause
(in this example I was using OpenSeesMP with 6 processors)
And from the command line you can just call the batch file, or without the command line you can just double click it.
Maybe there is something wrong in your RunSolvers.bat
"C:\OpenSees-Solvers\openseesmp.bat" ".\main.tcl" 6 & pause
(in this example I was using OpenSeesMP with 6 processors)
And from the command line you can just call the batch file, or without the command line you can just double click it.
Maybe there is something wrong in your RunSolvers.bat