mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
replace ubuntu 18.04
This commit is contained in:
parent
f2d4b4e29e
commit
0d8a43a3b8
2 changed files with 33 additions and 33 deletions
60
.github/workflows/github_actions.yml
vendored
60
.github/workflows/github_actions.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
mpi_impl: mpich
|
||||
nwchem_modules: "qmandpw qmd"
|
||||
include:
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
build_plumed: 1
|
||||
use_openmp: 2
|
||||
use_tblite: 1
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
blas_size: 4
|
||||
use_openmp: 2
|
||||
use_tblite: 1
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
blas: "build_openblas"
|
||||
use_openmp: 2
|
||||
use_tblite: 1
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
blas_size: 4
|
||||
use_openmp: 2
|
||||
use_tblite: 1
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
fc: ifort
|
||||
use_openmp: 2
|
||||
use_tblite: 1
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -98,14 +98,14 @@ jobs:
|
|||
fc: nvfortran
|
||||
use_openmp: 2
|
||||
use_tblite: 1
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: ARMCI
|
||||
nwchem_modules: "all"
|
||||
fc: gfortran
|
||||
blas: "build_openblas"
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -113,92 +113,92 @@ jobs:
|
|||
fc: gfortran
|
||||
blas: "internal"
|
||||
blas_size: 4
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: false
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-PR
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: gfortran-11
|
||||
cc: gcc-11
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: false
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tce"
|
||||
fc: gfortran-11
|
||||
cc: gcc-11
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "qmandpw qmd"
|
||||
fc: gfortran-11
|
||||
cc: gcc-11
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: amdflang
|
||||
cc: amdclang
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tce"
|
||||
fc: amdflang
|
||||
cc: amdclang
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: MPI-PR
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: ifort
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: nvfortran
|
||||
cc: gcc
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: SOCKETS
|
||||
nwchem_modules: "tce"
|
||||
fc: ifort
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "tce"
|
||||
fc: flang
|
||||
cc: clang
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: MPI-PR
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: ifort
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: SOCKETS
|
||||
nwchem_modules: "tce"
|
||||
fc: ifort
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: MPI-PR
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: ifx
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: SOCKETS
|
||||
nwchem_modules: "tce"
|
||||
fc: ifx
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -206,7 +206,7 @@ jobs:
|
|||
fc: gfortran
|
||||
cc: gcc
|
||||
use_libxc: 1
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -222,7 +222,7 @@ jobs:
|
|||
fc: gfortran-10
|
||||
cc: gcc
|
||||
use_libxc: 1
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-PT
|
||||
|
|
@ -230,7 +230,7 @@ jobs:
|
|||
fc: gfortran-10
|
||||
cc: gcc-10
|
||||
use_simint: 1
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -238,7 +238,7 @@ jobs:
|
|||
fc: nvfortran
|
||||
cc: gcc
|
||||
use_simint: 1
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -246,7 +246,7 @@ jobs:
|
|||
fc: ifort
|
||||
cc: icc
|
||||
use_simint: 1
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-PR
|
||||
|
|
@ -291,7 +291,7 @@ jobs:
|
|||
nwchem_modules: "tinyqmpw"
|
||||
fc: ifort
|
||||
xcode_version: 12.4
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
|
|
@ -300,14 +300,14 @@ jobs:
|
|||
cc: gcc-10
|
||||
use_openmp: 2
|
||||
blas: "build_openblas"
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: intel
|
||||
armci_network: MPI-TS
|
||||
nwchem_modules: "qmandpw qmd"
|
||||
fc: ifort
|
||||
use_openmp: 2
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
armci_network: MPI-TS
|
||||
|
|
|
|||
6
.github/workflows/github_actions_archs.yml
vendored
6
.github/workflows/github_actions_archs.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
include:
|
||||
- arch: aarch64
|
||||
distro_short: ubuntu
|
||||
distro: ubuntu18.04
|
||||
distro: ubuntu20.04
|
||||
ftarget: " TARGET=ARMV8"
|
||||
blas: "build_openblas"
|
||||
scalapack: "off"
|
||||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
fc: "gfortran"
|
||||
- arch: aarch64
|
||||
distro_short: ubuntu
|
||||
distro: ubuntu20.04
|
||||
distro: ubuntu22.04
|
||||
ftarget: " TARGET=ARMV8"
|
||||
blas: "build_openblas"
|
||||
scalapack: "off"
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
fc: "nvfortran"
|
||||
- arch: ppc64le
|
||||
distro_short: ubuntu
|
||||
distro: ubuntu18.04
|
||||
distro: ubuntu20.04
|
||||
blas: "build_openblas"
|
||||
scalapack: "on"
|
||||
ftarget: " TARGET=POWER8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue