@@ -414,8 +414,31 @@ jobs:
414414 run : ./.github/scripts/run_tests.sh
415415 shell : bash
416416
417- linuxTest_5 :
418- name : Test 5 - kernel HIP GPU homogeneous acoustic
417+ linuxTest_5a :
418+ name : Test 5a - kernel homogeneous acoustic
419+ runs-on : ubuntu-latest
420+ needs : [linuxCheck]
421+
422+ steps :
423+ - uses : actions/checkout@v4
424+
425+ - name : Install packages
426+ run : ./.github/scripts/run_install.sh
427+ shell : bash
428+
429+ - name : Run build
430+ run : ./.github/scripts/run_build.sh
431+ shell : bash
432+
433+ - name : Run test kernel
434+ env :
435+ TESTDIR : EXAMPLES/applications/homogeneous_acoustic/
436+ RUN_KERNEL : true
437+ run : ./.github/scripts/run_tests.sh
438+ shell : bash
439+
440+ linuxTest_5b :
441+ name : Test 5b - kernel homogeneous acoustic GPU HIP
419442 runs-on : ubuntu-latest
420443 needs : [linuxCheck]
421444
@@ -436,23 +459,39 @@ jobs:
436459 run : ./.github/scripts/run_build.sh
437460 shell : bash
438461
439- - name : Run test kernel
462+ - name : Run test kernel w/ GPU
440463 env :
441464 TESTDIR : EXAMPLES/applications/homogeneous_acoustic/
442465 RUN_KERNEL : true
466+ GPU : true
443467 run : ./.github/scripts/run_tests.sh
444468 shell : bash
445469
446- - name : Run test kernel w/ GPU
470+ linuxTest_6a :
471+ name : Test 6a - kernel homogeneous halfspace
472+ runs-on : ubuntu-latest
473+ needs : [linuxCheck]
474+
475+ steps :
476+ - uses : actions/checkout@v4
477+
478+ - name : Install packages
479+ run : ./.github/scripts/run_install.sh
480+ shell : bash
481+
482+ - name : Run build
483+ run : ./.github/scripts/run_build.sh
484+ shell : bash
485+
486+ - name : Run test kernel
447487 env :
448- TESTDIR : EXAMPLES/applications/homogeneous_acoustic /
488+ TESTDIR : EXAMPLES/applications/homogeneous_halfspace /
449489 RUN_KERNEL : true
450- GPU : true
451490 run : ./.github/scripts/run_tests.sh
452491 shell : bash
453492
454- linuxTest_6 :
455- name : Test 6 - kernel HIP GPU homogeneous halfspace
493+ linuxTest_6b :
494+ name : Test 6b - kernel homogeneous halfspace GPU HIP
456495 runs-on : ubuntu-latest
457496 needs : [linuxCheck]
458497
@@ -473,13 +512,6 @@ jobs:
473512 run : ./.github/scripts/run_build.sh
474513 shell : bash
475514
476- - name : Run test kernel
477- env :
478- TESTDIR : EXAMPLES/applications/homogeneous_halfspace/
479- RUN_KERNEL : true
480- run : ./.github/scripts/run_tests.sh
481- shell : bash
482-
483515 - name : Run test kernel w/ GPU
484516 env :
485517 TESTDIR : EXAMPLES/applications/homogeneous_halfspace/
@@ -626,7 +658,7 @@ jobs:
626658
627659 - name : Run build
628660 env :
629- TESTFLAGS : ' FLAGS_CHECK="-O3 - mcmodel=medium -std=f2008 -Wall -Wno-do-subscript -Wno-conversion -Wno-maybe-uninitialized" '
661+ TESTFLAGS : check- mcmodel-medium
630662 run : ./.github/scripts/run_build.sh
631663 shell : bash
632664
0 commit comments