Skip to content

Commit

Permalink
Merge Pull Request #8902 from trilinos/Trilinos/csiefer-f827b58
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Ctest: More updates to ascic
PR Author: csiefer2
  • Loading branch information
trilinos-autotester authored Mar 20, 2021
2 parents f7bc70e + f827b58 commit 32db0da
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ MACRO(TRILINOS_SYSTEM_SPECIFIC_CTEST_DRIVER)
SET(Trilinos_CTEST_DO_ALL_AT_ONCE FALSE)
SET_DEFAULT(Trilinos_EXCLUDE_PACKAGES ${EXTRA_EXCLUDE_PACKAGES} TriKota Optika Pamgen)

# Select package disables
set (Trilinos_ENABLE_Gtest OFF CACHE BOOL "Gtest just does not build" FORCE)
set (Trilinos_ENABLE_ShyLU_NodeTacho OFF CACHE BOOL "Can't test Tacho with CUDA without RDC" FORCE)
set (Trilinos_ENABLE_Shards OFF CACHE BOOL "Shards does not build" FORCE)
set (Trilinos_ENABLE_Zoltan OFF CACHE BOOL "Zoltan does not build" FORCE)
set (Trilinos_ENABLE_Epetra OFF CACHE BOOL "We do not want Epetra" FORCE)

SET(EXTRA_SYSTEM_CONFIGURE_OPTIONS
"-DCMAKE_BUILD_TYPE:STRING=${BUILD_TYPE}"

Expand Down Expand Up @@ -133,6 +140,8 @@ MACRO(TRILINOS_SYSTEM_SPECIFIC_CTEST_DRIVER)
"-DAmesos2_ENABLE_ShyLU_NodeTacho:BOOL=OFF"
"-DAmesos2_ENABLE_ShyLU_NodeBasker:BOOL=OFF"

"-DTrilinos_ENABLE_Zoltan:BOOL=OFF"

### MISC ###
"-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON"
)
Expand Down
8 changes: 4 additions & 4 deletions cmake/ctest/drivers/ascicgpu031/drakify-email.pl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

$numLines = scalar @LINES;

# Change this stuff
@packages=("Amesos2","Ifpack2","Xpetra","MueLu","Tpetra","Zoltan2");
$num_packages = scalar @packages;

# If you want to reuse this script somewhere else,
# this should be the only line you need to change
@packages=("Tpetra", "Amesos2","Ifpack2","Xpetra","MueLu","Zoltan2");

$num_packages = scalar @packages;

use Class::Struct;
struct Entry => {
Expand Down
Loading

0 comments on commit 32db0da

Please sign in to comment.