Skip to content

Commit

Permalink
Merge pull request #7 from Pressio/6-update-trilinos
Browse files Browse the repository at this point in the history
6: update trilinos containers
  • Loading branch information
fnrizzi authored Dec 10, 2024
2 parents 0dd9f1b + af0e7fb commit d83a365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- {dockerfile: 'fedora-gnu', compiler-version: '13', tag: 'latest'}
# - {dockerfile: 'intel-oneapi', compiler-version: 'latest'}
- {dockerfile: 'ubuntu-clang', compiler-version: '14', tag: 'latest'}
- {dockerfile: 'ubuntu-gnu-trilinos', compiler-version: '11', tag: 'ef73d14'}
- {dockerfile: 'ubuntu-gnu-trilinos', compiler-version: '11', tag: '702aac5'}
- {dockerfile: 'ubuntu-gnu-trilinos', compiler-version: '11', tag: 'trilinos-release-14-4-0'}
- {dockerfile: 'ubuntu-gnu-trilinos', compiler-version: '11', tag: '0dc4553'}
- {dockerfile: 'ubuntu-gnu-trilinos', compiler-version: '11', tag: '5bbda25'}
- {dockerfile: 'ubuntu-gnu', compiler-version: '11', tag: 'latest'}
- {dockerfile: 'ubuntu-gnu-kokkos-cpu-openmp', compiler-version: '11', tag: 'latest'}
- {dockerfile: 'ubuntu-gnu-kokkos-cpu-serial', compiler-version: '11', tag: 'latest'}
Expand Down
2 changes: 1 addition & 1 deletion docker_scripts/ubuntu-gnu-trilinos.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN cmake -B Trilinos/builddir \
-D Trilinos_ENABLE_Teuchos:BOOL=ON \
-D Trilinos_ENABLE_Epetra:BOOL=ON \
-D Trilinos_ENABLE_Tpetra:BOOL=ON \
-D Tpetra_ENABLE_DEPRECATED_CODE:BOOL=OFF \
-D Tpetra_ENABLE_DEPRECATED_CODE:BOOL=ON \
-D Tpetra_ENABLE_TSQR:BOOL=ON \
-D Trilinos_ENABLE_EpetraExt:BOOL=ON \
-D Trilinos_ENABLE_AztecOO:BOOL=ON \
Expand Down

0 comments on commit d83a365

Please sign in to comment.