Skip to content

Commit

Permalink
version 3.3-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Oct 9, 2013
1 parent f7af119 commit 6397e90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"runtime"
)

const VERSION = "mumax3.3"
const VERSION = "mumax3.3beta1"

var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")"

Expand Down
2 changes: 0 additions & 2 deletions engine/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ func Serve(port string) {
// periodically update time, steps, etc
onrefresh := func() {

log.Println("*")

// geometry
size := globalmesh.Size()
gui.SetValue("nx", size[2])
Expand Down
6 changes: 3 additions & 3 deletions package.source
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@

tmp='tmp/'
mkdir $tmp
rm -f $tmp/*
rm -rf $tmp/*

src='github.com/mumax/3/mumax3'
version='3.2.0'
version='3.3-BETA1'

go build -o $tmp/mumax3/mumax3-convert 'github.com/mumax/3/tools/mumax3-convert' || exit 1
go build -o $tmp/mumax3/mumax3-plot 'github.com/mumax/3/tools/mumax3-plot' || exit 1

out=$tmp/mumax3/mumax3

for c in 4.0 5.0 5.5; do
for c in 4.2 5.0 5.5; do
sudo rm -f /usr/local/cuda
echo ln -s /usr/local/cuda-$c /usr/local/cuda
sudo ln -s /usr/local/cuda-$c /usr/local/cuda
Expand Down

0 comments on commit 6397e90

Please sign in to comment.