Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try performance in v2.0.x with cuda 10.2 #1623

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jenkins/envs/daint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function module() {
}

module load daint-gpu
module load cudatoolkit
module load cudatoolkit/10.2.89_3.29-7.0.2.1_3.5__g67354b4
module load CMake


Expand Down
2 changes: 1 addition & 1 deletion jenkins/envs/daint_nvcc_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source $(dirname "$BASH_SOURCE")/daint.sh

module swap PrgEnv-cray PrgEnv-gnu
module load cdt-cuda
module load cdt/20.08

if [ "$build_type" != "debug" ]; then
module load HPX/1.5.0-CrayGNU-20.08-cuda
Expand Down