diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_frameworks.yml | 31 |
1 files changed, 1 insertions, 30 deletions
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 |
