-
Notifications
You must be signed in to change notification settings - Fork 1
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
Trilinos install failure due to remote change #4
Comments
It's been almost a year since I updated Trilinos on my machines (trilinos/Trilinos@a0ba716). Can you post the error message here? I'll take a look at it to see if anything stands out. |
Yeah @JustinClough my last build was in Feburary this year. And all the things worked if Jacob copied my Trilinos instead of the updated master repo This is what he observed:
make[2]: *** [packages/seacas/libraries/ioss/src/main/cth_pressure_map] Error 1 It seems that some support for Sandia's mesh (exo etc) is causing the problem. This is not a big problem for now as I have a working Trilinos anyway. But it's still good if you know anythign about this. |
Nothing specific jumping out at me. There root of the error is from the linker (
I get this error sometimes updating Trilinos when I don't clear out the old installation. Essentially new packages are trying to link to new versions of other packages but are only finding the old ones. If you haven't already tried it, Also in case you don't know, you can capture and manipulate output text from commands in bash with
will redirect all the text output from
Which both prints all output to the terminal like normal and saves it to the file |
Jacob was experiencing some error when building Trilinos from primary repo using my cmake script.
My cmake script was up-to-date until Feburary 2020 and he's able to build it with the Trilinos downloaded at the same time. So I would assume the cmake script I provided is no longer compatible to the Trilinos in the master repo.
For those in RPI wants to use or do a test build of Trilinos using the script I provided in the wiki, please use /lore/hur3/Trilinos instead of directly git clone from its master repo.
@JustinClough I'm not sure when is your last time to build Trilinos. But if it's later than Feb this year could you show me if there's any change in building it? Or if there's any pointer that's constantly updating the cmake scirpt of building Trilinos for Albany?
The text was updated successfully, but these errors were encountered: