-
Notifications
You must be signed in to change notification settings - Fork 577
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
Elevate all packages and SE packages used by ATDM APPs to Primary Tested #2597
Comments
…-171) This does not change behavior because this is the Trilinos default, but this just makes it explicit that ATMD builds of Trilinos actually do enable Secondary Tested code. This does not really impact the configuration of Trilinos for EMPIRE but it does impact what subpackages get enabled for SEACAS, for example. NOTE: This should be set to OFF once trilinos#2597 is complete.
This allows the defaults to be set through SET( ... CACHE ...) statements in files read in through Trilinos_CONFIGURE_OPTIONS_FILE. This shows one big advantage of using the built-in cmake -C option for reading in *.cmake files. It ensures that any defaults set there are set there. This will be used to allow the ATDM configuration of Trilinos to set the default Trilinos_ENABLE_SECONDARY_TESTED_CODE=OFF after trilinos#2597 is complete.
I am going to wait to work on this until after we get that ATDM Trilinos builds updated to support SPARC (see TRIL-212). |
@bartlettroscoe getting stuff done :D |
FYI: First specific enable needed is given in #4219. |
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. |
This issue was closed due to inactivity for 395 days. |
CC: @trilinos/framework, @fryeguy52
Blocked By: #4219, #4272
Description:
Currently, it seems that some of the subpackages used by the ATDM EMPIRE APP are labeled Secondary Tested (ST). Since ST is enabled by default with Trilinos in the EMPIRE Trilinos configuration, this makes sense that that would have happened. However, by definition, anything being used by ATDM APPs should be treated as Primary Tested (see here).
Therefore, this story is to identify which Trilinos subpackages are really being used by ATDM that are currently categorized as ST and elevate them to PT.
The text was updated successfully, but these errors were encountered: