Skip to content
Merged
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 cscs-checks/microbenchmarks/gpu_burn/gpu_burn_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self):

if self.current_system.name == 'kesch':
self.exclusive_access = True
self.modules = ['craype-accel-nvidia35']
self.modules = ['cudatoolkit/8.0.61']
# NOTE: The first option indicates the precision (-d for double)
# while the seconds is the time (in secs) to run the test.
# For multi-gpu nodes, we run the gpu burn test for more
Expand Down