Skip to content

Commit

Permalink
Make download links for cuda11.0 builds active again
Browse files Browse the repository at this point in the history
Building mumax3.10 against cuda11.0.3 (update 1) solves issue mumax#268
  • Loading branch information
JeroenMulkers committed Aug 30, 2020
1 parent 2498662 commit 7d62f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/templates/download-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2> Building mumax3.10 from the source </h2>

var driverOptions = {
"linux" :[
//{'driverVersion':'≥450.36.06' , 'cudaVersion': '11.0' },
{'driverVersion':'≥450.36.06' , 'cudaVersion': '11.0' },
{'driverVersion':'≥440.33' , 'cudaVersion': '10.2' },
{'driverVersion':'≥418.39' , 'cudaVersion': '10.1' },
{'driverVersion':'≥410.48' , 'cudaVersion': '10.0' },
Expand All @@ -65,7 +65,7 @@ <h2> Building mumax3.10 from the source </h2>
{'driverVersion':'≥346.46' , 'cudaVersion': '7.0' },
],
"windows" :[
//{'driverVersion':"≥451.21" , 'cudaVersion': '11.0' },
{'driverVersion':"≥451.21" , 'cudaVersion': '11.0' },
{'driverVersion':"≥441.22" , 'cudaVersion': '10.2' },
{'driverVersion':"≥418.96" , 'cudaVersion': '10.1' },
{'driverVersion':"≥411.31" , 'cudaVersion': '10.0' },
Expand Down

0 comments on commit 7d62f6d

Please sign in to comment.