update profile tests to run with 4-way parallelism
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
committed by
Karl W. Schulz
parent
a57173f504
commit
f0234f4571
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user