Skip to content

Commit 552a07f

Browse files
committed
Added detailed timers to 'full' CI test case
1 parent b0b7a45 commit 552a07f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ jobs:
527527
- "boost, optimize, warning"
528528
- "openmp, python, gsl, ltdl, boost, optimize, warning"
529529
- "mpi, python, gsl, ltdl, boost, optimize, warning"
530-
- "openmp, mpi, python, gsl, ltdl, boost, hdf5, sionlib, libneurosim, optimize, warning, music"
530+
- "openmp, mpi, python, gsl, ltdl, boost, hdf5, sionlib, libneurosim, optimize, warning, music, detailed-timers, mpi-sync-timer"
531531

532532
steps:
533533
- name: Harden Runner
@@ -679,6 +679,8 @@ jobs:
679679
-Dwith-sionlib=${{ contains(matrix.use, 'sionlib') && '$HOME/.cache/sionlib.install' || 'OFF' }} \
680680
-Dwith-libneurosim=${{ contains(matrix.use, 'libneurosim') && '$HOME/.cache/libneurosim.install' || 'OFF' }} \
681681
-Dwith-music=${{ contains(matrix.use, 'music') && '$HOME/.cache/music.install' || 'OFF' }} \
682+
-Dwith-detailed-timers=${{ contains(matrix.use, 'detailed-timers') && 'ON' || 'OFF' }} \
683+
-Dwith-mpi-sync-timer=${{ contains(matrix.use, 'mpi-sync-timer') && 'ON' || 'OFF' }} \
682684
..
683685
684686
- name: "Add GCC problem matcher"

0 commit comments

Comments
 (0)