Skip to content

Commit

Permalink
Rename file to test pw self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Oct 30, 2023
1 parent 74338de commit d0d6656
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 56 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/github_autotools_intel.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/parallelworks_autotools_intel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: push
jobs:
intel-autotools:
runs-on: self-hosted
strategy:
#matrix:
# io-flag: ["--disable-deprecated-io", "--enable-deprecated-io"]
env:
CC: mpiicc
FC: mpiifort
TEST_VERBOSE: 1
steps:
- name: checkout
uses: actions/checkout@v2
- name: Configure
run: |
module load intel/2022.1.2 impi/2022.1.2 hdf5/1.10.6 netcdf/4.7.0
autoreconf -if ./configure.ac
./configure --with-yaml FCFLAGS="`nf-config --fflags`" CFLAGS="`nc-config --cflags`"
- name: Compile
run: make -j || make
- name: Run test suite
run: make check TEST_VERBOSE=1

0 comments on commit d0d6656

Please sign in to comment.