Skip to content

Commit b2baf8a

Browse files
committed
Commenting out MPI tests (not currently functional)
1 parent 7658baf commit b2baf8a

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.github/workflows/testingOnPush_Apple.yaml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,27 @@ jobs:
3232
3333
- name: Run serial compilation with gfortran
3434
run: |
35+
which gfortran
3536
make compiler=gfortran
3637
3738
- name: Run tests with gfortran
3839
run: |
3940
make compiler=gfortran tests
4041
cd tests
4142
../tests.run
42-
43-
- name: Run parallel compilation with mpifort
44-
run: |
45-
make compiler=mpifort
46-
47-
- name: Run tests with mpifort with 1 process
48-
run: |
49-
make compiler=mpifort tests
50-
cd tests
51-
mpirun -np 1 ../tests.run
52-
53-
- name: Run tests with mpifort with 4 processes
54-
run: |
55-
make compiler=mpifort tests
56-
cd tests
57-
mpirun -np 4 ../tests.run
43+
44+
# - name: Run parallel compilation with mpifort
45+
# run: |
46+
# make compiler=mpifort
47+
#
48+
# - name: Run tests with mpifort with 1 process
49+
# run: |
50+
# make compiler=mpifort tests
51+
# cd tests
52+
# mpirun -np 1 ../tests.run
53+
#
54+
# - name: Run tests with mpifort with 4 processes
55+
# run: |
56+
# make compiler=mpifort tests
57+
# cd tests
58+
# mpirun -np 4 ../tests.run

0 commit comments

Comments
 (0)