mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-26 13:15:29 -04:00
build USE_INTERNALBLAS g.a. step with SIZE=4 and USE_64TO32=y
This commit is contained in:
parent
6874d20c71
commit
dc2a2f1fe9
2 changed files with 11 additions and 10 deletions
18
.github/workflows/github_actions.yml
vendored
18
.github/workflows/github_actions.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue