msgpass 0.5.0

Thin wrapper to a Message Passing Interface (MPI)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Test on Linux with Intel MPI
on: [pull_request]
jobs:
  test_on_linux:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Install libraries
        run: |
          bash zscripts/install-intel-mpi-debian.bash
      - name: Run tests
        run: |
          source /opt/intel/oneapi/setvars.sh
          bash run-tests.bash intel