From 882bd33edd985fa1fe6f55b1aad0d4785399d08c Mon Sep 17 00:00:00 2001 From: Arne Vansteenkiste Date: Tue, 9 Dec 2014 15:42:03 +0100 Subject: [PATCH] bootstrap: include cuda 6.5 --- cmd/mumax3-bootstrap/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/mumax3-bootstrap/main.go b/cmd/mumax3-bootstrap/main.go index b7f657389..34c3219ad 100644 --- a/cmd/mumax3-bootstrap/main.go +++ b/cmd/mumax3-bootstrap/main.go @@ -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)