Page 1 of 1

ERROR IN PARALLEL ANALYIS

Posted: Wed Aug 30, 2023 6:04 pm
by Zeeshanbhat
Dear Team,

I am currently facing an issue with STKO after not using it for the last 6-7 months. I had been utilizing OpenSeesMP for parallel analysis, and my models were performing well without any problems. However, upon revisiting my models and attempting to analyze them again in STKO, I encountered an error that states: "Can't read process ID - no such variable exists."
PROCESS ID.png
PROCESS ID.png (41.7 KiB) Viewed 3551 times
Additionally, I noticed that there have been some additions in the code
STKO1.png
STKO1.png (104.42 KiB) Viewed 3551 times
compared to the previous version.
STKO 2.png
STKO 2.png (36.91 KiB) Viewed 3551 times
The model is attached below:
Modelbi.zip
(251.91 KiB) Downloaded 263 times
I would greatly appreciate any assistance or guidance you could provide to help me resolve this error

Looking forward to your prompt response.

Best regards,
Zeeshan

Re: ERROR IN PARALLEL ANALYIS

Posted: Thu Aug 31, 2023 6:01 pm
by Zeeshanbhat
I have attached the model also. The model was running fine in previous version of STKO. None of my model is working now. Kindly help in this regard.

Regards,
Zeeshan

Re: ERROR IN PARALLEL ANALYIS

Posted: Tue Sep 05, 2023 8:15 am
by Zeeshanbhat
Gentle Reminder

Re: ERROR IN PARALLEL ANALYIS

Posted: Tue Sep 05, 2023 8:26 am
by STKO Team
It's because you were running the analysis using a custom Tcl script that was compliant with the old STKO version.

However, now it should be sufficient to replace this line in your last analysis step:
custom_run.png
custom_run.png (11.19 KiB) Viewed 3433 times
I couldn't test it because I don't have your input GM, but let me know if it works

Re: ERROR IN PARALLEL ANALYIS

Posted: Wed Sep 06, 2023 6:24 am
by Zeeshanbhat
Dear Team,
Thank you for your assistance. I have analyzed the revised model with the correction you provided. Unfortunately, it is still displaying the same error.
error.png
error.png (97.71 KiB) Viewed 3424 times
I have attached the revised model along with the ground motion file for your reference. I kindly request your assistance in resolving this issue.

Thank you for your continued support.

Regards,
Zeeshan Bhat

Re: ERROR IN PARALLEL ANALYIS

Posted: Wed Sep 06, 2023 2:32 pm
by STKO Team
You have to change also every instance of process_id with STKO_VAR_process_id
here's a modified file:
Modelbi.zip
(256.97 KiB) Downloaded 205 times

Re: ERROR IN PARALLEL ANALYIS

Posted: Sat Sep 09, 2023 4:00 am
by Zeeshanbhat
Thank you very much for your help.

Re: ERROR IN PARALLEL ANALYIS

Posted: Mon Sep 11, 2023 2:11 pm
by STKO Team
You're welcome