File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 64
64
SUITE_LIST=${SUITE_LIST:- " examples smoke-limbo smoke smoke-asan omp5 openmpapps LLNL nekbone ovo sollve babelstream fortran-babelstream accel2023 hpc2021" }
65
65
blockinglist=" examples_fortran examples_openmp smoke smoke-limbo openmpapps sollve45 sollve50 babelstream ovo accel2023 hpc2021"
66
66
fi
67
- EPSDB_LIST=${EPSDB_LIST:- " examples smoke-limbo smoke-dev smoke smoke-asan omp5 openmpapps LLNL nekbone ovo sollve babelstream fortran-babelstream accel2023 hpc2021 smoke-fort-limbo" }
67
+ EPSDB_LIST=${EPSDB_LIST:- " examples smoke-limbo smoke-dev smoke smoke-asan omp5 openmpapps LLNL nekbone ovo sollve babelstream fortran-babelstream accel2023 hpc2021 smoke-fort smoke-fort-limbo" }
68
68
69
69
export AOMP_USE_CCACHE=0
70
70
@@ -752,6 +752,23 @@ function smoke-fort-limbo(){
752
752
fi
753
753
}
754
754
755
+ SMOKE_FORT=${SMOKE_FORT:- 1}
756
+ function smoke-fort(){
757
+ # Smoke-fails
758
+ if [ ! -e $AOMP /bin/flang-new ]; then
759
+ SMOKE_FORT=0
760
+ fi
761
+ if [ " $SMOKE_FORT " == " 1" ]; then
762
+ mkdir -p " $resultsdir " /smoke-fort
763
+ cd " $aompdir " /test/smoke-fort
764
+ ./check_smoke_fort.sh
765
+ checkrc $?
766
+ copyresults smoke-fort " $aompdir " /test/smoke-fort
767
+ else
768
+ echo " Skipping smoke-fort."
769
+ fi
770
+ }
771
+
755
772
function omp5(){
756
773
# Omp5
757
774
mkdir -p " $resultsdir " /omp5
You can’t perform that action at this time.
0 commit comments