Skip to content

Commit

Permalink
Merge Pull Request #8058 from cgcgcg/Trilinos/gemingaTesting
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Geminga: Fix issue finding CUDA
PR Author: cgcgcg
  • Loading branch information
trilinos-autotester committed Sep 18, 2020
2 parents 9636412 + 065fbd4 commit 3cad753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ MACRO(TRILINOS_SYSTEM_SPECIFIC_CTEST_DRIVER)

### TPLS ###
"-DTPL_ENABLE_CUDA:BOOL=ON"
"-DCMAKE_POLICY_DEFAULT_CMP0074=NEW"
"-DTPL_ENABLE_CUSPARSE:BOOL=ON"
"-DTPL_ENABLE_HWLOC:BOOL=OFF"

Expand Down
4 changes: 2 additions & 2 deletions cmake/ctest/drivers/geminga/cron_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export CTEST_CONFIGURATION="nvcc_wrapper"
module load sems-env
module load sems-cmake/3.12.2
module load sems-gcc/8.3.0
module load sems-boost/1.63.0/base
module load sems-boost/1.69.0/base
module load sems-python/2.7.9
module load sems-zlib/1.2.8/base
module load sems-openmpi/4.0.2
Expand Down Expand Up @@ -115,7 +115,7 @@ module unload sems-cuda/10.1
module unload sems-openmpi/4.0.2
module unload sems-zlib/1.2.8/base
module unload sems-python/2.7.9
module unload sems-boost/1.63.0/base
module unload sems-boost/1.69.0/base
module unload sems-gcc/8.3.0
module unload sems-cmake/3.12.2
module unload sems-env
Expand Down

0 comments on commit 3cad753

Please sign in to comment.