Skip to content

Commit

Permalink
exclude devcloud nodes where mpi device memory does not work (oneapi-…
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Nov 1, 2023
1 parent 8a967ac commit 2f335c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ jobs:
runs-on: devcloud
needs: checks
timeout-minutes: 60
# 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"
steps:
- uses: actions/checkout@v4
- name: Test
run: srun -p pvc-shared scripts/devcloud-test.sh
run: srun ${EXCLUDE} -p pvc-shared scripts/devcloud-test.sh
- name: Upload build logs
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 2f335c7

Please sign in to comment.