added step with USE_INTERNALBLAS

This commit is contained in:
edoapra 2021-10-24 19:38:22 -07:00
parent db8585a0c6
commit 63bc0ae7d4
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA
2 changed files with 8 additions and 0 deletions

View file

@ -197,6 +197,13 @@ jobs:
nwchem_modules: "qmandpw qmd"
fc: ifort
use_openmp: 2
- os: ubuntu-latest
experimental: true
mpi_impl: mpich
armci_network: MPI-TS
nwchem_modules: "tinyqmpw"
fc: gfortran
blas: "internal"
fail-fast: false
env:
MPI_IMPL: ${{ matrix.mpi_impl }}