- 07 May, 2019 2 commits
-
-
Roscoe A. Bartlett authored
-
Roscoe A. Bartlett authored
The current SPARC CUDA shared builds actually are hard-coded to link against static libs for Trilinos. For that, you nee to add -fPIC to the Trilinos static build. The default is not to use -fPIC obviously.
-
- 01 May, 2019 7 commits
-
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Protected ATDM Trilinos install support and install for cuda build on 'waterman' for SPARC testing PR Author: bartlettroscoe
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: Adding ETI for XpetraTpetraVector PR Author: csiefer2
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Muelu Maxwell test: Add option to read in nullspace PR Author: cgcgcg
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: Fixing shadow warning for #5045 PR Author: kddevin
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Fix some typos related to overriding parallel build and test levels PR Author: bartlettroscoe
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: Deprecate DynamicProfile PR Author: GeoffDanielson
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Ifpack2: Add update damping to AdditiveSchwarz PR Author: csiefer2
-
- 30 Apr, 2019 20 commits
-
-
Christian Glusa authored
-
Christian Glusa authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Roscoe A. Bartlett authored
-
Chris Siefert authored
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Set CTEST_PARALLEL_LEVEL (CDOFA-43) PR Author: bartlettroscoe
-
K. Devine authored
match matrix type in unit test
-
K. Devine authored
-
Matthias Mayr authored
MueLu: region MG rework of algorithms and adding tests
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra deprecate node args get node PR Author: kddevin
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: Add ETI for TpetraMultiVector PR Author: csiefer2
-
Roscoe A. Bartlett authored
Set the cache var CTEST_PARALLEL_LEVEL from ATDM_CONFIG_CTEST_PARALLEL_LEVEL to make it easy to run 'make dashboard' efficiently.
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: Fix #5038 (spurious "unused function" build warnings) PR Author: mhoemmen
-
Luc Berger-Vergiat authored
As part of this work the headers SetupRegionMatrix and SetupRegionHierarchy are partially rewritten to fix the Xpetra path. Additionally a coarse grid solve using Tpetra/Amesos2 is added and gets resonable convergence improvements. Since we have things working, we should protect them with tests. This provides a small first test in 2D that performs correctly with coarse grid solve.
-
Matthias Mayr authored
-
- 29 Apr, 2019 11 commits
-
-
Matthias Mayr authored
1) issue warning for missing coarse solver Coarse level solver has not been migrated to Xpetra yet. For now, we just skip it and don't do anything on the coarse level. However, proc 0 writes a warning message to the screen. 2) Fix map when reading input matrix Use the composite map instead of creating a linear map when reading the input matrix. Remove obsolete function argument 3) Specify example via command line: The HHG driver reads various input files. The exact example has to be known in order to setup the structured region MG. Now, the exaxt name of the example has to be passed via a command line arguement "--caseName=..." Add include guards Move utilities to utils file Part of #4084.
-
Luc Berger-Vergiat authored
This is a starting point only, actually some difficulties with the LIDRegion, appData and myRegions arrise quickly preventing further progress. Also removing unsued variables from research region_algorithms/Driver.cpp
-
Matthias Mayr authored
After creating the hierarchy, we need to now its number of levels in order to run the HHG-specific V-cycle. For now, we extract this information from the HHG prolongator data structure. Part of #4084. Note: also fix Matlab syntax. Use ' instead of " and move LID widget to Utils file
-
Luc Berger-Vergiat authored
The idea is to seperate some capabilites from the actual driver in order to develop more generic HHG headers. These headers can then be included in various driver instead of the current in-place use. This new header defines hierarchy setup functions and the vCycle. It could be renamed RegionMG but let's think about that later. It exposes a better split among various functions that are used in the Region MG algorithm. A few const qualifiers have been modified to be more accurate.
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: fixing bug in Maxwell3D Tpetra see #4989 PR Author: lucbv
-
Roscoe A. Bartlett authored
This will be used for installs for SPARC.
-
Roscoe A. Bartlett authored
-
Roscoe A. Bartlett authored
This is mainly to allow the usage of installation as the 'atdm-devops-admin' user account using the 'jenkins' entity account on various systems and therefore protect the installs of Trilinos from bad 'jenkins' jobs. There is a lot little things you need to do to get this work: * ATDM_CONFIG_WORKSPACE_BASE[_DEFAULT]: Use a different workspace for SRC_AND_BUILD (which will allow for reading by the 'atdm-devops-admin' account). (And you must 'cd' into that workspace.) * ATDM_CONFIG_INSTALL_PBP_RUNNER[_DEFAULT]: Allow inserting the 'run-as-atdm-devops-admin' setuid program to run the install command as the 'atdm-devops-admin' user. * ATDM_CONFIG_TRIL_CMAKE_INSTALL_PREFIX_DATE_BASE[_DEFAULT]: Set a default base directory for a given system. * ATDM_CONFIG_USE_JENKINS_INSTALL_DEFAULTS: Set to '1' to use the defaults for the above three vars. See updated documentation for more details.
-
Chris Siefert authored
-
Mark Hoemmen authored
@trilinos/tpetra
-
K. Devine authored
-