Skip to content

Commit 7d9b3f1

Browse files
authored
Update mcxtrace-testsuite.yml
Unfortunately the full test still seems to hang with openmpi (v5)
1 parent 93962e2 commit 7d9b3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mcxtrace-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
2121
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'openmpi' }
2222
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'mpich' }
23-
- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
23+
#- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
2424
- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
2525
- { os: windows-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'msmpi' }
2626

0 commit comments

Comments
 (0)