Skip to content

Tune analysis result stored with pickle #209

Tune analysis result stored with pickle

Tune analysis result stored with pickle #209

Workflow file for this run

name: mpi
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
# Ensures that jobs are not cancelled is one job fails
fail-fast: false
matrix:
nc: [2, 3]
repr: [FUND, ADJ]
ecsw: [-expclover,-no-expclover]
dir: [Algebra,DiracOperator,Geometry,Inverters,Integrators,Mesons,PureGauge,RIMOM,Sources,StoredConfs,Utils,Disconnected,GaugeFix,Propagator,Random,Scattering,SpinorField,Update,WilsonLoops]
exclude:
- nc: 3
repr: ADJ
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: ./.github/actions/runtests
with:
dir: ${{matrix.dir}}
mpi: -mpi
nc: ${{ matrix.nc }}
repr: ${{ matrix.repr }}
ecsw: ${{ matrix.ecsw }}