-
Notifications
You must be signed in to change notification settings - Fork 572
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
ats2 xl build failing starting 2021-02-10 #8756
Comments
This is likely due to the upgrade to C++14 and/or the Kokkos upgrade. The XL builds were running just fine before that as shown here. |
@jwillenbring: Who is the assignee for this? |
I am taking this as we discussed at stand-up |
Looks like this failure is related to the commit 5262096. Essentially the added CXX_FLAGS set up a flag for the mvcc_wrapper that xlC does not understand. By experiment it looks like we need
for both builds and
only for the cuda build. |
Basically the added c++14 flags for xl (-qxflag=disable__cplusplusOverride) and the nvcc_wrapper flag needed to allow that (-ccbin xlc++) need to be split.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: This will resolve #8756 by changing CXX_FLAGS PR Author: prwolfe
…s:develop' (8d5b058). * trilinos-develop: Intrepid2: UVM-free MonolothicExecutable Tests (trilinos#8852) Piro: add 'Optimizer Iteration Number' to Piro_ThyraProductME tpetra: trilinos#8794 trilinos#8804 test to pick threshold timed out in PR testing. Lowering the upper bound of testing to fit run into PR testing time. Threshold is close to 400, so lowering upper bound of testing should be OK. Piro: move the Enable Explicit Matrix Transpose option to the app parameter list Piro: print response even for iteration 0 std: -> std:: Piro: print ROL headers Piro: Use observer to observe the response, the solution, and the parameters Piro: Add ThyraProductME_Constraint and Objective Tempus: Add Doxygen to SolutionHistory Functions. Piro: add the 'Enable Explicit Matrix Transpose' option to Piro_SteadyStateSolver_Def.hpp Tempus: Remove ParameterList from SolutionHistory tpetra: better test for PR trilinos#8804 for trilinos#8794; insert indices in batches with duplicates tpetra: bug fix in PR trilinos#8804 for trilinos#8794 next commit will have enhanced test tpetra: increase size of problem so that new code is actually triggered trilinos#8794 tpetra: added hash lookup when searching indices of dense rows trilinos#8794 tpetra: put test into Teuchos test harness trilinos#8794 tpetra: removed untested, unused function tpetra: added comments trilinos#8794 tpetra: small test to determine appropriate threshold for trilinos#8794 This will resolve trilinos#8756 by changing CXX_FLAGS
This is resolved. We are seeing other build failures which will be tracked separately. |
CC: @trilinos/framework, @jwillenbring (Trilinos Framework Product Lead), @bartlettroscoe
Next Action Status
Description
As shown in this query the builds:
Trilinos-atdm-ats2-xl-2020.03.18_spmpi-rolling_serial_static_opt
Trilinos-atdm-ats2-xl-2020.03.18_spmpi-rolling_serial_static_dbg
started failing on testing day 2021-02-10.
All of the builds are show the following configure output like shown here:
Current Status on CDash
Run the above query adjusting the "Begin" and "End" dates to match today any other date range or just click "CURRENT" in the top bar to see results for the current testing day.
Steps to Reproduce
One should be able to reproduce this failure as described in:
and the system-specific instructions at:
Just log into any of the associated machines and copy and paste the full CDash build name
<build-name>
listed above and run commands like:where
<package-name>
is any package that you want to enable to reproduce build and/or test results.Again, for exact system-specific details on what commands to run to build and run tests, see:
If you can't figure out what commands to run to reproduce the problem given this documentation, then please post a comment here and we will give you the exact minimal commands.
The text was updated successfully, but these errors were encountered: