mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
skip xcode14 since homebrew openmpi usese -ld_classic
This commit is contained in:
parent
924214f73c
commit
c7dec997d2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/github_actions.yml
vendored
10
.github/workflows/github_actions.yml
vendored
|
|
@ -259,7 +259,7 @@ jobs:
|
|||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw"
|
||||
fc: gfortran-12
|
||||
fc: gfortran-11
|
||||
cc: gcc
|
||||
use_libxc: 1
|
||||
xcode_version: 15.3
|
||||
|
|
@ -317,14 +317,14 @@ jobs:
|
|||
nwchem_modules: "tce"
|
||||
fc: gfortran-11
|
||||
cc: gcc-11
|
||||
xcode_version: 14.3.1
|
||||
xcode_version: 15.4
|
||||
- os: macos-latest
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw"
|
||||
fc: gfortran-11
|
||||
xcode_version: 14.3.1
|
||||
fc: gfortran-12
|
||||
xcode_version: 15.4
|
||||
- os: macos-latest
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
|
|
@ -339,7 +339,7 @@ jobs:
|
|||
armci_network: MPI-PT
|
||||
nwchem_modules: "nwdft solvation driver"
|
||||
fc: ifort
|
||||
xcode_version: 14.3.1
|
||||
xcode_version: 15.4
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue