Skip to content

Commit

Permalink
bootstrap: include cuda 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Dec 9, 2014
1 parent b066763 commit 882bd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/mumax3-bootstrap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ func main() {
}
}

cmds := []string{"mumax3-cuda5.0", "mumax3-cuda5.5", "mumax3-cuda6.0"}
mumax := "mumax3-cuda5.5" // default
cmds := []string{"mumax3-cuda5.5", "mumax3-cuda6.0", "mumax3-cuda6.5"}
mumax := "mumax3-cuda6.0" // default
for _, cmd := range cmds {
cmd := bin + "/" + cmd
err := run(cmd, []string{"-test"}, false)
Expand Down

0 comments on commit 882bd33

Please sign in to comment.