Skip to content

Commit

Permalink
add host config for dane
Browse files Browse the repository at this point in the history
remove host configs for retired systems, catalyst and quartz
  • Loading branch information
slabasan committed Sep 23, 2024
1 parent 8285d9d commit d938472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
28 changes: 0 additions & 28 deletions host-configs/[email protected]

This file was deleted.

6 changes: 3 additions & 3 deletions .../[email protected] → ...gs/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# SPDX-License-Identifier: MIT

# c compiler
set(CMAKE_C_COMPILER "/usr/tce/packages/gcc/gcc-10.3.1/bin/gcc" CACHE PATH "")
set(CMAKE_C_COMPILER "/usr/tce/packages/gcc/gcc-10.3.1-magic/bin/gcc" CACHE PATH "")

# cpp compiler
set(CMAKE_CXX_COMPILER "/usr/tce/packages/gcc/gcc-10.3.1/bin/g++" CACHE PATH "")
set(CMAKE_CXX_COMPILER "/usr/tce/packages/gcc/gcc-10.3.1-magic/bin/g++" CACHE PATH "")

# fortran compiler
set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-10.3.1/bin/gfortran" CACHE PATH "")
set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-10.3.1-magic/bin/gfortran" CACHE PATH "")

set(USE_MSR_SAFE_BEFORE_1_5_0 ON CACHE BOOL "")

Expand Down
28 changes: 0 additions & 28 deletions host-configs/[email protected]

This file was deleted.

0 comments on commit d938472

Please sign in to comment.