Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang authored Oct 7, 2023
1 parent 53b44e4 commit 4504705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ut-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

container:
image: ${{ matrix.container-image }}
options: --privileged --ipc=host --gpus=all --ulimit memlock=-1:-1
options: --privileged --ipc=host --gpus=all --ulimit memlock=-1:-1 --user 1000

steps:
- name: Checkout
Expand Down Expand Up @@ -44,7 +44,6 @@ jobs:
run: |
set -e
export PATH=/usr/local/mpi/bin:$PATH
echo $USER
mpirun -tag-output -np 2 ./build/test/mp_unit_tests
mpirun -tag-output -np 4 ./build/test/mp_unit_tests
mpirun -tag-output -np 8 ./build/test/mp_unit_tests
Expand Down

0 comments on commit 4504705

Please sign in to comment.