forked from claudiopica/HiRep
-
Notifications
You must be signed in to change notification settings - Fork 4
55 lines (49 loc) · 1.02 KB
/
no-mpi-spn.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: no-mpi-spn
on:
push:
branches:
- master
- spn
jobs:
build:
runs-on: self-hosted
strategy:
# Ensures that jobs are not cancelled is one job fails
fail-fast: false
matrix:
gaugegroup : [SPN]
nc: [4,6]
repr: [FUND, 2A ]
ecsw: [-no-clover]
dir:
- Algebra
- DiracOperator
- Geometry
- Inverters
- Mesons
- PureGauge
- RIMOM
- Sources
- StoredConfs
- Utils
- Disconnected
- GaugeFix
- Propagator
- Random
- Scattering
- SpinorField
- Update
- WilsonLoops
- SPNtoSUNRegression
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: ./.github/actions/runtests
with:
dir: ${{matrix.dir}}
mpi: -no-mpi
nc: ${{ matrix.nc }}
repr: ${{ matrix.repr }}
ecsw: ${{ matrix.expcsw }}
gaugegroup: ${{ matrix.gaugegroup }}