From 4504705c4f0dfca11f1869c13de5d1ff47c0112c Mon Sep 17 00:00:00 2001 From: Changho Hwang Date: Sat, 7 Oct 2023 15:56:02 +0800 Subject: [PATCH] Fix --- .github/workflows/ut-backup.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ut-backup.yml b/.github/workflows/ut-backup.yml index 0765931d3..2e3fe84b1 100644 --- a/.github/workflows/ut-backup.yml +++ b/.github/workflows/ut-backup.yml @@ -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 @@ -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