Skip to content
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

Failing Albany builds due to changes in STK #5436

Closed
ikalash opened this issue Jun 25, 2019 · 3 comments
Closed

Failing Albany builds due to changes in STK #5436

ikalash opened this issue Jun 25, 2019 · 3 comments
Labels
client: Albany Issue impacting the Albany project pkg: STK type: bug The primary issue is a bug in Trilinos code or tests

Comments

@ikalash
Copy link
Contributor

ikalash commented Jun 25, 2019

Our nightly builds of Albany failed last night due to STK. Here is the error:

/.../repos/Albany/src/disc/stk/Albany_GenericSTKMeshStruct.cpp(178): error: no instance of constructor "stk::mesh::BulkData::BulkData" matches the argument list

(http://cdash.sandia.gov/CDash-2-3-0/viewBuildError.php?buildid=86175 ) . The builds use Trilinos develop branch.

Did stk::mesh::BulkData change?

@ikalash ikalash added type: bug The primary issue is a bug in Trilinos code or tests pkg: STK client: Albany Issue impacting the Albany project labels Jun 25, 2019
@alanw0
Copy link
Contributor

alanw0 commented Jun 25, 2019

Irina, yes a BulkData constructor was deprecated. It had been marked with a DEPRECATED macro previously, so it should have been producing warnings. (But possibly the warnings are off unless you use the -DTrilinos_SHOW_DEPRECATED_WARNINGS:BOOL=ON flag.) I'll try to take a look at the error and let you know which constructor argument is no longer accepted.

@alanw0
Copy link
Contributor

alanw0 commented Jun 25, 2019

Irina, the 'ConnectivityMap' argument to the stk::mesh::BulkData constructor has been removed. On about line 183 of Albany_GenericSTKMeshStruct.cpp you just need to delete the 'NULL' that represents the ConnectivityMap argument.

@ikalash
Copy link
Contributor Author

ikalash commented Jun 25, 2019

Thanks @alanw0 , I'll give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client: Albany Issue impacting the Albany project pkg: STK type: bug The primary issue is a bug in Trilinos code or tests
Projects
None yet
Development

No branches or pull requests

2 participants