forked from GridTools/gridtools
-
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.
Daint: Update daint modules after upgrade (CUDA 11.0) (GridTools#1613)
2 tests disabled: - boundary_conditions_gpu because of GridTools#1522 - test_tuple.cu conversion constructor for Clang 11.0.0 because of GridTools#1615
- Loading branch information
Showing
7 changed files
with
56 additions
and
18 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
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,16 @@ | ||
#!/bin/bash | ||
|
||
source $(dirname "$BASH_SOURCE")/dom.sh | ||
|
||
module swap PrgEnv-cray PrgEnv-gnu | ||
module load cdt-cuda | ||
|
||
export CXX=$(which CC) | ||
export CC=$(which cc) | ||
export FC=$(which ftn) | ||
export CUDAHOSTCXX="$CXX" | ||
|
||
export GTCMAKE_CMAKE_CXX_FLAGS='-march=haswell' | ||
export GTCMAKE_CMAKE_CXX_FLAGS_RELEASE='-Ofast -DNDEBUG' | ||
|
||
export CTEST_PARALLEL_LEVEL=1 |
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