github actions step for armci_network=ARMCI

This commit is contained in:
edoapra 2022-03-29 17:26:30 -07:00
parent 46eb23533e
commit 5ec6e75276
2 changed files with 15 additions and 0 deletions

View file

@ -41,6 +41,13 @@ jobs:
mpi_impl: mpich
nwchem_modules: "qmandpw qmd"
include:
- os: ubuntu-18.04
experimental: true
mpi_impl: mpich
armci_network: ARMCI
nwchem_modules: "all"
fc: gfortran
blas: "internal"
- os: ubuntu-18.04
experimental: true
mpi_impl: mpich

View file

@ -64,7 +64,15 @@ else
# FOPT="-O2 -tp haswell"
fi
fi
fi
# install armci-mpi if needed
if [[ "$ARMCI_NETWORK" == "ARMCI" ]]; then
cd $NWCHEM_TOP/src/tools
./install-armci-mpi
export EXTERNAL_ARMCI_PATH=$NWCHEM_TOP/external-armci
fi
#compilation
if [[ "$os" == "Darwin" ]]; then
if [[ "$NWCHEM_MODULES" == "tce" ]]; then
FOPT="-O1 -fno-aggressive-loop-optimizations"