Skip to content

Commit f30afb2

Browse files
committed
switch linker back to F
1 parent 30b9f60 commit f30afb2

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

components/homme/cmake/HommeMacros.cmake

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,7 @@ macro(createTestExec execName execType macroNP macroNC
112112
ADD_DEFINITIONS(-DHAVE_CONFIG_H)
113113

114114
ADD_EXECUTABLE(${execName} ${EXEC_SOURCES})
115-
116-
if(SUNSPOT_MACHINE)
117-
SET_TARGET_PROPERTIES(${execName} PROPERTIES LINKER_LANGUAGE CXX)
118-
else()
119-
SET_TARGET_PROPERTIES(${execName} PROPERTIES LINKER_LANGUAGE Fortran)
120-
endif()
121-
115+
SET_TARGET_PROPERTIES(${execName} PROPERTIES LINKER_LANGUAGE Fortran)
122116
IF(BUILD_HOMME_WITHOUT_PIOLIBRARY)
123117
TARGET_COMPILE_DEFINITIONS(${execName} PUBLIC HOMME_WITHOUT_PIOLIBRARY)
124118
ENDIF()

components/homme/cmake/machineFiles/chrysalis-bfb.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ ENDIF()
1717
SET (USE_MPIEXEC "srun" CACHE STRING "")
1818
SET (USE_MPI_OPTIONS "-K --cpu_bind=cores" CACHE STRING "")
1919

20-
SET (CHRYSALIS_MACHINE TRUE CACHE BOOL "")
21-
2220
# Set kokkos arch, to get correct avx flags
2321
SET (Kokkos_ARCH_ZEN2 ON CACHE BOOL "")
2422

components/homme/cmake/machineFiles/chrysalis.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ ENDIF()
1717
SET (USE_MPIEXEC "srun" CACHE STRING "")
1818
SET (USE_MPI_OPTIONS "-K --cpu_bind=cores" CACHE STRING "")
1919

20-
SET (CHRYSALIS_MACHINE TRUE CACHE BOOL "")
21-
2220
# Set kokkos arch, to get correct avx flags
2321
SET (Kokkos_ARCH_ZEN2 ON CACHE BOOL "")
2422

0 commit comments

Comments
 (0)