Skip to content

Commit

Permalink
scaling up
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Mar 15, 2015
1 parent 2cb6a9f commit d2c8e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nohup julia -p `nproc` tinker.jl > foo.out 2> foo.err < /dev/null &
nohup julia -p `nproc` tinker.jl cplx > foo.out 2> foo.err < /dev/null &
2 changes: 1 addition & 1 deletion test/tinker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if simtype == "liar"
# Timing/complexity
elseif simtype == "cplx"
println("Timed simulations:")
param_range = 10:5:100
param_range = 5:5:250
@time complexity(param_range, sim; iterations=250, param="reporters")
@time complexity(param_range, sim; iterations=250, param="events")
@time complexity(param_range, sim; iterations=250, param="both")
Expand Down

0 comments on commit d2c8e34

Please sign in to comment.