ERROR IN PARALLEL ANALYIS
-
Zeeshanbhat
- Posts: 153
- Joined: Wed May 27, 2020 3:48 pm
ERROR IN PARALLEL ANALYIS
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." Additionally, I noticed that there have been some additions in the code compared to the previous version. The model is attached below: 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
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." Additionally, I noticed that there have been some additions in the code compared to the previous version. The model is attached below: 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
-
Zeeshanbhat
- Posts: 153
- Joined: Wed May 27, 2020 3:48 pm
Re: ERROR IN PARALLEL ANALYIS
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
Regards,
Zeeshan
-
Zeeshanbhat
- Posts: 153
- Joined: Wed May 27, 2020 3:48 pm
Re: ERROR IN PARALLEL ANALYIS
Gentle Reminder
Re: ERROR IN PARALLEL ANALYIS
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: I couldn't test it because I don't have your input GM, but let me know if it works
However, now it should be sufficient to replace this line in your last analysis step: I couldn't test it because I don't have your input GM, but let me know if it works
-
Zeeshanbhat
- Posts: 153
- Joined: Wed May 27, 2020 3:48 pm
Re: ERROR IN PARALLEL ANALYIS
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. 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
Thank you for your assistance. I have analyzed the revised model with the correction you provided. Unfortunately, it is still displaying the same error. 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
- Attachments
-
- Modelbi.zip
- (362.11 KiB) Downloaded 200 times
Re: ERROR IN PARALLEL ANALYIS
You have to change also every instance of process_id with STKO_VAR_process_id
here's a modified file:
here's a modified file:
-
Zeeshanbhat
- Posts: 153
- Joined: Wed May 27, 2020 3:48 pm
Re: ERROR IN PARALLEL ANALYIS
Thank you very much for your help.
Re: ERROR IN PARALLEL ANALYIS
You're welcome