SPARC 'master' build error due to missing Tempus::createStepper()
Created by: bartlettroscoe
CC: @trilinos/tempus , @rppawlo (Trilinos Nonlinear Solvers Product Lead), @bartlettroscoe, @fryeguy52, @ccober6
Next Action Status
Description
As shown in this query the SPARC Trilinos integration builds that build SPARC 'master' against Trilinos 'develop' have a broken build of SPARC where the build error (for example for the clang-5.0.1
build), shown here) show:
26: error: no matching member function for call to 'createStepper'
tempus_stepper_ = sf->createStepper(tempus_me_, "Backward Euler");
~~~~^~~~~~~~~~~~~
Current Status on CDash
The status of these tests/builds for the current testing day can be found at:
NOTE: The build for the current testing day may not be posted at the time you click this link
Steps to Reproduce
Instructions for building and installing Trilinos and then building and testing SPARC are given here.
To reproduce one will need to be in the SPARC development group to clone the SPARC git repos.