-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* toolchain for Cheyenne intel * Orion toolchain * reviewer comments
- Loading branch information
Mark Miesch
authored
Oct 14, 2020
1 parent
57a1b12
commit 2d96899
Showing
2 changed files
with
25 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#################################################################### | ||
# Compiler flags | ||
#################################################################### | ||
|
||
set( CMAKE_CXX_FLAGS "-gxx-name=/glade/u/apps/ch/opt/gnu/9.1.0/bin/g++" CACHE STRING "gnu headers for c++14" FORCE ) | ||
set( CMAKE_EXE_LINKER_FLAGS "-gxx-name=/glade/u/apps/ch/opt/gnu/9.1.0/bin/g++ -Wl,-rpath,/glade/u/apps/ch/opt/gnu/9.1.0/lib64" CACHE STRING "gnu headers for c++14" FORCE ) | ||
set( CMAKE_SHARED_LINKER_FLAGS "-gxx-name=/glade/u/apps/ch/opt/gnu/9.1.0/bin/g++ -Wl,-rpath,/glade/u/apps/ch/opt/gnu/9.1.0/lib64" CACHE STRING "gnu headers for c++14" FORCE ) | ||
|
||
#################################################################### | ||
# Options | ||
#################################################################### | ||
|
||
set( ENABLE_AEC OFF CACHE STRING "Disable AEC" FORCE ) |
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,12 @@ | ||
#################################################################### | ||
# MPI | ||
#################################################################### | ||
|
||
set( MPIEXEC_EXECUTABLE "/opt/slurm/bin/srun" CACHE STRING "srun executable for Orion" FORCE ) | ||
set( MPIEXEC_NUMPROC_FLAG "-n" CACHE STRING "NUMPROC Flag for srun" FORCE ) | ||
|
||
#################################################################### | ||
# Options | ||
#################################################################### | ||
|
||
set( ENABLE_AEC OFF CACHE STRING "Disable AEC" FORCE ) |