diff --git a/.github/workflows/intelmpi.yml b/.github/workflows/intelmpi.yml index 093560e7..0481195c 100644 --- a/.github/workflows/intelmpi.yml +++ b/.github/workflows/intelmpi.yml @@ -45,4 +45,4 @@ jobs: - name: run tests run: | - ./build/tests/tests_distributed \ No newline at end of file + mpirun -np 4 ./build/tests/tests_distributed \ No newline at end of file