1717# project. We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS}
1818# when possible so that the comparison with the original job is easier.
1919
20- # Identical to shared job, but use OpenMP tasks and no vectorization
20+ # Shared job uses %clang-14-gcc-11
2121clang_14_0_6 :
2222 variables :
2323 SPEC : " ~shared +openmp +omptask ~vectorization +tests %llvm@=14.0.6 ${PROJECT_DANE_DEPS}"
2424 extends : .job_on_dane
2525
26- # Identical to shared job, but use OpenMP tasks and no vectorization
27- gcc_10_3_1 :
28- variables :
29- SPEC : " ~shared +openmp +omptask ~vectorization +tests %gcc@=10.3.1 ${PROJECT_DANE_DEPS}"
30- extends : .job_on_dane
26+ # # gcc 11.2.1 job is shared
3127
28+ # Identical to shared job, but use OpenMP tasks and no vectorization
3229# custom variant
3330# https://github.com/LLNL/RAJA/pull/1712#issuecomment-2292006843
3431oneapi_2023_2_1 :
3532 variables :
36- SPEC : " ${PROJECT_DANE_VARIANTS} + lowopttest cxxflags==-fp-model=precise %oneapi@=2023.2.1 ${PROJECT_DANE_DEPS} "
33+ SPEC : " ~shared +openmp +vectorization +tests + lowopttest cxxflags==-fp-model=precise %oneapi@=2023.2.1"
3734 extends : .job_on_dane
3835
3936oneapi_2025_2_0 :
4037 variables :
41- SPEC : " ${PROJECT_DANE_VARIANTS} cxxflags==-fp-model=precise %oneapi@=2025.2.0 ${PROJECT_DANE_DEPS} "
38+ SPEC : " ~shared +openmp +vectorization +tests cxxflags==-fp-model=precise %oneapi@=2025.2.0"
4239 extends : .job_on_dane
4340
4441# ###########
@@ -53,6 +50,11 @@ clang_19_1_3:
5350 SPEC : " ~shared +openmp +tests %llvm@=19.1.3"
5451 extends : .job_on_dane
5552
53+ gcc_10_3_1 :
54+ variables :
55+ SPEC : " ~shared +openmp +omptask ~vectorization +tests %gcc@=10.3.1 ${PROJECT_DANE_DEPS}"
56+ extends : .job_on_dane
57+
5658gcc_12_1_1 :
5759 variables :
5860 SPEC : " ~shared +openmp +tests %gcc@=12.1.1"
@@ -63,7 +65,6 @@ gcc_13_3_1:
6365 SPEC : " ~shared +openmp +tests %gcc@=13.3.1"
6466 extends : .job_on_dane
6567
66- # OTHERS
6768clang_14_0_6_gcc_11_2_1_desul_atomics :
6869 variables :
6970 SPEC : " ~shared +openmp +tests +desul %clang-14-gcc-11"
0 commit comments