- 01 Mar, 2017 13 commits
-
-
crtrott authored
Kokkos-Kernels was moved from its previous location tpetra/kernels to kokkos-kernels and now is its own package. Testing was performed on multiple platforms with gcc, intel and cuda, also debug mode. As far as I can tell the have the same errors as on current develop. I.e. hopefully nothing related to this switch. Testing was done with the samplescripts/Sandia-Sems/configure-testbeds-jenkins-all script.
-
Matt Bettencourt authored
-
Chris Siefert authored
Build/Test Cases Summary Enabled Packages: MueLu, TpetraCore, Xpetra Enabled all Forward Packages 0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=1048,notpassed=0 (10.95 min) Other local commits for this build/test group: 075a2817, 4817b410, 1f2bd2d6, a901d882, 16c90194, 6ce60ef0, d953103f, bb041641
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Roscoe A. Bartlett authored
-
Roscoe A. Bartlett authored
-
- 28 Feb, 2017 2 commits
-
-
gvonwin authored
Added abstract classes for creating Primal and Dual vectors with Riesz maps. Allows developers to instantly create primal and dual versions of their concrete vector classes provided they implement elementwise operations and supply a linear operator for the Riesz mapping
-
Curtis C. Ober authored
* This new constructor allows applications to construct the integrator without a ParameterList or ModelEvaluator. However the integrator is not fully initialized until subsequent setParameterList, setStepper, and initialize calls. * Added getTempusParameterList() function so applications can get get a copy of the current Tempus ParameterList, modify it, and reset the Tempus ParameterList via setParameterList. * In test/Integrator/Tempus_IntegratorTest.cpp, this new constructor is tested. Other items * Removed VerboseObjects from several ParameterLists.
-
- 26 Feb, 2017 2 commits
-
-
Drew P. Kouri authored
-
Drew P. Kouri authored
-
- 25 Feb, 2017 3 commits
-
-
Nathan V. Roberts authored
Build/Test Cases Summary Enabled Packages: MueLu 0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=51,notpassed=0 (14.59 min)
-
Mark Hoemmen authored
Build/Test Cases Summary Enabled Packages: MueLu Disabled Packages: Intrepid2 0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=49,notpassed=0 (32.79 min) Other local commits for this build/test group: 8303b757
-
Jonathan Hu authored
This commit removes logic left over from when the yaml-to-xml conversion code lived in MueLu. (That code is in Teuchos now.) In particular, I've removed MueLu's TPL dependence on yaml, and MueLu tests' dependence on boost. Addresses issue #1093.
-
- 24 Feb, 2017 18 commits
-
-
Mark Hoemmen authored
Build/Test Cases Summary Enabled Packages: TpetraCore Disabled Packages: FEI,PyTrilinos,Moertel,STK,SEACAS,ThreadPool,OptiPack,ShyLU,Rythmos,NOX 0) MPI_RELEASE_DEBUG_SHARED_PT => Test case MPI_RELEASE_DEBUG_SHARED_PT was not run! => Does not affect push readiness! (-1.00 min) 1) MPI_DEBUG => passed: passed=122,notpassed=0 (7.84 min) 2) SERIAL_RELEASE => passed: passed=88,notpassed=0 (10.99 min)
-
Kara Peterson authored
intrepid2: Update doxygen documentation for Basis, Integration, and FunctionSpaceTools in refactor branch (#790). Initial update of documentation for classes in the Discretization directory. This includes an update of the index page located under the Integration directory in Intrepid_Cubature.hpp. More work needs to be done documenting the functors in the Basis classes.
-
-
Roscoe A. Bartlett authored
Build/Test Cases Summary Enabled Packages: Disabled Packages: PyTrilinos,Claps,TriKota Enabled all Packages 0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=2285,notpassed=0 (102.14 min) Other local commits for this build/test group: 24383272, e3a40184, 3e8cdea5, ff44e459, eb481426
-
Kyungjoo Kim authored
-
-
Nathan V. Roberts authored
MueLu: fixed a subtle issue with Epetra instantiation in IntrepidPCoarsenFactory.cpp, which would lead to build errors when Tpetra<int,int> types were not available.
-
Tobias Wiesner authored
Build/Test Cases Summary Enabled Packages: MueLu Disabled Packages: PyTrilinos,Claps,TriKota Enabled all Forward Packages 0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=410,notpassed=0 (208.66 min) Other local commits for this build/test group: 19b46c28
-
Tobias Wiesner authored
-
Roscoe A. Bartlett authored
-
Roscoe A. Bartlett authored
-
Roscoe A. Bartlett authored
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git' At commit: commit 9804658c3bcc18dcdfec8a08ef1adad030a3a3b3 Author: Roscoe A. Bartlett <rabartl@sandia.gov> Date: Fri Feb 24 13:00:59 2017 -0700 Summary: Merge branch 'netcdf-cgns-hdf5-156'
-
Kyungjoo Kim authored
-
Kyungjoo Kim authored
This check vectorization version
-
Siva Rajamanickam authored
Amesos: Scalapack: Fix assertions with side-effects.
-
Roscoe A. Bartlett authored
I also removed other find modules already being pulled in from TriBITS. This goes with TriBITSPub/TriBITS#156.
-
Eric Todd Phipps authored
This is for the no-reduction use case to allow CG solution of ensemble components with wildly different numbers of iterations. If one component takes many fewer iterations, it can become so oversolved that alpha becomes 0, causing NaNs. This slightly modified version checks for that case. I also brough the custom status test up-to-date with the original version.
-
Eric Todd Phipps authored
-
- 23 Feb, 2017 2 commits
-
-
Jason M. Gates authored
Added boundary conditions and finished documenting the code.
-
Eric Bavier authored
This is a follow-up to 69c2781d. * packages/amesos/src/Amesos_Scalapack.cpp (Amesos_Scalapack::Solve): Use 'EPETRA_CHK_ERR' rather than 'assert' for checks with side-effects.
-