File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
cime_config/machines/cmake_macros Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ string(APPEND CMAKE_C_FLAGS_DEBUG " -O0 -g")
1212string (APPEND CMAKE_CXX_FLAGS_DEBUG " -O0 -g" )
1313string (APPEND CMAKE_C_FLAGS " -fp-model precise -std=gnu99 -gline-tables-only -g" )
1414string (APPEND CMAKE_CXX_FLAGS " -fp-model precise -gline-tables-only -g" )
15+ # -mllvm -disable-hir-temp-cleanup for oneapi v2025.2.0 https://github.com/argonne-lcf/AuroraBugTracking/issues/64
1516string (APPEND CMAKE_Fortran_FLAGS " -traceback -convert big_endian -assume byterecl -assume realloc_lhs -fp-model precise -gline-tables-only -g -mllvm -disable-hir-temp-cleanup" )
1617string (APPEND CPPDEFS " -DFORTRANUNDERSCORE -DNO_R16 -DCPRINTEL -DHAVE_SLASHPROC -DHIDE_MPI" )
1718string (APPEND CMAKE_Fortran_FORMAT_FIXED_FLAG " -fixed -132" )
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ string(APPEND CMAKE_C_FLAGS_DEBUG " -O0 -g")
1515string (APPEND CMAKE_CXX_FLAGS_DEBUG " -O0 -g" )
1616string (APPEND CMAKE_C_FLAGS " -fp-model precise" )
1717string (APPEND CMAKE_CXX_FLAGS " -fp-model precise" )
18+ # -mllvm -disable-hir-temp-cleanup for oneapi v2025.2.0 https://github.com/argonne-lcf/AuroraBugTracking/issues/64
1819string (APPEND CMAKE_Fortran_FLAGS " -fpscomp logicals -traceback -convert big_endian -assume byterecl -assume realloc_lhs -fp-model precise -mllvm -disable-hir-temp-cleanup" )
1920string (APPEND CPPDEFS " -DFORTRANUNDERSCORE -DNO_R16 -DCPRINTEL -DHAVE_SLASHPROC -DHIDE_MPI" )
2021string (APPEND CMAKE_Fortran_FORMAT_FIXED_FLAG " -fixed -132" )
You can’t perform that action at this time.
0 commit comments