From 9357ef13da7d0a6f1fe8ca9c19cc982982edea8f Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 30 Jun 2021 21:27:43 -0700 Subject: [PATCH] libxc build --- .github/workflows/github_actions.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 2a264b89ab..2b113ca880 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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