@@ -69,21 +69,30 @@ jobs:
69
69
env :
70
70
CC : gcc-13
71
71
CXX : g++-13
72
+ - name : Run func tests (MPI, num_proc=1)
73
+ run : |
74
+ source scripts/run_mpi.sh
75
+ env :
76
+ PROC_COUNT : 1
77
+ OMP_NUM_THREADS : 3
72
78
- name : Run func tests (MPI, num_proc=2)
73
79
run : |
74
80
source scripts/run_mpi.sh
75
81
env :
76
82
PROC_COUNT : 2
83
+ OMP_NUM_THREADS : 2
77
84
- name : Run func tests (MPI, num_proc=3)
78
85
run : |
79
86
source scripts/run_mpi.sh
80
87
env :
81
88
PROC_COUNT : 3
89
+ OMP_NUM_THREADS : 1
82
90
- name : Run func tests (MPI, num_proc=4)
83
91
run : |
84
92
source scripts/run_mpi.sh
85
93
env :
86
94
PROC_COUNT : 4
95
+ OMP_NUM_THREADS : 1
87
96
- name : Run func tests (threads, num_threads=1)
88
97
run : source scripts/run_threads.sh
89
98
env :
@@ -211,21 +220,30 @@ jobs:
211
220
env :
212
221
CC : clang-19
213
222
CXX : clang++-19
223
+ - name : Run func tests (MPI, num_proc=1)
224
+ run : |
225
+ source scripts/run_mpi.sh
226
+ env :
227
+ PROC_COUNT : 1
228
+ OMP_NUM_THREADS : 3
214
229
- name : Run func tests (MPI, num_proc=2)
215
230
run : |
216
231
source scripts/run_mpi.sh
217
232
env :
218
233
PROC_COUNT : 2
234
+ OMP_NUM_THREADS : 2
219
235
- name : Run func tests (MPI, num_proc=3)
220
236
run : |
221
237
source scripts/run_mpi.sh
222
238
env :
223
239
PROC_COUNT : 3
240
+ OMP_NUM_THREADS : 1
224
241
- name : Run func tests (MPI, num_proc=4)
225
242
run : |
226
243
source scripts/run_mpi.sh
227
244
env :
228
245
PROC_COUNT : 4
246
+ OMP_NUM_THREADS : 1
229
247
- name : Run tests (threads, num_threads=1)
230
248
run : source scripts/run_threads.sh
231
249
env :
@@ -358,6 +376,7 @@ jobs:
358
376
source scripts/run_mpi.sh "--oversubscribe"
359
377
env :
360
378
PROC_COUNT : 2
379
+ OMP_NUM_THREADS : 2
361
380
- name : Run tests (threads, num_threads=1)
362
381
run : source scripts/run_threads.sh
363
382
env :
@@ -489,21 +508,30 @@ jobs:
489
508
- name : Ninja build
490
509
run : |
491
510
cmake --build build
511
+ - name : Run func tests (MPI, num_proc=1)
512
+ run : |
513
+ source scripts/run_mpi.sh
514
+ env :
515
+ PROC_COUNT : 1
516
+ OMP_NUM_THREADS : 3
492
517
- name : Run func tests (MPI, num_proc=2)
493
518
run : |
494
519
source scripts/run_mpi.sh
495
520
env :
496
521
PROC_COUNT : 2
522
+ OMP_NUM_THREADS : 2
497
523
- name : Run func tests (MPI, num_proc=3)
498
524
run : |
499
525
source scripts/run_mpi.sh
500
526
env :
501
527
PROC_COUNT : 3
528
+ OMP_NUM_THREADS : 1
502
529
- name : Run func tests (MPI, num_proc=4)
503
530
run : |
504
531
source scripts/run_mpi.sh
505
532
env :
506
533
PROC_COUNT : 4
534
+ OMP_NUM_THREADS : 1
507
535
- name : Run tests (threads, num_threads=1)
508
536
run : source scripts/run_threads.sh
509
537
env :
@@ -880,6 +908,7 @@ jobs:
880
908
source scripts/run_mpi.sh
881
909
env :
882
910
PROC_COUNT : 2
911
+ OMP_NUM_THREADS : 2
883
912
- name : Run tests (threads, num_threads=1)
884
913
run : source scripts/run_threads.sh
885
914
env :
0 commit comments