Merge pull request #57 from Yiltan/CI-fix-degeneratetiledfine

[CI Bug Fix] Updated gfilter flags for DegenerateTiledFine tests
Этот коммит содержится в:
Yiltan
2024-12-03 14:56:00 -05:00
коммит произвёл GitHub
родитель 0c5524d7df 37fe71343f
Коммит 46dcfbbb9e
+3 -2
Просмотреть файл
@@ -49,8 +49,9 @@ function run_mpirun {
# Processing modes
case $mode in
all)
run_mpirun 4 "-IPCImplSimpleCoarseTestFixture/*:IPCImplSimpleFineTestFixture.*"
run_mpirun 2 "IPCImplSimpleCoarseTestFixture/*:IPCImplSimpleFineTestFixture.*"
test_with_two_pes="IPCImplSimpleCoarseTestFixture/*:IPCImplSimpleFineTestFixture/*:IPCImplTiledFineTestFixture/*:DegenerateTiledFine.*"
run_mpirun 4 "-$test_with_two_pes"
run_mpirun 2 "$test_with_two_pes"
;;
custom)
# Check if ranks is a positive integer