save/restore commands with OpenSeesSP

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
cmckee
Posts: 5
Joined: Mon Sep 05, 2016 1:41 pm
Location: Texas A&M

save/restore commands with OpenSeesSP

Post by cmckee » Wed Apr 28, 2021 12:13 pm

When using OpenSeesSP, I am unable to use the save/restore commands. I am getting:

Code: Select all

ShadowSubdomain::sendSelf()  - NOT YET IMPLEMENTED
Domain::send - element with tag 2 failed in sendSelf
FE_Datastore::commitState - domain failed to sendSelf
WARNING - database failed to commitState
When running the exact input script with sequential OpenSees, there are no issues — as expected. I have searched through as many resources as I could find, and I have not found any documentation indicating that the database commands are incompatible with OpenSeesSP.

If these functions are not possible with the parallel interpreters, what is missing and/or still needs to be implemented and is there a particular reason why it hasn't been implemented yet?

mhscott
Posts: 872
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: save/restore commands with OpenSeesSP

Post by mhscott » Fri Apr 30, 2021 4:09 am

Unfortunately, a lot of sendSelf/recvSelf methods are not implemented.

I would keep creating GitHub issues so that Frank sees the problems :)

Post Reply