cmake module loaded by default now

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W. Schulz
2024-01-04 14:38:53 -06:00
vanhempi 4e1371bfed
commit 6bf8ad816e
-2
Näytä tiedosto
@@ -38,13 +38,11 @@ jobs:
- name: Run [profile] mode
run: |
cd build
ml cmake
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: |
cd build
ml cmake
srun -N 1 -J omniperf -p ci -t 00:55:00 ctest --verbose -R test_analyze_commands
## - name: Pytest coverage comment
## if: '!cancelled()'