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- # Shared job uses %clang-14-gcc-11
21- clang_14_0_6 :
20+ # Shared job uses %clang-19-gcc-13, replaced with %clang-19 below
21+ clang_19_1_3_gcc_13_3_1 :
22+ extends : .job_on_dane
2223 variables :
23- SPEC : " ~shared +openmp +omptask ~vectorization +tests %llvm@=14.0.6 ${PROJECT_DANE_DEPS}"
24+ ON_DANE : " OFF"
25+
26+ # Shared job uses %oneapi-2025-gcc-10, replaced with %oneapi@=2025.2 below
27+ oneapi_2025_2_0_gcc_10_3_1 :
2428 extends : .job_on_dane
29+ variables :
30+ ON_DANE : " OFF"
2531
26- # # gcc 11.2 .1 job is in the shared RSC set of jobs
32+ # # gcc 13.3 .1 job is in the shared RSC set of jobs
2733
2834# Similar to shared RSC job, but use OpenMP task, turn off vectorization,
2935# and lower optimization level to get correct results
3036# https://github.com/LLNL/RAJA/pull/1712#issuecomment-2292006843
31- oneapi_2023_2_1 :
32- variables :
33- SPEC : " ~shared +openmp +vectorization +tests +lowopttest cxxflags==-fp-model=precise %oneapi@=2023.2.1"
34- extends : .job_on_dane
35-
36- oneapi_2025_2_0 :
37- variables :
38- SPEC : " ~shared +openmp +vectorization +tests cxxflags==-fp-model=precise %oneapi@=2025.2.0"
39- extends : .job_on_dane
4037
4138# ###########
4239# Extra jobs
@@ -45,6 +42,11 @@ oneapi_2025_2_0:
4542# ${PROJECT_<MACHINE>_DEPS} in the extra jobs. There is no reason not to fully
4643# describe the spec here.
4744
45+ clang_14_0_6 :
46+ variables :
47+ SPEC : " ~shared +openmp +omptask ~vectorization +tests %llvm@=14.0.6"
48+ extends : .job_on_dane
49+
4850clang_19_1_3 :
4951 variables :
5052 SPEC : " ~shared +openmp +tests %llvm@=19.1.3"
@@ -60,12 +62,12 @@ gcc_12_1_1:
6062 SPEC : " ~shared +openmp +tests %gcc@=12.1.1"
6163 extends : .job_on_dane
6264
63- gcc_13_3_1 :
65+ clang_14_0_6_gcc_11_2_1_desul_atomics :
6466 variables :
65- SPEC : " ~shared +openmp +tests % gcc@=13.3.1 "
67+ SPEC : " ~shared +openmp +tests +desul %clang-14- gcc-11 "
6668 extends : .job_on_dane
6769
68- clang_14_0_6_gcc_11_2_1_desul_atomics :
70+ oneapi_2025_2_0 :
6971 variables :
70- SPEC : " ~shared +openmp +tests +desul %clang-14-gcc-11 "
72+ SPEC : " ~shared +openmp +vectorization +tests cxxflags==-fp-model=precise %oneapi@=2025.2.0 "
7173 extends : .job_on_dane
0 commit comments