update profile tests to run with 4-way parallelism

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2023-12-18 16:38:36 -06:00
committed by Karl W. Schulz
parent a57173f504
commit f0234f4571
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
run: |
cd build
ml cmake
srun -N 1 -J omniperf -p ci -t 00:20:00 ctest --verbose -R test_profiler_general
srun -N 1 -J omniperf -p ci -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile
- name: Run [analyze] mode
if: '!cancelled()'
run: |