Closed ikalash closed 4 years ago
I might have fixed that last night with #5050 that went in at around 11pm MT.
Are you OK with sitting another day to see if it worked?
@csiefer2 : great. That wouldn't have made it into last night's nightlies. Lets see what happens tonight - I'm ok with waiting a day, yes.
FYI the waterman error changed last night. Here is the new one and it happens when trying to compile Trilinos:
/.../repos/Trilinos/packages/xpetra/src/Vector/Xpetra_TpetraVector_def.hpp(267): error: no default constructor exists for class "Xpetra::TpetraMultiVector"
http://cdash.sandia.gov/CDash-2-3-0/viewBuildError.php?buildid=84267
I'm guessing this is the same underlying problem.
Thanks for the heads up.
You got your build scripts for Trilinos on waterman somewhere?
We created them (actually @jwatkins did). If you'd like to have a look, it is here:
Module file is here:
Looks like some poor copy pasta on my part. #5066
FYI, autotester is having issues so PRs are blocked.
Unfortunately we have a lot of failed Trilinos builds now in our dashboard due to an issue in Xpetra, e.g.
http://cdash.sandia.gov/CDash-2-3-0/viewBuildError.php?buildid=84295
I am one step behind you @csiefer2 I think - just saw your posting above. Guess the PR with the fix didn't go in yesterday?
Looks like the PR went in but we're still seeing build failures for Albany: http://cdash.sandia.gov/CDash-2-3-0/index.php?project=Albany . You can click on any of the Trilinos builds that failed to build to see details.
Fix went in yesterday afternoon. This might be something related but not the same.
Working on fixing #5061 first, then I will see if I can reproduce your issue.
Should I open a new issue? The problem is still with Xpetra.
Nah. This works fine for me.
Your link errors are a different monster.
They appear to be a GO type mismatch.
@jjellio fixed some other stuff #5096, which should hopefully fix the build issues.
There's still potential link errors as well.
It looks like that PR went in already, unless I'm missing something. Our dashboard is still all red unfortunately: http://cdash.sandia.gov/CDash-2-3-0/index.php?project=Albany&date= . We really need this fixed ASAP. Would it help for me to provide Trilinos/Albany configure scripts for the MueLu team to be able to reproduce the problem?
@ikalash my PR went through about 5 minutes ago. Just looking through the CDash errors for Trilinos, it looks like the same error in #5096 - which should get corrected with my PR.
Will you have another build that goes sometime soon (today?) If not, we may end up waiting till tomorrow to see if it fixes it for Albany.
@jjellio , ah OK I see. I can see if it fixed the issue on my machine, one of the nightly testing platforms, today. I'll keep you posted. We should know tomorrow the situation with all the other nightlies.
I just pulled Trilinos, rebuilt it, then tried building Albany on top of it. Unfortunately there's still a missing include issue:
from /home/ikalash/nightlyCDash/repos/Albany/src/LCM/solvers/Schwarz_Alternating.cpp:12:
/home/ikalash/nightlyAlbanyTests/Results/Trilinos/build/install/include/Xpetra_MatrixFactory.hpp:55:10: fatal error: Xpetra_CrsMatrixWrap.hpp: No such file or directory
#include "Xpetra_CrsMatrixWrap.hpp"
@ikalash This is a new issue, see #5098.
PR #5107 should fix this.
@ikalash Looking better yet?
@csiefer2 : there are still a lot of failures (http://cdash.sandia.gov/CDash-2-3-0/index.php?project=Albany) but not all the builds are failing. I'm hoping the builds that failes (CEE, ride, waterman) failed b/c they started before the change went in. Lets give it one more day - I will check if things are better tomorrow with the Albany dashboard.
So unfortunately we're still having build issues with Albany on the CEE, waterman, ride and NERSC. It's a link error having to do with MueLu_ParameterListInterpreter.cpp. You can click on any of the red boxes under the Albany builds to see details: http://cdash.sandia.gov/CDash-2-3-0/index.php?project=Albany. I'm not sure why things are fine on my Fedora workstation but not CEE.
We've had failures for more than a week now and we have a big PR that is just about ready to be merged in, but these failures are holding it up. Can someone from the muelu team please resolve the issue? I am happy to provide scripts for the CEE (or any of the other machines where the failures show up) so that you guys can reproduce the issue.
I can make the waterman build of the MueLu tests fail using Albany's Trilinos configure. They seem to fail in similar ways. I'll see what I can do with that.
Thanks @csiefer2! Please keep me posted.
See #5141 for a related issue.
The cdash server is still down, so all PRs are blocked :(
@ikalash Can this be closed?
Yes - sorry, I must have forgotten to close this earlier.
Albany failed to build last night in our NERSC and waterman nightlies. Trilinos compiled just fine, but Albany returned the following error when built on top of Trilinos:
Please see:
https://my.cdash.org/viewBuildError.php?buildid=1643124
and
http://cdash.sandia.gov/CDash-2-3-0/viewBuildError.php?buildid=84229
for more details. Both builds are using the develop branch of Trilinos.
@trilinos/muelu