From d425b8468a499d5fbf111adddcb1acdec5816b30 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 5 Jan 2024 10:06:10 -0600 Subject: [PATCH] restore full profile execution in parallel Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index 27b6cdee23..daa38e589e 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: pythonpath + - name: Python Path run: echo ${PYTHONPATH} - name: Install Python collateral (build and test) run: | @@ -55,8 +55,8 @@ jobs: - name: Run [profile] mode run: | cd build - srun -N 1 -J omniperf -p ci -t 00:20:00 ctest --verbose -R test_profile_kernel_execution -# srun -N 1 -J omniperf -p ci -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile + srun -N 1 -J omniperf -p ci -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile +# srun -N 1 -J omniperf -p ci -t 00:20:00 ctest --verbose -R test_profile_kernel_execution ## - name: Run [analyze] mode ## if: '!cancelled()' ## run: |