-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2c7e9a
commit ef3847c
Showing
4 changed files
with
68 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
########################################################### | ||
# Example host-config file for the quartz cluster at LLNL | ||
########################################################### | ||
# | ||
# This file provides CMake with paths / details for: | ||
# C,C++, & Fortran compilers | ||
# | ||
########################################################### | ||
|
||
########################################################### | ||
# [email protected] compilers | ||
########################################################### | ||
|
||
# c compiler | ||
set(CMAKE_C_COMPILER "/usr/tce/packages/pgi/pgi-17.10/bin/pgcc" CACHE PATH "") | ||
|
||
# cpp compiler | ||
set(CMAKE_CXX_COMPILER "/usr/tce/packages/pgi/pgi-17.10/bin/pgc++" CACHE PATH "") | ||
|
||
# fortran support | ||
set(ENABLE_FORTRAN ON CACHE BOOL "") | ||
|
||
# fortran support | ||
set(CMAKE_Fortran_COMPILER "/usr/tce/packages/pgi/pgi-17.10/bin/pgfortran" CACHE PATH "") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
########################################################### | ||
# Example host-config file for the quartz cluster at LLNL | ||
########################################################### | ||
# | ||
# This file provides CMake with paths / details for: | ||
# C,C++, & Fortran compilers | ||
# | ||
########################################################### | ||
|
||
########################################################### | ||
# [email protected] compilers | ||
########################################################### | ||
|
||
# c compiler | ||
set(CMAKE_C_COMPILER "/usr/tce/packages/pgi/pgi-17.10/bin/pgcc" CACHE PATH "") | ||
|
||
# cpp compiler | ||
set(CMAKE_CXX_COMPILER "/usr/tce/packages/pgi/pgi-17.10/bin/pgc++" CACHE PATH "") | ||
|
||
# fortran support | ||
set(ENABLE_FORTRAN ON CACHE BOOL "") | ||
|
||
# fortran support | ||
set(CMAKE_Fortran_COMPILER "/usr/tce/packages/pgi/pgi-17.10/bin/pgfortran" CACHE PATH "") | ||
|