mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
github actions: macos ifort from oneapi
This commit is contained in:
parent
d0b90ada68
commit
a68cce3109
4 changed files with 72 additions and 14 deletions
9
.github/workflows/github_actions.yml
vendored
9
.github/workflows/github_actions.yml
vendored
|
|
@ -144,6 +144,13 @@ jobs:
|
|||
fc: gfortran-9
|
||||
blas: "accelerate"
|
||||
xcode_version: 12.1
|
||||
- os: macos-10.15
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: mpi-ts
|
||||
nwchem_modules: "tinyqmpw"
|
||||
fc: ifort
|
||||
xcode_version: 12.5
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
|
|
@ -189,6 +196,7 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
~/cache
|
||||
~/apps
|
||||
key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-simd${{ steps.get-simd.outputs.simd }}-nwchemcache-v007
|
||||
- name: build environment
|
||||
run: |
|
||||
|
|
@ -218,6 +226,7 @@ jobs:
|
|||
cat src/tools/build/comex/config.log || true
|
||||
- name: store cache
|
||||
run: |
|
||||
mkdir -p ~/apps || true
|
||||
mkdir -p ~/cache/libext/lib ~/cache/libext/bin ~/cache/libext/include ~/cache/libext/mpich || true
|
||||
mkdir -p ~/cache/libext/mpich/mpich || true
|
||||
mkdir -p ~/cache/simint/simint_install || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue