From e097c22f8246bb44e356d83cd9e04d768df86030 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Wed, 27 Nov 2019 00:41:11 -0500 Subject: scalapack: add to Dockerfile scalapack: actions Macos --- .github/workflows/ci_frameworks.yml | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci_frameworks.yml b/.github/workflows/ci_frameworks.yml index 0a0ce8bb4..44cb8432f 100644 --- a/.github/workflows/ci_frameworks.yml +++ b/.github/workflows/ci_frameworks.yml @@ -14,36 +14,7 @@ on: jobs: - scalapack_linux: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-python@v1 - with: - python-version: '3.x' - - run: python -m pip install . - - name: install prereq - run: | - sudo apt update -yq - sudo apt install -yq --no-install-recommends pkg-config ninja-build gfortran liblapack-dev libscalapack-mpi-dev libopenmpi-dev openmpi-bin - - run: meson setup "test cases/frameworks/30 scalapack" build - env: - FC: gfortran - CC: gcc - - run: ninja -C build - - uses: actions/upload-artifact@v1 - if: failure() - with: - name: Scalpack_Linux_Build - path: build/meson-logs/meson-log.txt - - run: meson test -C build -v - - uses: actions/upload-artifact@v1 - if: failure() - with: - name: Scalapack_Linux_Test - path: build/meson-logs/testlog.txt - - scalapack_mac: + scalapackMacOS: runs-on: macos-latest steps: - uses: actions/checkout@v1 -- cgit v1.2.3