-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error in TwoNodeLink element in paralle processing. #311
Comments
Can you provide more information, like what versions of OpenSeesPy you are using on HPC and local? Also, please show the input command line for element 40001. |
Dr Scott thank you for your prompt response, I appreciate the help. I changed my HPC openseespy version, similar to my local machine version, but error persist. my global horizontal plane is X and Y, and my global vertical axis is Z. Using the "twonodelink" element, I am modeling the bearing of a bridge and connecting it with girder nodes. input command for element Thanks, |
Thanks for the information. Should be fixed now OpenSees/OpenSees#1513. Let me know if the issue remains. |
Thank you Dr Scott for the response and help. Thanks |
Sorry for the confusion. You either have to compile the source code or wait for the next update to openseespy pip package. In the mean time, you may be able to make it work by specifying both x and y vectors with the
|
Thank you, Dr. Scott, for the suggestion; I'll try that. Thanks |
I am using Openseespy for my simulations. I came across this error while running parallel processing in an HPC. However, the python script works perfectly fine in my local Linux and Windows machine with parallel processing and single core. Could you please help me with this issue?
Error prompt
"
WARNING TwoNodeLink::setUp() - element: 40001
ignoring nodes and using specified local x vector to determine orientation
TwoNodeLink::setUp() - element: 40001
"
The text was updated successfully, but these errors were encountered: