mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 05:35:37 -04:00
libxc build
This commit is contained in:
parent
c8cd04b2a1
commit
9357ef13da
1 changed files with 9 additions and 0 deletions
9
.github/workflows/github_actions.yml
vendored
9
.github/workflows/github_actions.yml
vendored
|
|
@ -87,6 +87,14 @@ jobs:
|
|||
nwchem_modules: "tce"
|
||||
fc: ifort
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw"
|
||||
fc: gfortran
|
||||
cc: gcc
|
||||
use_libxc: 1
|
||||
- os: ubuntu-18.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-PT
|
||||
|
|
@ -177,6 +185,7 @@ jobs:
|
|||
ARMCI_NETWORK: ${{ matrix.armci_network }}
|
||||
NWCHEM_MODULES: ${{ matrix.nwchem_modules }}
|
||||
USE_SIMINT: ${{ matrix.use_simint }}
|
||||
USE_LIBXC: ${{ matrix.use_libxc }}
|
||||
FC: ${{ matrix.fc }}
|
||||
CC: ${{ matrix.cc }}
|
||||
COMEX_MAX_NB_OUTSTANDING: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue