mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
prune macos tests
This commit is contained in:
parent
5d0738e49e
commit
08f96f919c
1 changed files with 9 additions and 28 deletions
37
.github/workflows/github_actions.yml
vendored
37
.github/workflows/github_actions.yml
vendored
|
|
@ -255,7 +255,7 @@ jobs:
|
|||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw"
|
||||
fc: gfortran-12
|
||||
fc: gfortran-13
|
||||
cc: gcc
|
||||
use_libxc: 1
|
||||
xcode_version: 15.3
|
||||
|
|
@ -264,7 +264,7 @@ jobs:
|
|||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: gfortran-13
|
||||
fc: gfortran-14
|
||||
use_libxc: 1
|
||||
xcode_version: 15.2
|
||||
- os: ubuntu-22.04
|
||||
|
|
@ -304,7 +304,7 @@ jobs:
|
|||
mpi_impl: openmpi
|
||||
armci_network: MPI-PR
|
||||
nwchem_modules: "qmandpw qmd"
|
||||
fc: gfortran-12
|
||||
fc: gfortran-13
|
||||
xcode_version: 15.0.1
|
||||
- os: macos-latest
|
||||
experimental: true
|
||||
|
|
@ -318,16 +318,16 @@ jobs:
|
|||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw"
|
||||
fc: gfortran-12
|
||||
cc: gcc-12
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: gfortran-14
|
||||
cc: gcc-14
|
||||
xcode_version: 15.4
|
||||
- os: macos-latest
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw"
|
||||
fc: gfortran-13
|
||||
fc: gfortran-14
|
||||
blas: "accelerate"
|
||||
blas_size: 4
|
||||
- os: ubuntu-22.04
|
||||
|
|
@ -410,32 +410,13 @@ jobs:
|
|||
cc: gcc
|
||||
blas: "brew_openblas"
|
||||
blas_size: 4
|
||||
- os: macos-latest
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "nwdft driver solvation"
|
||||
fc: gfortran
|
||||
cc: gcc
|
||||
blas: "brew_openblas"
|
||||
blas_size: 4
|
||||
- os: macos-15
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "nwdft driver solvation"
|
||||
fc: gfortran
|
||||
cc: gcc
|
||||
blas: "brew_openblas"
|
||||
blas_size: 4
|
||||
xcode_version: 15.0.1
|
||||
- os: macos-latest
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "all"
|
||||
fc: gfortran-14
|
||||
cc: gcc-14
|
||||
fc: gfortran-15
|
||||
cc: gcc-15
|
||||
blas: "build_openblas"
|
||||
blas_size: 8
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue