mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
added step with USE_INTERNALBLAS
This commit is contained in:
parent
db8585a0c6
commit
63bc0ae7d4
2 changed files with 8 additions and 0 deletions
7
.github/workflows/github_actions.yml
vendored
7
.github/workflows/github_actions.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue