build USE_INTERNALBLAS g.a. step with SIZE=4 and USE_64TO32=y

This commit is contained in:
edoapra 2022-02-02 11:04:33 -08:00
parent 6874d20c71
commit dc2a2f1fe9
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0
2 changed files with 11 additions and 10 deletions

View file

@ -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 }}

View file

@ -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"