Skip to content

Commit 2465c88

Browse files
committed
more flags for corona
1 parent 8e9d602 commit 2465c88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab/jobs/corona.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919

2020
# ROCm 6.4.3's Clang otherwise discovers GCC 13 on Corona while this job's
2121
# Intel classic Fortran compiler uses GCC 10 runtime libraries. Keep the C,
22-
# C++, and Fortran link environment ABI-compatible.
22+
# C++, HIP, and Fortran link environment ABI-compatible.
2323
rocmcc_6_4_3_hip:
2424
variables:
2525
SPEC: "${PROJECT_CORONA_VARIANTS} +rocm amdgpu_target=gfx906 cflags==\"--gcc-toolchain=/usr/tce/packages/gcc/gcc-10.3.1\" cxxflags==\"--gcc-toolchain=/usr/tce/packages/gcc/gcc-10.3.1\" %llvm-amdgpu@=6.4.3 ^hip@6.4.3 ${PROJECT_CORONA_DEPS}"
26+
HIPFLAGS: "--gcc-toolchain=/usr/tce/packages/gcc/gcc-10.3.1"
2627
MODULE_LIST: "rocm/6.4.3"
2728
extends: .job_on_corona
2829

0 commit comments

Comments
 (0)