-
Notifications
You must be signed in to change notification settings - Fork 579
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
Tpetra: non-blocking Import/Export #9251
Comments
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
@tasmith4 Did you do everything you needed to here? Can I close this? |
Yes, that was done a while back. Looks like I tried to autoclose it in #10300, not sure why that didn't work ... |
@tasmith4 I noticed autocloses no longer work in Trilinos. I'm not sure what changed, but it's been this way for somewhere between months and a year |
@trilinos/framework @sebrowne Can you investigate why issues are not being auto closed and fix it? Thanks! |
I show that this has the DO_NOT_AUTOCLOSE label on it. Can you link any others that should have been closed but were not? |
@sebrowne I think we thought that DO_NOT_AUTOCLOSE would keep the bot from closing it, but would still allow it to be closed with keywords in the PR. Is that not true -- i.e. does DO_NOT_AUTOCLOSE also block closing on merge? If so, is there a way to keep the "one-year bot" from closing it, without blocking closing on merge with keywords? |
Enhancement
@trilinos/tpetra
Provide an API for non-blocking imports and exports on DistObjects. The new API will have three general types of functions for both imports and exports. Using import as an example:
@cgcgcg @vbrunini
The text was updated successfully, but these errors were encountered: