From 0d8a43a3b8d523909e9b0a542d17a25a87cdc32a Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 12 Aug 2022 11:06:23 -0700 Subject: [PATCH] replace ubuntu 18.04 --- .github/workflows/github_actions.yml | 60 +++++++++++----------- .github/workflows/github_actions_archs.yml | 6 +-- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index b00bf5ccd0..82e071ab54 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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 diff --git a/.github/workflows/github_actions_archs.yml b/.github/workflows/github_actions_archs.yml index 60f375ca49..f0245f3c4a 100644 --- a/.github/workflows/github_actions_archs.yml +++ b/.github/workflows/github_actions_archs.yml @@ -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"