From dc2a2f1fe977c5da84df4df0d40f1bbf6fefae2f Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 2 Feb 2022 11:04:33 -0800 Subject: [PATCH] build USE_INTERNALBLAS g.a. step with SIZE=4 and USE_64TO32=y --- .github/workflows/github_actions.yml | 18 +++++++++--------- travis/nwchem.bashrc | 3 ++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index e9b0fcc01d..953e211f97 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -41,15 +41,22 @@ jobs: mpi_impl: mpich nwchem_modules: "qmandpw qmd" include: - - os: ubuntu-18.04 + - os: ubuntu-latest experimental: true mpi_impl: mpich + armci_network: MPI-TS + nwchem_modules: "all" + fc: gfortran + blas: "internal" + - os: ubuntu-18.04 + experimental: false + mpi_impl: mpich armci_network: MPI-PR nwchem_modules: "tinyqmpw python" fc: gfortran-11 cc: gcc-11 - os: ubuntu-20.04 - experimental: true + experimental: false mpi_impl: mpich armci_network: MPI-TS nwchem_modules: "tce" @@ -237,13 +244,6 @@ jobs: nwchem_modules: "qmandpw qmd" fc: ifort use_openmp: 2 - - os: ubuntu-latest - experimental: true - mpi_impl: mpich - armci_network: MPI-TS - nwchem_modules: "tinyqmpw" - fc: gfortran - blas: "internal" fail-fast: false env: MPI_IMPL: ${{ matrix.mpi_impl }} diff --git a/travis/nwchem.bashrc b/travis/nwchem.bashrc index e2e5447802..b5aa87e72c 100644 --- a/travis/nwchem.bashrc +++ b/travis/nwchem.bashrc @@ -113,7 +113,8 @@ if [[ "$DISTR" == "fedora" ]] || [[ "$DISTR" == "centos" ]]; then fi if [[ "$BLAS_ENV" == "internal" ]]; then export USE_INTERNALBLAS=1 - export BLAS_SIZE=8 + export BLAS_SIZE=4 + export USE_64TO32=y export SCALAPACK_ENV="off" elif [[ "$BLAS_ENV" == "build_openblas" ]]; then export BUILD_OPENBLAS="y"