Skip to content

Commit

Permalink
test trilinos with int32 global indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Sep 10, 2024
1 parent 10580de commit ed0b746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/env/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ fi
# trilinos
# --------

if [ "$SUNDIALS_PRECISION" == "double" ]; then
if [ "$SUNDIALS_PRECISION" == "double" ] && [ "$SUNDIALS_INDEX_SIZE" == "32" ]; then
export SUNDIALS_TRILINOS=ON
if [ "$SUNDIALS_INDEX_SIZE" == "32" ]; then
TRILINOS_ROOT="$(spack location -i [email protected] gotype=int ~cuda)"
Expand Down

0 comments on commit ed0b746

Please sign in to comment.