mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
do not test mpich on macos
This commit is contained in:
parent
ab1eb327cf
commit
73eefef958
1 changed files with 5 additions and 2 deletions
7
.github/workflows/github_actions.yml
vendored
7
.github/workflows/github_actions.yml
vendored
|
|
@ -36,6 +36,9 @@ jobs:
|
|||
- "tce"
|
||||
fc:
|
||||
- gfortran
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
mpi_impl: mpich
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
experimental: true
|
||||
|
|
@ -241,7 +244,7 @@ jobs:
|
|||
use_libxc: 1
|
||||
- os: macos-latest
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "all"
|
||||
fc: flang
|
||||
|
|
@ -428,7 +431,7 @@ jobs:
|
|||
xcode_version: 15.0.1
|
||||
- os: macos-latest
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "all"
|
||||
fc: gfortran-14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue