Skip to content

Commit

Permalink
work around devlcoud/mpi issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Nov 10, 2023
1 parent 34f7284 commit 8a031f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ jobs:
# MPI device memory does not work
env:
CXX: icpx
EXCLUDE: "--exclude=idc-beta-batch-pvc-node-17,idc-beta-batch-pvc-node-18,idc-beta-batch-pvc-node-19"
# MPI complains about a ptrace issue when doing MPI_Win_create on device memory
I_MPI_OFFLOAD_IPC: 0
# and when ptrace is not an issue, these nodes have another problem
# EXCLUDE: "--exclude=idc-beta-batch-pvc-node-17,idc-beta-batch-pvc-node-18,idc-beta-batch-pvc-node-19"
steps:
- uses: actions/checkout@v4
- name: Test
Expand Down

0 comments on commit 8a031f5

Please sign in to comment.